SCALE-RM
|
module ATMOSPHERE / Physics Aerosol Microphysics More...
Data Types | |
interface | su |
Functions/Subroutines | |
subroutine, public | atmos_phy_ae_config (AE_TYPE) |
Setup. More... | |
Variables | |
procedure(ae), pointer, public | atmos_phy_ae => NULL() |
procedure(su), pointer, public | atmos_phy_ae_setup => NULL() |
procedure(er), pointer, public | atmos_phy_ae_effectiveradius => NULL() |
integer, public | qa_ae |
integer, public | qs_ae |
integer, public | qe_ae |
character(len=h_short), dimension(:), pointer, public | atmos_phy_ae_name |
character(len=h_mid), dimension(:), pointer, public | atmos_phy_ae_desc |
character(len=h_short), dimension(:), pointer, public | atmos_phy_ae_unit |
real(rp), dimension(:), pointer, public | atmos_phy_ae_dens |
module ATMOSPHERE / Physics Aerosol Microphysics
subroutine, public scale_atmos_phy_ae::atmos_phy_ae_config | ( | character(len=*), intent(in) | AE_TYPE | ) |
Setup.
Definition at line 110 of file scale_atmos_phy_ae.F90.
References atmos_phy_ae, atmos_phy_ae_dens, atmos_phy_ae_desc, scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy(), scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_config(), scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_dens, scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_desc, scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_effectiveradius(), scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_name, scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_setup(), scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_unit, atmos_phy_ae_effectiveradius, scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13(), scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_config(), scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_dens, scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_desc, scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_effectiveradius(), scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_name, scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_setup(), scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_unit, atmos_phy_ae_name, atmos_phy_ae_setup, atmos_phy_ae_unit, scale_stdio::io_fid_log, scale_stdio::io_l, scale_process::prc_mpistop(), qa_ae, qe_ae, and qs_ae.
Referenced by mod_atmos_phy_ae_driver::atmos_phy_ae_driver_config().
procedure(ae), pointer, public scale_atmos_phy_ae::atmos_phy_ae => NULL() |
Definition at line 77 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config(), and mod_atmos_phy_ae_driver::atmos_phy_ae_driver().
procedure(su), pointer, public scale_atmos_phy_ae::atmos_phy_ae_setup => NULL() |
Definition at line 78 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config(), and mod_atmos_phy_ae_driver::atmos_phy_ae_driver_setup().
procedure(er), pointer, public scale_atmos_phy_ae::atmos_phy_ae_effectiveradius => NULL() |
Definition at line 79 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config(), and scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx().
integer, public scale_atmos_phy_ae::qa_ae |
Definition at line 89 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_setup(), and scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx().
integer, public scale_atmos_phy_ae::qs_ae |
Definition at line 90 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_setup(), and scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx().
integer, public scale_atmos_phy_ae::qe_ae |
Definition at line 91 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), and mod_atmos_phy_ae_vars::atmos_phy_ae_vars_setup().
character(len=h_short), dimension(:), pointer, public scale_atmos_phy_ae::atmos_phy_ae_name |
Definition at line 93 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config().
character(len=h_mid), dimension(:), pointer, public scale_atmos_phy_ae::atmos_phy_ae_desc |
Definition at line 94 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config().
character(len=h_short), dimension(:), pointer, public scale_atmos_phy_ae::atmos_phy_ae_unit |
Definition at line 95 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config().
real(rp), dimension(:), pointer, public scale_atmos_phy_ae::atmos_phy_ae_dens |
Definition at line 96 of file scale_atmos_phy_ae.F90.
Referenced by atmos_phy_ae_config(), and scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx().