FV3DYCORE  Version 2.0.0
fv_sg.F90 File Reference

Go to the source code of this file.

Modules

module  fv_sg_mod
 The module 'fv_sg' performs FV sub-grid mixing.
 

Functions/Subroutines

subroutine, public fv_sg_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_mod::qsmith_init
 
subroutine, public fv_sg_mod::qsmith (im, km, k1, t, p, q, qs, dqdt)
 
subroutine fv_sg_mod::qs_table (n, table)
 
subroutine fv_sg_mod::qs_table_m (n, table)
 
subroutine, public fv_sg_mod::neg_adj3 (is, ie, js, je, ng, kbot, hydrostatic, peln, delz, pt, dp, qv, ql, qr, qi, qs, qg, qa, check_negative)
 
subroutine, public fv_sg_mod::neg_adj2 (is, ie, js, je, ng, kbot, hydrostatic, peln, delz, pt, dp, qv, ql, qr, qi, qs, qa, check_negative)
 
subroutine fv_sg_mod::fillq (im, km, q, dp)
 
subroutine fv_sg_mod::prt_negative (qname, q, is, ie, js, je, n_g, km, threshold)
 

Variables

real, parameter fv_sg_mod::esl = 0.621971831
 
real, parameter fv_sg_mod::tice = 273.16
 
real, parameter fv_sg_mod::c_ice = 1972.
 -15 C More...
 
real, parameter fv_sg_mod::c_liq = 4.1855e+3
 GFS. More...
 
real, parameter fv_sg_mod::cv_vap = cp_vapor - rvgas
 1384.5 More...
 
real, parameter fv_sg_mod::c_con = c_ice
 
real, parameter fv_sg_mod::dc_vap = cv_vap - c_liq
 = -2368. More...
 
real, parameter fv_sg_mod::dc_ice = c_liq - c_ice
 = 2112. More...
 
real, parameter fv_sg_mod::hlv0 = 2.5e6
 
real, parameter fv_sg_mod::hlf0 = 3.3358e5
 
real, parameter fv_sg_mod::t_ice = 273.16
 
real, parameter fv_sg_mod::ri_max = 1.
 
real, parameter fv_sg_mod::ri_min = 0.25
 
real, parameter fv_sg_mod::t1_min = 160.
 
real, parameter fv_sg_mod::t2_min = 165.
 
real, parameter fv_sg_mod::t2_max = 315.
 
real, parameter fv_sg_mod::t3_max = 325.
 
real, parameter fv_sg_mod::lv0 = hlv0 - dc_vap*t_ice
 = 3.147782e6 More...
 
real, parameter fv_sg_mod::li0 = hlf0 - dc_ice*t_ice
 = -2.431928e5 More...
 
real, parameter fv_sg_mod::zvir = rvgas/rdgas - 1.
 = 0.607789855 More...
 
real, dimension(:), allocatable fv_sg_mod::table
 
real, dimension(:), allocatable fv_sg_mod::des
 
real fv_sg_mod::lv00
 
real fv_sg_mod::d0_vap