|
MOM6
|
Control structure for the Montgomery potential form of pressure gradient.
Definition at line 31 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 [kg m-3]. | |
| real | rho_atm |
| The assumed atmospheric density [kg m-3]. By default, Rho_atm is 0. | |
| 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() |
| Accelerations due to pressure. | |
| real, dimension(:,:,:), pointer | pfv_bc => NULL() |
| gradients deriving from density gradients within layers [m s-2]. | |
| integer | id_pfu_bc = -1 |
| Diagnostic IDs. | |
| integer | id_pfv_bc = -1 |
| Diagnostic IDs. | |
| integer | id_e_tidal = -1 |
| Diagnostic IDs. | |
| type(tidal_forcing_cs), pointer | tides_csp => NULL() |
| The tidal forcing control structure. | |