|
CAM
|
Modules | |
| module | mo_ghg_chem |
Functions/Subroutines | |
| subroutine, public | mo_ghg_chem::ghg_chem_init (phys_state, bndtvg, h2orates) |
| subroutine, public | mo_ghg_chem::ghg_chem_timestep_init (phys_state) |
| subroutine, public | mo_ghg_chem::ghg_chem_set_rates (rxn_rates, latmapback, zen_angle, ncol, lchnk) |
| subroutine, public | mo_ghg_chem::ghg_chem_set_flbc (vmr, ncol) |
| subroutine, public | mo_ghg_chem::ghg_chem_final |
Variables | |
| integer, parameter | mo_ghg_chem::ncnst =4 |
| type(boundarydata_type) | mo_ghg_chem::chemdata |
| character(len=6), dimension(ncnst), parameter | mo_ghg_chem::nc_names = (/'TN2O ', 'TCH4 ', 'TCFC11', 'TCFC12'/) |
| integer | mo_ghg_chem::n2o_rxt |
| integer | mo_ghg_chem::ch4_rxt |
| integer | mo_ghg_chem::cfc11_rxt |
| integer | mo_ghg_chem::cfc12_rxt |
| integer | mo_ghg_chem::lyman_alpha_rxt |
| integer | mo_ghg_chem::n2o_ndx |
| integer | mo_ghg_chem::ch4_ndx |
| integer | mo_ghg_chem::cfc11_ndx |
| integer | mo_ghg_chem::cfc12_ndx |
| integer, dimension(ncnst) | mo_ghg_chem::ghg_ndx |
| character(len=6), dimension(ncnst) | mo_ghg_chem::ghg_bnd_names |
| logical | mo_ghg_chem::lyman_alpha = .false. |
| type(boundarydata_type) | mo_ghg_chem::h2orate_data |
| character(len=4), parameter | mo_ghg_chem::h2orate_name = 'jh2o' |