|
MOM6
|
Control structure for the Montgomery potential form of pressure gradient.
Definition at line 32 of file MOM_PressureForce_Montgomery.F90.
Public variables and constants | |
| logical | tides |
| If true, apply tidal momentum forcing. | |
| real | rho0 |
| The density used in the Boussinesq approximation [R ~> kg m-3]. | |
| real | gfs_scale |
| Ratio between gravity applied to top interface and the gravitational acceleration of the planet [nondim]. Usually this ratio is 1. | |
| type(time_type), pointer | time => NULL() |
| A pointer to the ocean model's clock. | |
| type(diag_ctrl), pointer | diag => NULL() |
| A structure that is used to regulate the timing of diagnostic output. | |
| real, dimension(:,:,:), pointer | pfu_bc => NULL() |
| Zonal accelerations due to pressure gradients deriving from density gradients within layers [L T-2 ~> m s-2]. | |
| real, dimension(:,:,:), pointer | pfv_bc => NULL() |
| Meridional accelerations due to pressure gradients deriving from density gradients within layers [L T-2 ~> m s-2]. | |
| type(tidal_forcing_cs), pointer | tides_csp => NULL() |
| The tidal forcing control structure. | |
| integer | id_pfu_bc = -1 |
| Diagnostic IDs. | |
| integer | id_pfv_bc = -1 |
| Diagnostic IDs. | |
| integer | id_e_tidal = -1 |
| Diagnostic IDs. | |
Control structure for the Montgomery potential form of pressure gradient.
Definition at line 32 of file MOM_PressureForce_Montgomery.F90.