SCALE-RM
|
module atmosphere / physics / aerosol / offline More...
Functions/Subroutines | |
subroutine, public | atmos_phy_ae_offline_setup |
Setup. More... | |
subroutine, public | atmos_phy_ae_offline_tendency (KA, KS, KE, IA, IS, IE, JA, JS, JE, time_now, CCN) |
Aerosol Microphysics. More... | |
subroutine, public | atmos_phy_ae_offline_effective_radius (KA, IA, JA, RH, Re) |
Calculate Effective Radius. More... | |
subroutine, public | atmos_phy_ae_offline_qtrc2qaero (KA, IA, JA, time_now, Qe) |
Calculate Effective Radius. More... | |
subroutine, public | atmos_phy_ae_offline_mkinit (KA, KS, KE, IA, IS, IE, JA, JS, JE, ccn_init, CCN) |
module atmosphere / physics / aerosol / offline
name | type | default value | comment |
---|---|---|---|
ATMOS_PHY_AE_OFFLINE_BASENAME | character(len=H_LONG) | '' | |
ATMOS_PHY_AE_OFFLINE_BASENAME_ADD_NUM | logical | .false. | |
ATMOS_PHY_AE_OFFLINE_NUMBER_OF_FILES | integer | 1 | |
ATMOS_PHY_AE_OFFLINE_AXISTYPE | character(len=H_SHORT) | 'XYZ' | |
ATMOS_PHY_AE_OFFLINE_ENABLE_PERIODIC_YEAR | logical | .false. | |
ATMOS_PHY_AE_OFFLINE_ENABLE_PERIODIC_MONTH | logical | .false. | |
ATMOS_PHY_AE_OFFLINE_ENABLE_PERIODIC_DAY | logical | .false. | |
ATMOS_PHY_AE_OFFLINE_STEP_FIXED | integer | 0 | |
ATMOS_PHY_AE_OFFLINE_DEFVAL | real(RP) | = UNDEF | |
ATMOS_PHY_AE_OFFLINE_CHECK_COORDINATES | logical | .true. | |
ATMOS_PHY_AE_OFFLINE_STEP_LIMIT | integer | 0 | |
ATMOS_PHY_AE_OFFLINE_CONST_OUTQLD01 | real(RP) | ||
ATMOS_PHY_AE_OFFLINE_CONST_OUTQLD02 | real(RP) | ||
ATMOS_PHY_AE_OFFLINE_CONST_OUTQLD03 | real(RP) | ||
ATMOS_PHY_AE_OFFLINE_CONST_OUTQLD04 | real(RP) | ||
ATMOS_PHY_AE_OFFLINE_CONST_OUTQLD05 | real(RP) | ||
ATMOS_PHY_AE_OFFLINE_CONST_OUTQLD06 | real(RP) | ||
ATMOS_PHY_AE_OFFLINE_CONST_OUTQLD07 | real(RP) | ||
ATMOS_PHY_AE_OFFLINE_CONST_UNCCN | real(RP) |
subroutine, public scale_atmos_phy_ae_offline::atmos_phy_ae_offline_setup |
Setup.
Definition at line 67 of file scale_atmos_phy_ae_offline.F90.
References scale_const::const_undef, scale_io::io_fid_conf, and scale_prc::prc_abort().
Referenced by mod_atmos_phy_ae_driver::atmos_phy_ae_driver_setup(), and atmos_phy_ae_offline_mkinit().
subroutine, public scale_atmos_phy_ae_offline::atmos_phy_ae_offline_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, | ||
real(dp), intent(in) | time_now, | ||
real(rp), dimension(ka,ia,ja), intent(out) | CCN | ||
) |
Aerosol Microphysics.
Definition at line 194 of file scale_atmos_phy_ae_offline.F90.
References scale_const::const_undef, and scale_prc::prc_abort().
Referenced by mod_atmos_phy_ae_driver::atmos_phy_ae_driver_calc_tendency().
subroutine, public scale_atmos_phy_ae_offline::atmos_phy_ae_offline_effective_radius | ( | integer, intent(in) | KA, |
integer, intent(in) | IA, | ||
integer, intent(in) | JA, | ||
real(rp), dimension(ka,ia,ja), intent(in) | RH, | ||
real(rp), dimension(ka,ia,ja,n_ae), intent(out) | Re | ||
) |
Calculate Effective Radius.
Definition at line 239 of file scale_atmos_phy_ae_offline.F90.
References scale_atmos_aerosol::n_ae.
Referenced by mod_atmos_phy_ae_vars::atmos_phy_ae_vars_get_diagnostic().
subroutine, public scale_atmos_phy_ae_offline::atmos_phy_ae_offline_qtrc2qaero | ( | integer, intent(in) | KA, |
integer, intent(in) | IA, | ||
integer, intent(in) | JA, | ||
real(dp), intent(in) | time_now, | ||
real(rp), dimension(ka,ia,ja,n_ae), intent(out) | Qe | ||
) |
Calculate Effective Radius.
Definition at line 280 of file scale_atmos_phy_ae_offline.F90.
References scale_const::const_undef, and scale_prc::prc_abort().
Referenced by mod_atmos_phy_ae_vars::atmos_phy_ae_vars_get_diagnostic().
subroutine, public scale_atmos_phy_ae_offline::atmos_phy_ae_offline_mkinit | ( | 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, | ||
real(rp), intent(in) | ccn_init, | ||
real(rp), dimension(ka,ia,ja), intent(out) | CCN | ||
) |
Definition at line 329 of file scale_atmos_phy_ae_offline.F90.
References atmos_phy_ae_offline_setup(), and scale_const::const_undef.
Referenced by mod_mkinit::rect_setup().