MOM6
|
Pressure force control structure.
Definition at line 31 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... | |
logical | blocked_afv |
If true, used the blocked version of the ANALYTIC_FV_PGF code. The value of this parameter should not change answers. More... | |
type(pressureforce_afv_cs), pointer | pressureforce_afv_csp => NULL() |
Control structure for the analytically integrated finite volume pressure force. More... | |
type(pressureforce_blk_afv_cs), pointer | pressureforce_blk_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 32 of file MOM_PressureForce.F90.
logical mom_pressureforce::pressureforce_cs::blocked_afv |
If true, used the blocked version of the ANALYTIC_FV_PGF code. The value of this parameter should not change answers.
Definition at line 34 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 37 of file MOM_PressureForce.F90.
type(pressureforce_blk_afv_cs), pointer mom_pressureforce::pressureforce_cs::pressureforce_blk_afv_csp => NULL() |
Control structure for the analytically integrated finite volume pressure force.
Definition at line 39 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 41 of file MOM_PressureForce.F90.