MOM6
mom_pressureforce::pressureforce_cs Type Reference

Detailed Description

Definition at line 25 of file MOM_PressureForce.F90.

Collaboration diagram for mom_pressureforce::pressureforce_cs:
[legend]

Public variables and constants

logical analytic_fv_pgf
 If true, use the analytic finite volume form (Adcroft et al., Ocean Mod. 2008) of the PGF. More...
 
type(pressureforce_afv_cs), pointer pressureforce_afv_csp => NULL()
 Control structure for the analytically integrated finite volume pressure force. More...
 
type(pressureforce_mont_cs), pointer pressureforce_mont_csp => NULL()
 Control structure for the Montgomery potential form of pressure force. More...
 

Variables and constants

◆ analytic_fv_pgf

logical mom_pressureforce::pressureforce_cs::analytic_fv_pgf

If true, use the analytic finite volume form (Adcroft et al., Ocean Mod. 2008) of the PGF.

Definition at line 26 of file MOM_PressureForce.F90.

26  logical :: analytic_fv_pgf !< If true, use the analytic finite volume form

◆ pressureforce_afv_csp

type(pressureforce_afv_cs), pointer mom_pressureforce::pressureforce_cs::pressureforce_afv_csp => NULL()

Control structure for the analytically integrated finite volume pressure force.

Definition at line 29 of file MOM_PressureForce.F90.

29  type(pressureforce_afv_cs), pointer :: pressureforce_afv_csp => null()

◆ pressureforce_mont_csp

type(pressureforce_mont_cs), pointer mom_pressureforce::pressureforce_cs::pressureforce_mont_csp => NULL()

Control structure for the Montgomery potential form of pressure force.

Definition at line 31 of file MOM_PressureForce.F90.

31  type(pressureforce_mont_cs), pointer :: pressureforce_mont_csp => null()

The documentation for this type was generated from the following file: