|
subroutine, public | fv_sg_nlm_mod::fv_subgrid_z (isd, ied, jsd, jed, is, ie, js, je, km, nq, dt, tau, nwat, delp, pe, peln, pkz, ta, qa, ua, va, hydrostatic, w, delz, u_dt, v_dt, t_dt, q_dt, k_bot) |
|
subroutine | fv_sg_nlm_mod::qsmith_init |
|
subroutine, public | fv_sg_nlm_mod::qsmith (im, km, k1, t, p, q, qs, dqdt) |
|
subroutine | fv_sg_nlm_mod::qs_table (n, table) |
|
subroutine | fv_sg_nlm_mod::qs_table_m (n, table) |
|
subroutine, public | fv_sg_nlm_mod::neg_adj3 (is, ie, js, je, ng, kbot, hydrostatic, peln, delz, pt, dp, qv, ql, qr, qi, qs, qg, qa, check_negative) |
|
subroutine | fv_sg_nlm_mod::fillq (im, km, q, dp) |
|
subroutine | fv_sg_nlm_mod::prt_negative (qname, q, is, ie, js, je, n_g, km, threshold) |
|
|
real, parameter | fv_sg_nlm_mod::esl = 0.621971831 |
|
real, parameter | fv_sg_nlm_mod::tice = 273.16 |
|
real, parameter | fv_sg_nlm_mod::c_ice = 1972. |
|
real, parameter | fv_sg_nlm_mod::c_liq = 4.1855e+3 |
|
real, parameter | fv_sg_nlm_mod::cv_vap = cp_vapor - rvgas |
|
real, parameter | fv_sg_nlm_mod::c_con = c_ice |
|
real, parameter | fv_sg_nlm_mod::dc_vap = cv_vap - c_liq |
|
real, parameter | fv_sg_nlm_mod::dc_ice = c_liq - c_ice |
|
real, parameter | fv_sg_nlm_mod::hlv0 = 2.5e6 |
|
real, parameter | fv_sg_nlm_mod::hlf0 = 3.3358e5 |
|
real, parameter | fv_sg_nlm_mod::t_ice = 273.16 |
|
real, parameter | fv_sg_nlm_mod::ri_max = 1. |
|
real, parameter | fv_sg_nlm_mod::ri_min = 0.25 |
|
real, parameter | fv_sg_nlm_mod::t1_min = 160. |
|
real, parameter | fv_sg_nlm_mod::t2_min = 165. |
|
real, parameter | fv_sg_nlm_mod::t2_max = 315. |
|
real, parameter | fv_sg_nlm_mod::t3_max = 325. |
|
real, parameter | fv_sg_nlm_mod::lv0 = hlv0 - dc_vap*t_ice |
|
real, parameter | fv_sg_nlm_mod::li0 = hlf0 - dc_ice*t_ice |
|
real, parameter | fv_sg_nlm_mod::zvir = rvgas/rdgas - 1. |
|
real, dimension(:), allocatable | fv_sg_nlm_mod::table |
|
real, dimension(:), allocatable | fv_sg_nlm_mod::des |
|
real | fv_sg_nlm_mod::lv00 |
|
real | fv_sg_nlm_mod::d0_vap |
|