|
SCALE-RM
|
module ATMOSPHERE / Physics Aerosol Microphysics More...
Functions/Subroutines | |
| subroutine, public | atmos_phy_ae_dummy_config (AE_TYPE, QA_AE, QS_AE) |
| Config. More... | |
| subroutine, public | atmos_phy_ae_dummy_setup |
| Setup. More... | |
| subroutine, public | atmos_phy_ae_dummy (QQA, DENS, MOMZ, MOMX, MOMY, RHOT, EMIT, NREG, QTRC, CN, CCN, RHOQ_t_AE) |
| Aerosol Microphysics. More... | |
| subroutine, public | atmos_phy_ae_dummy_effectiveradius (Re, QTRC, RH) |
| Calculate Effective Radius. More... | |
Variables | |
| integer, parameter, public | qa_ae = 0 |
| character(len=h_short), dimension(qa_ae), target, public | atmos_phy_ae_dummy_name |
| character(len=h_mid), dimension(qa_ae), target, public | atmos_phy_ae_dummy_desc |
| character(len=h_short), dimension(qa_ae), target, public | atmos_phy_ae_dummy_unit |
| real(rp), dimension(qa_ae), target, public | atmos_phy_ae_dummy_dens |
module ATMOSPHERE / Physics Aerosol Microphysics
| subroutine, public scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_config | ( | character(len=*), intent(in) | AE_TYPE, |
| integer, intent(out) | QA_AE, | ||
| integer, intent(out) | QS_AE | ||
| ) |
Config.
Definition at line 64 of file scale_atmos_phy_ae_dummy.F90.
References scale_stdio::io_fid_log, scale_stdio::io_l, scale_process::prc_mpistop(), and qa_ae.
Referenced by scale_atmos_phy_ae::atmos_phy_ae_config().


| subroutine, public scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_setup | ( | ) |
Setup.
Definition at line 90 of file scale_atmos_phy_ae_dummy.F90.
References scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by scale_atmos_phy_ae::atmos_phy_ae_config().

| subroutine, public scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy | ( | integer, intent(in) | QQA, |
| real(rp), dimension(ka,ia,ja), intent(inout) | DENS, | ||
| real(rp), dimension(ka,ia,ja), intent(inout) | MOMZ, | ||
| real(rp), dimension(ka,ia,ja), intent(inout) | MOMX, | ||
| real(rp), dimension(ka,ia,ja), intent(inout) | MOMY, | ||
| real(rp), dimension(ka,ia,ja), intent(inout) | RHOT, | ||
| real(rp), dimension(ka,ia,ja,qqa), intent(inout) | EMIT, | ||
| real(rp), dimension(ka,ia,ja), intent(in) | NREG, | ||
| real(rp), dimension(ka,ia,ja,qa), intent(inout) | QTRC, | ||
| real(rp), dimension(ka,ia,ja), intent(out) | CN, | ||
| real(rp), dimension(ka,ia,ja), intent(out) | CCN, | ||
| real(rp), dimension(ka,ia,ja,qa), intent(inout) | RHOQ_t_AE | ||
| ) |
Aerosol Microphysics.
Definition at line 114 of file scale_atmos_phy_ae_dummy.F90.
References scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by scale_atmos_phy_ae::atmos_phy_ae_config().

| subroutine, public scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_effectiveradius | ( | real(rp), dimension (ka,ia,ja,n_ae), intent(out) | Re, |
| real(rp), dimension(ka,ia,ja,qa), intent(in) | QTRC, | ||
| real(rp), dimension (ka,ia,ja), intent(in) | RH | ||
| ) |
Calculate Effective Radius.
Definition at line 144 of file scale_atmos_phy_ae_dummy.F90.
References scale_const::const_undef, and scale_atmos_aerosol::n_ae.
Referenced by scale_atmos_phy_ae::atmos_phy_ae_config().

| integer, parameter, public scale_atmos_phy_ae_dummy::qa_ae = 0 |
Definition at line 41 of file scale_atmos_phy_ae_dummy.F90.
Referenced by atmos_phy_ae_dummy_config().
| character(len=h_short), dimension(qa_ae), target, public scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_name |
Definition at line 43 of file scale_atmos_phy_ae_dummy.F90.
Referenced by scale_atmos_phy_ae::atmos_phy_ae_config().
| character(len=h_mid), dimension(qa_ae), target, public scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_desc |
Definition at line 44 of file scale_atmos_phy_ae_dummy.F90.
Referenced by scale_atmos_phy_ae::atmos_phy_ae_config().
| character(len=h_short), dimension(qa_ae), target, public scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_unit |
Definition at line 45 of file scale_atmos_phy_ae_dummy.F90.
Referenced by scale_atmos_phy_ae::atmos_phy_ae_config().
| real(rp), dimension(qa_ae), target, public scale_atmos_phy_ae_dummy::atmos_phy_ae_dummy_dens |
Definition at line 47 of file scale_atmos_phy_ae_dummy.F90.
Referenced by scale_atmos_phy_ae::atmos_phy_ae_config().
1.8.14