SCALE-RM
|
module ATMOSPHERE / Physics Aerosol Microphysics More...
Functions/Subroutines | |
subroutine, public | atmos_phy_ae_driver_config |
Config. More... | |
subroutine, public | atmos_phy_ae_driver_setup |
Setup. More... | |
subroutine, public | atmos_phy_ae_driver_resume |
Resume. More... | |
subroutine, public | atmos_phy_ae_driver (update_flag) |
Driver. More... | |
module ATMOSPHERE / Physics Aerosol Microphysics
name | description | unit | variable |
---|---|---|---|
CCN | cloud condensation nucrei | num/cc | CCN*1.E-6_RP |
CN | condensation nucrei | num/cc | CN *1.E-6_RP |
subroutine, public mod_atmos_phy_ae_driver::atmos_phy_ae_driver_config | ( | ) |
Config.
Definition at line 53 of file mod_atmos_phy_ae_driver.f90.
References scale_atmos_phy_ae::atmos_phy_ae_config(), mod_atmos_admin::atmos_phy_ae_type, scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by mod_atmos_driver::atmos_driver_config().
subroutine, public mod_atmos_phy_ae_driver::atmos_phy_ae_driver_setup | ( | ) |
Setup.
Definition at line 78 of file mod_atmos_phy_ae_driver.f90.
References scale_atmos_phy_ae::atmos_phy_ae_setup, mod_atmos_admin::atmos_phy_ae_type, scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by mod_atmos_driver::atmos_driver_setup().
subroutine, public mod_atmos_phy_ae_driver::atmos_phy_ae_driver_resume | ( | ) |
Resume.
Definition at line 105 of file mod_atmos_phy_ae_driver.f90.
References atmos_phy_ae_driver(), scale_prof::prof_rapend(), and scale_prof::prof_rapstart().
Referenced by mod_atmos_driver::atmos_driver_resume1().
subroutine, public mod_atmos_phy_ae_driver::atmos_phy_ae_driver | ( | logical, intent(in) | update_flag | ) |
Driver.
Definition at line 125 of file mod_atmos_phy_ae_driver.f90.
References scale_atmos_phy_ae::atmos_phy_ae, mod_atmos_phy_ae_vars::atmos_phy_ae_ccn, mod_atmos_phy_ae_vars::atmos_phy_ae_ccn_t, mod_atmos_phy_ae_vars::atmos_phy_ae_emit, mod_atmos_phy_ae_vars::atmos_phy_ae_rhoq_t, mod_atmos_phy_mp_vars::atmos_phy_mp_evaporate, mod_atmos_vars::dens, mod_atmos_vars::dens_av, 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, mod_atmos_vars::momx_av, mod_atmos_vars::momy, mod_atmos_vars::momy_av, mod_atmos_vars::momz, mod_atmos_vars::momz_av, scale_atmos_phy_ae::qa_ae, scale_atmos_phy_ae::qe_ae, scale_atmos_phy_ae::qs_ae, mod_atmos_vars::qtrc, mod_atmos_vars::qtrc_av, mod_atmos_vars::rhoq_tp, mod_atmos_vars::rhot, mod_atmos_vars::rhot_av, scale_rm_statistics::statistics_checktotal, scale_time::time_dtsec_atmos_phy_ae, and scale_tracer::tracer_name.
Referenced by mod_atmos_driver::atmos_driver(), and atmos_phy_ae_driver_resume().