SCALE-RM
|
module ATMOSPHERE / Physics Chemistry More...
Functions/Subroutines | |
subroutine, public | atmos_phy_ch_driver_setup |
Setup. More... | |
subroutine, public | atmos_phy_ch_driver_resume |
Resume. More... | |
subroutine, public | atmos_phy_ch_driver (update_flag) |
Driver. More... | |
module ATMOSPHERE / Physics Chemistry
name | description | unit | variable |
---|---|---|---|
Ozone | Ozone | PPM | O3 |
subroutine, public mod_atmos_phy_ch_driver::atmos_phy_ch_driver_setup | ( | ) |
Setup.
Definition at line 52 of file mod_atmos_phy_ch_driver.f90.
References mod_atmos_admin::atmos_phy_ch_type, mod_atmos_admin::atmos_sw_phy_ch, scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by mod_atmos_driver::atmos_driver_setup().
subroutine, public mod_atmos_phy_ch_driver::atmos_phy_ch_driver_resume | ( | ) |
Resume.
Definition at line 78 of file mod_atmos_phy_ch_driver.f90.
References atmos_phy_ch_driver(), mod_atmos_admin::atmos_sw_phy_ch, scale_prof::prof_rapend(), and scale_prof::prof_rapstart().
Referenced by mod_atmos_driver::atmos_driver_resume1().
subroutine, public mod_atmos_phy_ch_driver::atmos_phy_ch_driver | ( | logical, intent(in) | update_flag | ) |
Driver.
Definition at line 97 of file mod_atmos_phy_ch_driver.f90.
References mod_atmos_phy_ch_vars::atmos_phy_ch_o3, mod_atmos_phy_ch_vars::atmos_phy_ch_rhoq_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, scale_tracer::qa, mod_atmos_vars::rhoq_tp, scale_rm_statistics::statistics_checktotal, and scale_tracer::tracer_name.
Referenced by mod_atmos_driver::atmos_driver(), and atmos_phy_ch_driver_resume().