FV3 Bundle
tp_core_tlm.F90 File Reference

Go to the source code of this file.

Modules

module  tp_core_tlm_mod
 

Functions/Subroutines

subroutine, public tp_core_tlm_mod::fv_tp_2d (q, crx, cry, npx, npy, hord, fx, fy, xfx, yfx, gridstruct, bd, ra_x, ra_y, mfx, mfy, mass, nord, damp_c)
 
subroutine tp_core_tlm_mod::xppm (flux, q, c, iord, is, ie, isd, ied, jfirst, jlast, jsd, jed, npx, npy, dxa, nested, grid_type)
 
subroutine tp_core_tlm_mod::yppm (flux, q, c, jord, ifirst, ilast, isd, ied, js, je, jsd, jed, npx, npy, dya, nested, grid_type)
 
subroutine tp_core_tlm_mod::mp_ghost_ew (im, jm, km, nq, ifirst, ilast, jfirst, jlast, kfirst, klast, ng_w, ng_e, ng_s, ng_n, q_ghst, q)
 
subroutine tp_core_tlm_mod::pert_ppm_tlm (im, a0, al, al_tl, ar, ar_tl, iv)
 
subroutine, public tp_core_tlm_mod::pert_ppm (im, a0, al, ar, iv)
 
subroutine tp_core_tlm_mod::deln_flux (nord, is, ie, js, je, npx, npy, damp, q, fx, fy, gridstruct, bd, mass)
 
subroutine, public tp_core_tlm_mod::copy_corners (q, npx, npy, dir, nested, bd, sw_corner, se_corner, nw_corner, ne_corner)
 
subroutine, public tp_core_tlm_mod::fv_tp_2d_tlm (q, q_tl, crx, crx_tl, cry, cry_tl, npx, npy, hord, fx, fx_tl, fy, fy_tl, xfx, xfx_tl, yfx, yfx_tl, gridstruct, bd, ra_x, ra_x_tl, ra_y, ra_y_tl, mfx, mfx_tl, mfy, mfy_tl, mass, mass_tl, nord, damp_c)
 
subroutine tp_core_tlm_mod::xppm_tlm (flux, flux_tl, q, q_tl, c, c_tl, iord, is, ie, isd, ied, jfirst, jlast, jsd, jed, npx, npy, dxa, nested, grid_type)
 
subroutine tp_core_tlm_mod::yppm_tlm (flux, flux_tl, q, q_tl, c, c_tl, jord, ifirst, ilast, isd, ied, js, je, jsd, jed, npx, npy, dya, nested, grid_type)
 
subroutine tp_core_tlm_mod::deln_flux_tlm (nord, is, ie, js, je, npx, npy, damp, q, q_tl, fx, fx_tl, fy, fy_tl, gridstruct, bd, mass, mass_tl)
 
subroutine, public tp_core_tlm_mod::copy_corners_tlm (q, q_tl, npx, npy, dir, nested, bd, sw_corner, se_corner, nw_corner, ne_corner)
 

Variables

real, parameter tp_core_tlm_mod::ppm_fac = 1.5
 
real, parameter tp_core_tlm_mod::r3 = 1./3.
 
real, parameter tp_core_tlm_mod::near_zero = 1.E-25
 
real, parameter tp_core_tlm_mod::ppm_limiter = 2.0
 
real, parameter tp_core_tlm_mod::b1 = 1./30.
 
real, parameter tp_core_tlm_mod::b2 = -13./60.
 
real, parameter tp_core_tlm_mod::b3 = -13./60.
 
real, parameter tp_core_tlm_mod::b4 = 0.45
 
real, parameter tp_core_tlm_mod::b5 = -0.05
 
real, parameter tp_core_tlm_mod::t11 = 27./28.
 
real, parameter tp_core_tlm_mod::t12 = -13./28.
 
real, parameter tp_core_tlm_mod::t13 =3./7.
 
real, parameter tp_core_tlm_mod::s11 = 11./14.
 
real, parameter tp_core_tlm_mod::s14 = 4./7.
 
real, parameter tp_core_tlm_mod::s15 =3./14.
 
real, parameter tp_core_tlm_mod::c1 = -2./14.
 
real, parameter tp_core_tlm_mod::c2 = 11./14.
 
real, parameter tp_core_tlm_mod::c3 = 5./14.
 
real, parameter tp_core_tlm_mod::p1 = 7./12.
 
real, parameter tp_core_tlm_mod::p2 = -1./12.