SCALE-RM
|
module atmosphere / aerosol More...
Functions/Subroutines | |
subroutine, public | atmos_aerosol_setup |
Setup. More... | |
Variables | |
integer, parameter, public | n_ae = 7 |
integer, parameter, public | i_a01 = 1 |
integer, parameter, public | i_a02 = 2 |
integer, parameter, public | i_a03 = 3 |
integer, parameter, public | i_a04 = 4 |
integer, parameter, public | i_a05 = 5 |
integer, parameter, public | i_a06 = 6 |
integer, parameter, public | i_a07 = 7 |
character(len=h_short), dimension(n_ae), parameter, public | ae_name = (/ "A01", "A02", "A03", "A04", "A05", "A06", "A07" /) |
character(len=h_mid), dimension(n_ae), parameter, public | ae_desc = (/ "Soil dust ", "Carbonacerous (BC/OC=0.3) ", "Carbonacerous (BC/OC=0.15)", "Carbonacerous (BC/OC=0.) ", "Black carbon ", "Sulfate ", "Sea salt " /) |
real(rp), dimension(n_ae), parameter, public | ae_dens = (/ 2.50E+3_RP, 1.43E+3_RP, 1.46E+3_RP, 1.50E+3_RP, 1.25E+3_RP, 1.77E+3_RP, 2.20E+3_RP /) |
module atmosphere / aerosol
subroutine, public scale_atmos_aerosol::atmos_aerosol_setup |
Setup.
Definition at line 75 of file scale_atmos_aerosol.F90.
integer, parameter, public scale_atmos_aerosol::n_ae = 7 |
Definition at line 33 of file scale_atmos_aerosol.F90.
Referenced by scale_atmos_phy_ae_kajino13::atmos_phy_ae_kajino13_effective_radius(), scale_atmos_phy_ae_offline::atmos_phy_ae_offline_effective_radius(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_get_diagnostic(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_history(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_setup(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver_calc_tendency(), scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux(), and scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_setup().
integer, parameter, public scale_atmos_aerosol::i_a01 = 1 |
Definition at line 34 of file scale_atmos_aerosol.F90.
integer, parameter, public scale_atmos_aerosol::i_a02 = 2 |
Definition at line 35 of file scale_atmos_aerosol.F90.
integer, parameter, public scale_atmos_aerosol::i_a03 = 3 |
Definition at line 36 of file scale_atmos_aerosol.F90.
integer, parameter, public scale_atmos_aerosol::i_a04 = 4 |
Definition at line 37 of file scale_atmos_aerosol.F90.
integer, parameter, public scale_atmos_aerosol::i_a05 = 5 |
Definition at line 38 of file scale_atmos_aerosol.F90.
integer, parameter, public scale_atmos_aerosol::i_a06 = 6 |
Definition at line 39 of file scale_atmos_aerosol.F90.
integer, parameter, public scale_atmos_aerosol::i_a07 = 7 |
Definition at line 40 of file scale_atmos_aerosol.F90.
character(len=h_short), dimension(n_ae), parameter, public scale_atmos_aerosol::ae_name = (/ "A01", "A02", "A03", "A04", "A05", "A06", "A07" /) |
Definition at line 42 of file scale_atmos_aerosol.F90.
Referenced by mod_atmos_phy_ae_vars::atmos_phy_ae_vars_setup().
character(len=h_mid), dimension(n_ae), parameter, public scale_atmos_aerosol::ae_desc = (/ "Soil dust ", "Carbonacerous (BC/OC=0.3) ", "Carbonacerous (BC/OC=0.15)", "Carbonacerous (BC/OC=0.) ", "Black carbon ", "Sulfate ", "Sea salt " /) |
Definition at line 44 of file scale_atmos_aerosol.F90.
Referenced by mod_atmos_phy_ae_vars::atmos_phy_ae_vars_setup().
real(rp), dimension(n_ae), parameter, public scale_atmos_aerosol::ae_dens = (/ 2.50E+3_RP, 1.43E+3_RP, 1.46E+3_RP, 1.50E+3_RP, 1.25E+3_RP, 1.77E+3_RP, 2.20E+3_RP /) |
Definition at line 53 of file scale_atmos_aerosol.F90.
Referenced by scale_atmos_phy_rd_mstrnx::atmos_phy_rd_mstrnx_flux().