SCALE-RM
|
module ATMOSPHERE / Physics Cloud Microphysics More...
Functions/Subroutines | |
subroutine, public | atmos_phy_mp_driver_config |
Config. More... | |
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_MP | surface precipitation rate by MP | kg/m2/s | precip |
RAIN_MP | surface rain rate by MP | kg/m2/s | SFLX_rain |
RHOT_t_MP | tendency RHOT in MP | K*kg/m3/s | RHOT_t_MP |
Re_QC | effective radius cloud water | cm | Re |
Re_QG | effective radius graupel | cm | Re |
Re_QH | effective radius hail | cm | Re |
Re_QI | effective radius ice water | cm | Re |
Re_QR | effective radius rain | cm | Re |
Re_QS | effective radius snow | cm | Re |
SNOW_MP | surface snow rate by MP | kg/m2/s | SFLX_snow |
TRACER_NAME_t_MP | tendency rho*TRACER_NAMEin MP; TRACER_NAME depends on the physics schemes, e.g., QV, QC, QR. | kg/m3/s | RHOQ_t_MP |
subroutine, public mod_atmos_phy_mp_driver::atmos_phy_mp_driver_config | ( | ) |
Config.
Definition at line 53 of file mod_atmos_phy_mp_driver.f90.
References scale_atmos_phy_mp::atmos_phy_mp_config(), 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_config().
subroutine, public mod_atmos_phy_mp_driver::atmos_phy_mp_driver_setup | ( | ) |
Setup.
Definition at line 74 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 108 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 127 of file mod_atmos_phy_mp_driver.f90.
References 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, scale_atmos_phy_mp::atmos_phy_mp_effectiveradius, 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_av, mod_atmos_vars::dens_tp, scale_atmos_hydrometeor::i_hc, scale_atmos_hydrometeor::i_hg, scale_atmos_hydrometeor::i_hh, scale_atmos_hydrometeor::i_hi, scale_atmos_hydrometeor::i_hr, scale_atmos_hydrometeor::i_hs, 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_av, mod_atmos_vars::momx_tp, mod_atmos_vars::momy, mod_atmos_vars::momy_av, mod_atmos_vars::momy_tp, mod_atmos_vars::momz, mod_atmos_vars::momz_av, mod_atmos_vars::momz_tp, scale_atmos_hydrometeor::n_hyd, scale_tracer::qa, scale_atmos_phy_mp::qe_mp, scale_atmos_phy_mp::qs_mp, mod_atmos_vars::qtrc, mod_atmos_vars::qtrc_av, mod_atmos_vars::rhoq_tp, mod_atmos_vars::rhot, mod_atmos_vars::rhot_av, mod_atmos_vars::rhot_tp, scale_rm_statistics::statistics_checktotal, mod_atmos_vars::temp, scale_time::time_dtsec_atmos_phy_mp, and scale_tracer::tracer_name.
Referenced by mod_atmos_driver::atmos_driver(), and atmos_phy_mp_driver_resume().