MOM6
PQM_functions.F90 File Reference

Go to the source code of this file.

Modules

module  pqm_functions
 Piecewise quartic reconstruction functions.
 

Functions/Subroutines

subroutine, public pqm_functions::pqm_reconstruction (N, h, u, ppoly_E, ppoly_S, ppoly_coef, h_neglect)
 Reconstruction by quartic polynomials within each cell. More...
 
subroutine pqm_functions::pqm_limiter (N, h, u, ppoly_E, ppoly_S, h_neglect)
 Limit the piecewise quartic method reconstruction. More...
 
subroutine, public pqm_functions::pqm_boundary_extrapolation (N, h, u, ppoly_E, ppoly_coef)
 Reconstruction by parabolas within boundary cells. More...
 
subroutine, public pqm_functions::pqm_boundary_extrapolation_v1 (N, h, u, ppoly_E, ppoly_S, ppoly_coef, h_neglect)
 Reconstruction by parabolas within boundary cells. More...
 

Variables

real, parameter pqm_functions::hneglect_dflt = 1.E-30
 Default negligible cell thickness. More...