MOM6
|
Definition at line 25 of file MOM_PressureForce.F90.
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... | |
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.
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.
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.