CAM
|
Functions/Subroutines | |
subroutine, public | ghg_chem_init (phys_state, bndtvg, h2orates) |
subroutine, public | ghg_chem_timestep_init (phys_state) |
subroutine, public | ghg_chem_set_rates (rxn_rates, latmapback, zen_angle, ncol, lchnk) |
subroutine, public | ghg_chem_set_flbc (vmr, ncol) |
subroutine, public | ghg_chem_final |
Variables | |
integer, parameter | ncnst =4 |
type(boundarydata_type) | chemdata |
character(len=6), dimension(ncnst), parameter | nc_names = (/'TN2O ', 'TCH4 ', 'TCFC11', 'TCFC12'/) |
integer | n2o_rxt |
integer | ch4_rxt |
integer | cfc11_rxt |
integer | cfc12_rxt |
integer | lyman_alpha_rxt |
integer | n2o_ndx |
integer | ch4_ndx |
integer | cfc11_ndx |
integer | cfc12_ndx |
integer, dimension(ncnst) | ghg_ndx |
character(len=6), dimension(ncnst) | ghg_bnd_names |
logical | lyman_alpha = .false. |
type(boundarydata_type) | h2orate_data |
character(len=4), parameter | h2orate_name = 'jh2o' |
subroutine, public mo_ghg_chem::ghg_chem_final | ( | ) |
subroutine, public mo_ghg_chem::ghg_chem_init | ( | type(physics_state), dimension(begchunk:endchunk), intent(in) | phys_state, |
character(len=*), intent(in) | bndtvg, | ||
character(len=*), intent(in), optional | h2orates | ||
) |
subroutine, public mo_ghg_chem::ghg_chem_set_flbc | ( | real(r8), dimension(ncol,pver,gas_pcnst), intent(inout) | vmr, |
integer, intent(in) | ncol | ||
) |
subroutine, public mo_ghg_chem::ghg_chem_set_rates | ( | real(r8), dimension(ncol,pver,rxntot), intent(inout) | rxn_rates, |
integer, dimension(pcols), intent(in) | latmapback, | ||
real(r8), dimension(ncol), intent(in) | zen_angle, | ||
integer, intent(in) | ncol, | ||
integer, intent(in) | lchnk | ||
) |
subroutine, public mo_ghg_chem::ghg_chem_timestep_init | ( | type(physics_state), dimension(begchunk:endchunk), intent(in) | phys_state | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |