MOM6
|
Control structure for the dumbbell test case forcing.
Definition at line 26 of file dumbbell_surface_forcing.F90.
Public variables and constants | |
logical | use_temperature |
If true, temperature and salinity are used as state variables. More... | |
logical | restorebuoy |
If true, use restoring surface buoyancy forcing. More... | |
real | rho0 |
The density used in the Boussinesq approximation [R ~> kg m-3]. More... | |
real | g_earth |
The gravitational acceleration [L2 Z-1 T-2 ~> m s-2]. More... | |
real | flux_const |
The restoring rate at the surface [Z T-1 ~> m s-1]. More... | |
real | gust_const |
A constant unresolved background gustiness that contributes to ustar [Pa]. More... | |
real | slp_amplitude |
The amplitude of pressure loading [Pa] applied to the reservoirs. More... | |
real | slp_period |
Period of sinusoidal pressure wave. More... | |
real, dimension(:,:), allocatable | forcing_mask |
A mask regulating where forcing occurs. More... | |
real, dimension(:,:), allocatable | s_restore |
The surface salinity field toward which to. More... | |
type(diag_ctrl), pointer | diag => NULL() |
A structure that is used to regulate the timing of diagnostic output. More... | |
type(diag_ctrl), pointer dumbbell_surface_forcing::dumbbell_surface_forcing_cs::diag => NULL() |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 43 of file dumbbell_surface_forcing.F90.
real dumbbell_surface_forcing::dumbbell_surface_forcing_cs::flux_const |
The restoring rate at the surface [Z T-1 ~> m s-1].
Definition at line 32 of file dumbbell_surface_forcing.F90.
real, dimension(:,:), allocatable dumbbell_surface_forcing::dumbbell_surface_forcing_cs::forcing_mask |
A mask regulating where forcing occurs.
Definition at line 38 of file dumbbell_surface_forcing.F90.
real dumbbell_surface_forcing::dumbbell_surface_forcing_cs::g_earth |
The gravitational acceleration [L2 Z-1 T-2 ~> m s-2].
Definition at line 31 of file dumbbell_surface_forcing.F90.
real dumbbell_surface_forcing::dumbbell_surface_forcing_cs::gust_const |
A constant unresolved background gustiness that contributes to ustar [Pa].
Definition at line 33 of file dumbbell_surface_forcing.F90.
logical dumbbell_surface_forcing::dumbbell_surface_forcing_cs::restorebuoy |
If true, use restoring surface buoyancy forcing.
Definition at line 29 of file dumbbell_surface_forcing.F90.
real dumbbell_surface_forcing::dumbbell_surface_forcing_cs::rho0 |
The density used in the Boussinesq approximation [R ~> kg m-3].
Definition at line 30 of file dumbbell_surface_forcing.F90.
real, dimension(:,:), allocatable dumbbell_surface_forcing::dumbbell_surface_forcing_cs::s_restore |
The surface salinity field toward which to.
Definition at line 40 of file dumbbell_surface_forcing.F90.
real dumbbell_surface_forcing::dumbbell_surface_forcing_cs::slp_amplitude |
The amplitude of pressure loading [Pa] applied to the reservoirs.
Definition at line 35 of file dumbbell_surface_forcing.F90.
real dumbbell_surface_forcing::dumbbell_surface_forcing_cs::slp_period |
Period of sinusoidal pressure wave.
Definition at line 37 of file dumbbell_surface_forcing.F90.
logical dumbbell_surface_forcing::dumbbell_surface_forcing_cs::use_temperature |
If true, temperature and salinity are used as state variables.
Definition at line 27 of file dumbbell_surface_forcing.F90.