MOM6
|
Control structure for the Montgomery potential form of pressure gradient.
Definition at line 25 of file MOM_PressureForce_Montgomery.F90.
Public variables and constants | |
logical | tides |
If true, apply tidal momentum forcing. More... | |
real | rho0 |
The density used in the Boussinesq approximation, in kg m-3. More... | |
real | rho_atm |
The assumed atmospheric density, in kg m-3. By default, Rho_atm is 0. More... | |
real | gfs_scale |
Ratio between gravity applied to top interface and the gravitational acceleration of the planet. Usually this ratio is 1. More... | |
type(time_type), pointer | time |
type(diag_ctrl), pointer | diag |
real, dimension(:,:,:), pointer | pfu_bc => NULL() |
real, dimension(:,:,:), pointer | pfv_bc => NULL() |
integer | id_pfu_bc = -1 |
integer | id_pfv_bc = -1 |
integer | id_e_tidal = -1 |
type(tidal_forcing_cs), pointer | tides_csp => NULL() |
type(diag_ctrl), pointer mom_pressureforce_mont::pressureforce_mont_cs::diag |
Definition at line 35 of file MOM_PressureForce_Montgomery.F90.
real mom_pressureforce_mont::pressureforce_mont_cs::gfs_scale |
Ratio between gravity applied to top interface and the gravitational acceleration of the planet. Usually this ratio is 1.
Definition at line 31 of file MOM_PressureForce_Montgomery.F90.
integer mom_pressureforce_mont::pressureforce_mont_cs::id_e_tidal = -1 |
Definition at line 40 of file MOM_PressureForce_Montgomery.F90.
integer mom_pressureforce_mont::pressureforce_mont_cs::id_pfu_bc = -1 |
Definition at line 40 of file MOM_PressureForce_Montgomery.F90.
integer mom_pressureforce_mont::pressureforce_mont_cs::id_pfv_bc = -1 |
Definition at line 40 of file MOM_PressureForce_Montgomery.F90.
real, dimension(:,:,:), pointer mom_pressureforce_mont::pressureforce_mont_cs::pfu_bc => NULL() |
Definition at line 37 of file MOM_PressureForce_Montgomery.F90.
real, dimension(:,:,:), pointer mom_pressureforce_mont::pressureforce_mont_cs::pfv_bc => NULL() |
Definition at line 38 of file MOM_PressureForce_Montgomery.F90.
real mom_pressureforce_mont::pressureforce_mont_cs::rho0 |
The density used in the Boussinesq approximation, in kg m-3.
Definition at line 27 of file MOM_PressureForce_Montgomery.F90.
real mom_pressureforce_mont::pressureforce_mont_cs::rho_atm |
The assumed atmospheric density, in kg m-3. By default, Rho_atm is 0.
Definition at line 29 of file MOM_PressureForce_Montgomery.F90.
logical mom_pressureforce_mont::pressureforce_mont_cs::tides |
If true, apply tidal momentum forcing.
Definition at line 26 of file MOM_PressureForce_Montgomery.F90.
type(tidal_forcing_cs), pointer mom_pressureforce_mont::pressureforce_mont_cs::tides_csp => NULL() |
Definition at line 41 of file MOM_PressureForce_Montgomery.F90.
type(time_type), pointer mom_pressureforce_mont::pressureforce_mont_cs::time |
Definition at line 34 of file MOM_PressureForce_Montgomery.F90.