|
| subroutine, public | scale_atmos_hydrometeor::atmos_hydrometeor_setup |
| | Setup. More...
|
| |
| subroutine, public | scale_atmos_hydrometeor::atmos_hydrometeor_regist (Q0, NV, NL, NI, NAME, DESC, UNIT, ADVC) |
| | Regist tracer. More...
|
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhv_0d (lhv, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhv_1d (lhv, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhv_2d (lhv, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhv_3d (lhv, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhs_0d (lhs, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhs_1d (lhs, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhs_2d (lhs, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhs_3d (lhs, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhf_0d (lhf, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhf_1d (lhf, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhf_2d (lhf, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_lhf_3d (lhf, temp) |
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_entr_0d (entr, temp, pres, q, Rq) |
| | calc temp, pres, q -> entropy (0D) More...
|
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_entr_2d (entr, temp, pres, q, Rq) |
| | calc temp, pres, q -> entropy (2D) More...
|
| |
| subroutine | scale_atmos_hydrometeor::atmos_hydrometeor_entr_3d (entr, temp, pres, q, Rq) |
| | calc temp, pres, q -> entropy (3D) More...
|
| |
| subroutine, public | scale_atmos_hydrometeor::atmos_hydrometeor_diagnose_number_concentration (QTRC) |
| |
|
| integer, public | scale_atmos_hydrometeor::i_qv = -1 |
| |
| integer, parameter, public | scale_atmos_hydrometeor::n_hyd = 6 |
| |
| integer, parameter, public | scale_atmos_hydrometeor::i_hc = 1 |
| | liquid water cloud More...
|
| |
| integer, parameter, public | scale_atmos_hydrometeor::i_hr = 2 |
| | liquid water rain More...
|
| |
| integer, parameter, public | scale_atmos_hydrometeor::i_hi = 3 |
| | ice water cloud More...
|
| |
| integer, parameter, public | scale_atmos_hydrometeor::i_hs = 4 |
| | snow More...
|
| |
| integer, parameter, public | scale_atmos_hydrometeor::i_hg = 5 |
| | graupel More...
|
| |
| integer, parameter, public | scale_atmos_hydrometeor::i_hh = 6 |
| | hail More...
|
| |
| integer, public | scale_atmos_hydrometeor::i_qc = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_qr = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_qi = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_qs = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_qg = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_qh = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_nc = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_nr = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_ni = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_ns = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_ng = -1 |
| |
| integer, public | scale_atmos_hydrometeor::i_nh = -1 |
| |
| integer, public | scale_atmos_hydrometeor::qhs = -1 |
| |
| integer, public | scale_atmos_hydrometeor::qhe = -2 |
| |
| integer, public | scale_atmos_hydrometeor::qls = -1 |
| |
| integer, public | scale_atmos_hydrometeor::qle = -2 |
| |
| integer, public | scale_atmos_hydrometeor::qis = -1 |
| |
| integer, public | scale_atmos_hydrometeor::qie = -2 |
| |
| real(rp), public | scale_atmos_hydrometeor::lhv |
| | latent heat of vaporization for use [J/kg] More...
|
| |
| real(rp), public | scale_atmos_hydrometeor::lhs |
| | latent heat of sublimation for use [J/kg] More...
|
| |
| real(rp), public | scale_atmos_hydrometeor::lhf |
| | latent heat of fusion for use [J/kg] More...
|
| |