SCALE-RM
|
Module Spectran Bin Microphysics. More...
Functions/Subroutines | |
subroutine, public | atmos_phy_mp_suzuki10_setup (MP_TYPE) |
Setup. More... | |
subroutine, public | atmos_phy_mp_suzuki10 (DENS, MOMZ, MOMX, MOMY, RHOT, QTRC, CCN, EVAPORATE, SFLX_rain, SFLX_snow) |
Cloud Microphysics. More... | |
subroutine | mp_suzuki10 (ijkmax, ijkmax_cold, ijkmax_warm, index_cold, index_warm, dens, pres, ccn, temp, qvap, ghyd, gaer, evaporate, dt) |
subroutine | r_collcoag (ijkmax, swgt, temp, gc, dtime) |
subroutine, public | atmos_phy_mp_suzuki10_cloudfraction (cldfrac, QTRC) |
Calculate Cloud Fraction. More... | |
subroutine, public | atmos_phy_mp_suzuki10_effectiveradius (Re, QTRC0, DENS0, TEMP0) |
Calculate Effective Radius. More... | |
subroutine, public | atmos_phy_mp_suzuki10_mixingratio (Qe, QTRC0) |
Calculate mixing ratio of each category. More... | |
subroutine | mkpara |
Variables | |
real(rp), dimension(mp_qa), target, public | atmos_phy_mp_dens |
Module Spectran Bin Microphysics.
name | type | default value | comment |
---|---|---|---|
MP_NTMAX_SEDIMENTATION | integer | 1 | maxinum fractional step |
MP_DOAUTOCONVERSION | logical | .true. | apply collision process ? |
MP_DOPRECIPITATION | logical | .true. | apply sedimentation of hydrometeor ? |
MP_DONEGATIVE_FIXER | logical | .true. | apply negative fixer? |
MP_COUPLE_AEROSOL | logical | .false. | apply CCN effect? |
name | type | default value | comment |
---|---|---|---|
RHO_AERO | real(RP) | — density of aerosol | |
R_MIN | real(RP) | — minimum radius of aerosol (um) | |
R_MAX | real(RP) | — maximum radius of aerosol (um) | |
R0_AERO | real(RP) | — center radius of aerosol (um) | |
S10_EMAER | real(RP) | — moleculer weight of aerosol | |
S10_FLAG_REGENE | logical | — flag of regeneration | |
S10_FLAG_NUCLEAT | logical | — flag of regeneration | |
S10_FLAG_ICENUCLEAT | logical | — flag of regeneration | |
S10_FLAG_SFAERO | logical | — flag of surface flux of aeorol | |
S10_RNDM_FLGP | integer | — flag of surface flux of aeorol | |
S10_RNDM_MSPC | integer | ||
S10_RNDM_MBIN | integer | ||
C_CCN | real(RP) | 100.E+6_RP | N0 of Nc = N0*s^kappa |
KAPPA | real(RP) | 0.462_RP | kappa of Nc = N0*s^kappa |
SIGMA | real(RP) | 7.5E-02_RP | water surface tension N/m2 |
VHFCT | real(RP) | 2.0_RP | van't hoff factor (i in eq.(A.11) of Suzuki (2004)) |
name | description | unit | variable |
---|---|---|---|
QC | Mixing ratio of QC | kg/kg | QHYD_out |
QG | Mixing ratio of QG | kg/kg | QHYD_out |
QH | Mixing ratio of QH | kg/kg | QHYD_out |
QI | Mixing ratio of QI | kg/kg | QHYD_out |
QR | Mixing ratio of QR | kg/kg | QHYD_out |
QS | Mixing ratio of QS | kg/kg | QHYD_out |
subroutine, public scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_setup | ( | character(len=*), intent(in) | MP_TYPE | ) |
Setup.
Definition at line 239 of file scale_atmos_phy_mp_suzuki10.F90.
References atmos_phy_mp_dens, scale_comm::comm_datatype, scale_comm::comm_world, scale_const::const_dice, scale_const::const_dwatr, scale_grid::grid_cdz, scale_grid::grid_cz, scale_grid_index::ia, scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_get_available_fid(), scale_stdio::io_l, scale_grid_index::ja, scale_grid_index::ka, dc_log::log(), mkpara(), scale_process::prc_ismaster, scale_process::prc_masterrank, scale_process::prc_mpistop(), scale_tracer::qa, and scale_time::time_dtsec_atmos_phy_mp.
Referenced by scale_atmos_phy_mp::atmos_phy_mp_setup().
subroutine, public scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10 | ( | 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,qad), intent(inout) | QTRC, | ||
real(rp), dimension (ka,ia,ja), intent(in) | CCN, | ||
real(rp), dimension(ka,ia,ja), intent(out) | EVAPORATE, | ||
real(rp), dimension(ia,ja), intent(out) | SFLX_rain, | ||
real(rp), dimension(ia,ja), intent(out) | SFLX_snow | ||
) |
Cloud Microphysics.
Definition at line 685 of file scale_atmos_phy_mp_suzuki10.F90.
References scale_atmos_phy_mp_common::atmos_phy_mp_negative_fixer(), scale_atmos_phy_mp_common::atmos_phy_mp_precipitation(), scale_const::const_tem00, scale_grid_index::ie, scale_stdio::io_fid_log, scale_stdio::io_l, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, scale_grid_index::ke, scale_grid_index::ks, mp_suzuki10(), scale_prof::prof_rapend(), scale_prof::prof_rapstart(), scale_tracer::qa, and scale_time::time_dtsec_atmos_phy_mp.
Referenced by scale_atmos_phy_mp::atmos_phy_mp_setup().
subroutine scale_atmos_phy_mp_suzuki10::mp_suzuki10 | ( | integer, intent(in) | ijkmax, |
integer, intent(in) | ijkmax_cold, | ||
integer, intent(in) | ijkmax_warm, | ||
integer, dimension(ijkmax), intent(in) | index_cold, | ||
integer, dimension(ijkmax), intent(in) | index_warm, | ||
real(rp), dimension (ijkmax), intent(in) | dens, | ||
real(rp), dimension (ijkmax), intent(in) | pres, | ||
real(rp), dimension (ijkmax), intent(in) | ccn, | ||
real(rp), dimension (ijkmax), intent(inout) | temp, | ||
real(rp), dimension (ijkmax), intent(inout) | qvap, | ||
real(rp), dimension (nbin,nspc,ijkmax), intent(inout) | ghyd, | ||
real(rp), dimension (nccn1, ijkmax), intent(inout) | gaer, | ||
real(rp), dimension (ijkmax), intent(out) | evaporate, | ||
real(dp), intent(in) | dt | ||
) |
Definition at line 1219 of file scale_atmos_phy_mp_suzuki10.F90.
References scale_const::const_psat0, scale_const::const_tem00, scale_atmos_saturation::cpovr_ice, scale_atmos_saturation::cpovr_liq, dc_log::log(), scale_atmos_saturation::lovr_ice, scale_atmos_saturation::lovr_liq, scale_process::prc_mpistop(), scale_prof::prof_rapend(), scale_prof::prof_rapstart(), r_collcoag(), and scale_random::random_get().
Referenced by atmos_phy_mp_suzuki10().
subroutine scale_atmos_phy_mp_suzuki10::r_collcoag | ( | integer, intent(in) | ijkmax, |
real(rp), intent(in) | swgt, | ||
real(rp), dimension(ijkmax), intent(in) | temp, | ||
real(rp), dimension (nbin,nspc,ijkmax), intent(inout) | gc, | ||
real(dp), intent(in) | dtime | ||
) |
Definition at line 3622 of file scale_atmos_phy_mp_suzuki10.F90.
References scale_grid_index::ia, scale_grid_index::ja, scale_grid_index::ka, dc_log::log(), scale_prof::prof_rapend(), scale_prof::prof_rapstart(), and scale_random::random_get().
Referenced by mp_suzuki10().
subroutine, public scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_cloudfraction | ( | real(rp), dimension(ka,ia,ja), intent(out) | cldfrac, |
real(rp), dimension (ka,ia,ja,qad), intent(in) | QTRC | ||
) |
Calculate Cloud Fraction.
Definition at line 3820 of file scale_atmos_phy_mp_suzuki10.F90.
References scale_const::const_eps, 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::mp_qa, and scale_tracer::qa.
Referenced by scale_atmos_phy_mp::atmos_phy_mp_setup().
subroutine, public scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_effectiveradius | ( | real(rp), dimension (ka,ia,ja,mp_qad), intent(out) | Re, |
real(rp), dimension(ka,ia,ja,qad), intent(in) | QTRC0, | ||
real(rp), dimension(ka,ia,ja), intent(in) | DENS0, | ||
real(rp), dimension(ka,ia,ja), intent(in) | TEMP0 | ||
) |
Calculate Effective Radius.
Definition at line 3877 of file scale_atmos_phy_mp_suzuki10.F90.
References scale_const::const_eps, 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::mp_qa, and scale_tracer::qa.
Referenced by scale_atmos_phy_mp::atmos_phy_mp_setup().
subroutine, public scale_atmos_phy_mp_suzuki10::atmos_phy_mp_suzuki10_mixingratio | ( | real(rp), dimension (ka,ia,ja,mp_qad), intent(out) | Qe, |
real(rp), dimension(ka,ia,ja,qad), intent(in) | QTRC0 | ||
) |
Calculate mixing ratio of each category.
Definition at line 3966 of file scale_atmos_phy_mp_suzuki10.F90.
References scale_const::const_eps, 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::mp_qa, and scale_tracer::qa.
Referenced by scale_atmos_phy_mp::atmos_phy_mp_setup().
subroutine scale_atmos_phy_mp_suzuki10::mkpara | ( | ) |
Definition at line 4022 of file scale_atmos_phy_mp_suzuki10.F90.
References scale_stdio::io_fid_log, scale_stdio::io_l, and dc_log::log().
Referenced by atmos_phy_mp_suzuki10_setup().
real(rp), dimension(mp_qa), target, public scale_atmos_phy_mp_suzuki10::atmos_phy_mp_dens |
Definition at line 99 of file scale_atmos_phy_mp_suzuki10.F90.
Referenced by atmos_phy_mp_suzuki10_setup().