SCALE-RM
|
module atmosphere / surface / chemistry / RN222 More...
Functions/Subroutines | |
subroutine, public | atmos_sfc_ch_rn222_setup (IA, JA, real_lon, real_lat) |
Setup. More... | |
subroutine, public | atmos_sfc_ch_rn222_ocean_flux (IA, IS, IE, JA, JS, JE, QA_CH, SFLX_QTRC) |
Emission from the ocean surface. More... | |
subroutine, public | atmos_sfc_ch_rn222_land_flux (IA, IS, IE, JA, JS, JE, QA_CH, NOWDATE, SFLX_QTRC) |
Emission from the land surface. More... | |
module atmosphere / surface / chemistry / RN222
name | type | default value | comment |
---|---|---|---|
ATMOS_SFC_CH_RN222_EMISSION_TYPE | character(len=H_SHORT) | 'CONST' | Emission type |
ATMOS_SFC_CH_RN222_CONST_EMISSION_LAND | real(RP) | 20.8E-3_RP | Surface flux from land [Bq/m2/s] |
ATMOS_SFC_CH_RN222_CONST_EMISSION_OCEAN | real(RP) | 0.14E-3_RP | Surface flux from ocean [Bq/m2/s] |
ATMOS_SFC_CH_RN222_SCHERY1998_DIRPATH | character(len=H_LONG) | '.' | |
ATMOS_SFC_CH_RN222_HIRAO2010_DIRPATH | character(len=H_LONG) | '.' | |
ATMOS_SFC_CH_RN222_HIRAO2010_YSTART | integer | 1979 | |
ATMOS_SFC_CH_RN222_HIRAO2010_YEND | integer | 2012 | |
ATMOS_SFC_CH_RN222_NINTRP | integer | 5 |
subroutine, public scale_atmos_sfc_ch_rn222::atmos_sfc_ch_rn222_setup | ( | integer, intent(in) | IA, |
integer, intent(in) | JA, | ||
real(rp), dimension(ia,ja), intent(in) | real_lon, | ||
real(rp), dimension(ia,ja), intent(in) | real_lat | ||
) |
Setup.
Definition at line 81 of file scale_atmos_sfc_ch_rn222.F90.
References scale_const::const_d2r, scale_io::io_fid_conf, scale_io::io_get_available_fid(), scale_prc::prc_abort(), and scale_prc::prc_ismaster.
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_setup().
subroutine, public scale_atmos_sfc_ch_rn222::atmos_sfc_ch_rn222_ocean_flux | ( | 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(ia,ja,qa_ch), intent(inout) | SFLX_QTRC | ||
) |
Emission from the ocean surface.
Definition at line 271 of file scale_atmos_sfc_ch_rn222.F90.
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_ocean_flux().
subroutine, public scale_atmos_sfc_ch_rn222::atmos_sfc_ch_rn222_land_flux | ( | 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, | ||
integer, dimension(6), intent(in) | NOWDATE, | ||
real(rp), dimension(ia,ja,qa_ch), intent(inout) | SFLX_QTRC | ||
) |
Emission from the land surface.
Definition at line 303 of file scale_atmos_sfc_ch_rn222.F90.
References scale_interp::interp_interp2d(), and scale_prc::prc_abort().
Referenced by mod_atmos_phy_ch_driver::atmos_phy_ch_driver_land_flux(), and mod_atmos_phy_ch_driver::atmos_phy_ch_driver_urban_flux().