FV3DYCORE  Version1.0.0
fv_mapz.F90 File Reference

Go to the source code of this file.

Modules

module  fv_mapz_mod
 The module 'fv_mapz' contains the vertical mapping routines [lin2004vertically].
 

Functions/Subroutines

subroutine, public fv_mapz_mod::lagrangian_to_eulerian (last_step, consv, ps, pe, delp, pkz, pk, mdt, pdt, km, is, ie, js, je, isd, ied, jsd, jed, nq, nwat, sphum, q_con, u, v, w, delz, pt, q, hs, r_vir, cp, akap, cappa, kord_mt, kord_wz, kord_tr, kord_tm, peln, te0_2d, ng, ua, va, omga, te, ws, fill, reproduce_sum, out_dt, dtdt, ptop, ak, bk, pfull, gridstruct, domain, do_sat_adj, hydrostatic, hybrid_z, do_omega, adiabatic, do_adiabatic_init)
 The subroutine 'Lagrangian_to_Eulerian' remaps deformed Lagrangian layers back to the reference Eulerian coordinate. More...
 
subroutine, public fv_mapz_mod::compute_total_energy (is, ie, js, je, isd, ied, jsd, jed, km, u, v, w, delz, pt, delp, q, qc, pe, peln, hs, rsin2_l, cosa_s_l, r_vir, cp, rg, hlv, te_2d, ua, va, teq, moist_phys, nwat, sphum, liq_wat, rainwat, ice_wat, snowwat, graupel, hydrostatic, id_te)
 The subroutine 'compute_total_energy' performs the FV3-consistent computation of the global total energy. More...
 
subroutine fv_mapz_mod::pkez (km, ifirst, ilast, jfirst, jlast, j, pe, pk, akap, peln, pkz, ptop)
 
subroutine fv_mapz_mod::remap_z (km, pe1, q1, kn, pe2, q2, i1, i2, iv, kord)
 
subroutine fv_mapz_mod::map_scalar (km, pe1, q1, qs, kn, pe2, q2, i1, i2, j, ibeg, iend, jbeg, jend, iv, kord, q_min)
 
subroutine fv_mapz_mod::map1_ppm (km, pe1, q1, qs, kn, pe2, q2, i1, i2, j, ibeg, iend, jbeg, jend, iv, kord)
 
subroutine fv_mapz_mod::mapn_tracer (nq, km, pe1, pe2, q1, dp2, kord, j, i1, i2, isd, ied, jsd, jed, q_min, fill)
 
subroutine fv_mapz_mod::map1_q2 (km, pe1, q1, kn, pe2, q2, dp2, i1, i2, iv, kord, j, ibeg, iend, jbeg, jend, q_min)
 
subroutine fv_mapz_mod::remap_2d (km, pe1, q1, kn, pe2, q2, i1, i2, iv, kord)
 
subroutine fv_mapz_mod::scalar_profile (qs, a4, delp, km, i1, i2, iv, kord, qmin)
 
subroutine fv_mapz_mod::cs_profile (qs, a4, delp, km, i1, i2, iv, kord)
 
subroutine fv_mapz_mod::cs_limiters (im, extm, a4, iv)
 
subroutine fv_mapz_mod::ppm_profile (a4, delp, km, i1, i2, iv, kord)
 
subroutine fv_mapz_mod::ppm_limiters (dm, a4, itot, lmt)
 
subroutine fv_mapz_mod::steepz (i1, i2, km, a4, df2, dm, dq, dp, d4)
 
subroutine, public fv_mapz_mod::rst_remap (km, kn, is, ie, js, je, isd, ied, jsd, jed, nq, ntp, delp_r, u_r, v_r, w_r, delz_r, pt_r, q_r, qdiag_r, delp, u, v, w, delz, pt, q, qdiag, ak_r, bk_r, ptop, ak, bk, hydrostatic, make_nh, domain, square_domain)
 The subroutine 'rst_remap' remaps all variables required for a restart. More...
 
subroutine, public fv_mapz_mod::mappm (km, pe1, q1, kn, pe2, q2, i1, i2, iv, kord, ptop)
 The subroutine 'mappm' is a general-purpose routine for remapping one set of vertical levels to another. More...
 
subroutine, public fv_mapz_mod::moist_cv (is, ie, isd, ied, jsd, jed, km, j, k, nwat, sphum, liq_wat, rainwat, ice_wat, snowwat, graupel, q, qd, cvm, t1)
 The subroutine 'moist_cv' computes the FV3-consistent moist heat capacity under constant volume, including the heating capacity of water vapor and condensates. More...
 
subroutine, public fv_mapz_mod::moist_cp (is, ie, isd, ied, jsd, jed, km, j, k, nwat, sphum, liq_wat, rainwat, ice_wat, snowwat, graupel, q, qd, cpm, t1)
 The subroutine 'moist_cp' computes the FV3-consistent moist heat capacity under constant pressure, including the heating capacity of water vapor and condensates. More...
 

Variables

real, parameter fv_mapz_mod::consv_min = 0.001
 below which no correction applies More...
 
real, parameter fv_mapz_mod::t_min = 184.
 below which applies stricter constraint More...
 
real, parameter fv_mapz_mod::r3 = 1./3.
 
real, parameter fv_mapz_mod::r23 = 2./3.
 
real, parameter fv_mapz_mod::r12 = 1./12.
 
real, parameter fv_mapz_mod::cv_vap = 3.*rvgas
 1384.5 More...
 
real, parameter fv_mapz_mod::cv_air = cp_air - rdgas
 = rdgas * (7/2-1) = 2.5*rdgas=717.68 More...
 
real, parameter fv_mapz_mod::c_ice = 1972.
 heat capacity of ice at -15.C More...
 
real, parameter fv_mapz_mod::c_liq = 4.1855e+3
 GFS: heat capacity of water at 0C. More...
 
real, parameter fv_mapz_mod::cp_vap = cp_vapor
 
real, parameter fv_mapz_mod::tice = 273.16
 
real(kind=4), public fv_mapz_mod::e_flux = 0.