SCALE-RM
|
module ATMOSPHERE / Physics Cumulus More...
Functions/Subroutines | |
subroutine, public | atmos_phy_cp_driver_setup |
Setup. More... | |
subroutine, public | atmos_phy_cp_driver_resume |
Redume. More... | |
subroutine, public | atmos_phy_cp_driver (update_flag) |
Driver. More... | |
module ATMOSPHERE / Physics Cumulus
name | description | unit | variable |
---|---|---|---|
CBMFX | cloud base mass flux | kg/m2/s | MFLX_cloudbase |
subroutine, public mod_atmos_phy_cp_driver::atmos_phy_cp_driver_setup | ( | ) |
Setup.
Definition at line 52 of file mod_atmos_phy_cp_driver.f90.
References mod_atmos_admin::atmos_phy_cp_type, mod_atmos_admin::atmos_sw_phy_cp, scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by mod_atmos_driver::atmos_driver_setup().
subroutine, public mod_atmos_phy_cp_driver::atmos_phy_cp_driver_resume | ( | ) |
Redume.
Definition at line 78 of file mod_atmos_phy_cp_driver.f90.
References atmos_phy_cp_driver(), mod_atmos_admin::atmos_sw_phy_cp, scale_prof::prof_rapend(), and scale_prof::prof_rapstart().
Referenced by mod_atmos_driver::atmos_driver_resume2().
subroutine, public mod_atmos_phy_cp_driver::atmos_phy_cp_driver | ( | logical, intent(in) | update_flag | ) |
Driver.
Definition at line 97 of file mod_atmos_phy_cp_driver.f90.
References scale_tracer::aq_name, mod_atmos_phy_cp_vars::atmos_phy_cp_mflx_cloudbase, mod_atmos_phy_cp_vars::atmos_phy_cp_momx_t, mod_atmos_phy_cp_vars::atmos_phy_cp_momy_t, mod_atmos_phy_cp_vars::atmos_phy_cp_momz_t, mod_atmos_phy_cp_vars::atmos_phy_cp_rhoq_t, mod_atmos_phy_cp_vars::atmos_phy_cp_rhot_t, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, scale_grid_index::ke, scale_grid_index::ks, mod_atmos_vars::momx_tp, mod_atmos_vars::momy_tp, mod_atmos_vars::momz_tp, scale_tracer::qa, mod_atmos_vars::rhoq_tp, mod_atmos_vars::rhot_tp, and scale_rm_statistics::statistics_checktotal.
Referenced by mod_atmos_driver::atmos_driver(), and atmos_phy_cp_driver_resume().