SCALE-RM
|
module atmosphere / physics / chemistry / RN222 More...
Functions/Subroutines | |
subroutine, public | atmos_phy_ch_rn222_setup |
Setup. More... | |
subroutine, public | atmos_phy_ch_rn222_tendency (KA, KS, KE, IA, IS, IE, JA, JS, JE, QA_CH, DENS, QTRC, RHOQ_t) |
Chemistry Microphysics. More... | |
Variables | |
integer, public | atmos_phy_ch_rn222_ntracers = QA_CH |
character(len=h_short), dimension(qa_ch), public | atmos_phy_ch_rn222_name = (/ "RN222" /) |
character(len=h_mid), dimension(qa_ch), public | atmos_phy_ch_rn222_desc = (/ "Ratio of Rn222 to total mass" /) |
character(len=h_short), dimension(qa_ch), public | atmos_phy_ch_rn222_unit = (/ "Bq/kg" /) |
module atmosphere / physics / chemistry / RN222
name | type | default value | comment |
---|---|---|---|
ATMOS_PHY_CH_RN222_HALF_LIFE | real(RP) | 3.30048E+5_RP |
subroutine, public scale_atmos_phy_ch_rn222::atmos_phy_ch_rn222_setup |
Setup.
Definition at line 59 of file scale_atmos_phy_ch_rn222.F90.
References scale_io::io_fid_conf, and scale_prc::prc_abort().
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_setup().
subroutine, public scale_atmos_phy_ch_rn222::atmos_phy_ch_rn222_tendency | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
integer, intent(in) | QA_CH, | ||
real(rp), dimension (ka,ia,ja), intent(in) | DENS, | ||
real(rp), dimension (ka,ia,ja,qa_ch), intent(in) | QTRC, | ||
real(rp), dimension(ka,ia,ja,qa_ch), intent(inout) | RHOQ_t | ||
) |
Chemistry Microphysics.
Definition at line 106 of file scale_atmos_phy_ch_rn222.F90.
References scale_atmos_grid_cartesc_index::ie, scale_atmos_grid_cartesc_index::is, scale_atmos_grid_cartesc_index::je, scale_atmos_grid_cartesc_index::js, scale_tracer::k, scale_atmos_grid_cartesc_index::ke, and scale_atmos_grid_cartesc_index::ks.
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_calc_tendency().
integer, public scale_atmos_phy_ch_rn222::atmos_phy_ch_rn222_ntracers = QA_CH |
Definition at line 36 of file scale_atmos_phy_ch_rn222.F90.
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_tracer_setup().
character(len=h_short), dimension(qa_ch), public scale_atmos_phy_ch_rn222::atmos_phy_ch_rn222_name = (/ "RN222" /) |
Definition at line 38 of file scale_atmos_phy_ch_rn222.F90.
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_tracer_setup().
character(len=h_mid), dimension(qa_ch), public scale_atmos_phy_ch_rn222::atmos_phy_ch_rn222_desc = (/ "Ratio of Rn222 to total mass" /) |
Definition at line 39 of file scale_atmos_phy_ch_rn222.F90.
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_tracer_setup().
character(len=h_short), dimension(qa_ch), public scale_atmos_phy_ch_rn222::atmos_phy_ch_rn222_unit = (/ "Bq/kg" /) |
Definition at line 40 of file scale_atmos_phy_ch_rn222.F90.
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_tracer_setup().