SCALE-RM
|
module ATMOSPHERE / Physics Cloud Microphysics More...
Functions/Subroutines | |
subroutine, public | atmos_phy_mp_driver_setup |
Setup. More... | |
subroutine, public | atmos_phy_mp_driver_resume |
resume More... | |
subroutine, public | atmos_phy_mp_driver (update_flag) |
Driver. More... | |
module ATMOSPHERE / Physics Cloud Microphysics
name | description | unit | variable |
---|---|---|---|
DENS_t_MP | tendency DENS in MP | kg/m3/s | DENS_t_MP |
EVAPORATE | evaporated cloud number | num/m3/s | EVAPORATE |
MOMX_t_MP | tendency MOMX in MP | kg/m2/s2 | MOMX_t_MP |
MOMY_t_MP | tendency MOMY in MP | kg/m2/s2 | MOMY_t_MP |
MOMZ_t_MP | tendency MOMZ in MP | kg/m2/s2 | MOMZ_t_MP |
PREC | surface precipitation rate | kg/m2/s | precip |
RAIN | surface rain rate | kg/m2/s | SFLX_rain |
RHOT_t_MP | tendency RHOT in MP | K*kg/m3/s | RHOT_t_MP |
SNOW | surface snow rate | kg/m2/s | SFLX_snow |
trim(AQ_NAME(iq))//'_t_MP' | tendency rho*'//trim(AQ_NAME(iq))//'in MP | kg/m3/s | RHOQ_t_MP |
subroutine, public mod_atmos_phy_mp_driver::atmos_phy_mp_driver_setup | ( | ) |
Setup.
Definition at line 52 of file mod_atmos_phy_mp_driver.f90.
References scale_atmos_phy_mp::atmos_phy_mp_setup(), mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_rain, mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_snow, mod_atmos_admin::atmos_phy_mp_type, mod_atmos_admin::atmos_sw_phy_mp, scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by mod_atmos_driver::atmos_driver_setup().
subroutine, public mod_atmos_phy_mp_driver::atmos_phy_mp_driver_resume | ( | ) |
resume
Definition at line 86 of file mod_atmos_phy_mp_driver.f90.
References atmos_phy_mp_driver(), mod_atmos_admin::atmos_sw_phy_mp, scale_prof::prof_rapend(), and scale_prof::prof_rapstart().
Referenced by mod_atmos_driver::atmos_driver_resume1().
subroutine, public mod_atmos_phy_mp_driver::atmos_phy_mp_driver | ( | logical, intent(in) | update_flag | ) |
Driver.
Definition at line 105 of file mod_atmos_phy_mp_driver.f90.
References scale_tracer::aq_name, mod_atmos_phy_ae_vars::atmos_phy_ae_ccn_t, scale_atmos_phy_mp::atmos_phy_mp, mod_atmos_phy_mp_vars::atmos_phy_mp_dens_t, mod_atmos_phy_mp_vars::atmos_phy_mp_evaporate, mod_atmos_phy_mp_vars::atmos_phy_mp_momx_t, mod_atmos_phy_mp_vars::atmos_phy_mp_momy_t, mod_atmos_phy_mp_vars::atmos_phy_mp_momz_t, mod_atmos_phy_mp_vars::atmos_phy_mp_rhoq_t, mod_atmos_phy_mp_vars::atmos_phy_mp_rhot_t, mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_rain, mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_snow, mod_atmos_vars::dens, mod_atmos_vars::dens_tp, scale_grid_index::ia, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::ja, scale_grid_index::je, scale_grid_index::js, scale_grid_index::ka, scale_grid_index::ke, scale_grid_index::ks, mod_atmos_vars::momx, mod_atmos_vars::momx_tp, mod_atmos_vars::momy, mod_atmos_vars::momy_tp, mod_atmos_vars::momz, mod_atmos_vars::momz_tp, scale_tracer::qa, mod_atmos_vars::qtrc, mod_atmos_vars::rhoq_tp, mod_atmos_vars::rhot, mod_atmos_vars::rhot_tp, scale_rm_statistics::statistics_checktotal, and scale_time::time_dtsec_atmos_phy_mp.
Referenced by mod_atmos_driver::atmos_driver(), and atmos_phy_mp_driver_resume().