|
MOM6
|
The control structure holding parametes for the MOM_entrain_diffusive module.
Definition at line 29 of file MOM_entrain_diffusive.F90.
Public variables and constants | |
| logical | bulkmixedlayer |
| If true, a refined bulk mixed layer is used with GVnk_rho_varies variable density mixed & buffer layers. More... | |
| logical | correct_density |
| If true, the layer densities are restored toward their target variables by the diapycnal mixing. More... | |
| integer | max_ent_it |
| The maximum number of iterations that may be used to calculate the diapycnal entrainment. More... | |
| real | tolerance_ent |
| The tolerance with which to solve for entrainment values [H ~> m or kg m-2]. More... | |
| real | rho_sig_off |
| The offset between potential density and a sigma value [R ~> kg m-3]. More... | |
| type(diag_ctrl), pointer | diag => NULL() |
| A structure that is used to regulate the timing of diagnostic output. More... | |
| integer | id_kd = -1 |
| Diagnostic ID for diffusivity. More... | |
| integer | id_diff_work = -1 |
| Diagnostic ID for mixing work. More... | |
| logical mom_entrain_diffusive::entrain_diffusive_cs::bulkmixedlayer |
If true, a refined bulk mixed layer is used with GVnk_rho_varies variable density mixed & buffer layers.
Definition at line 30 of file MOM_entrain_diffusive.F90.
| logical mom_entrain_diffusive::entrain_diffusive_cs::correct_density |
If true, the layer densities are restored toward their target variables by the diapycnal mixing.
Definition at line 32 of file MOM_entrain_diffusive.F90.
| type(diag_ctrl), pointer mom_entrain_diffusive::entrain_diffusive_cs::diag => NULL() |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 39 of file MOM_entrain_diffusive.F90.
| integer mom_entrain_diffusive::entrain_diffusive_cs::id_diff_work = -1 |
Diagnostic ID for mixing work.
Definition at line 42 of file MOM_entrain_diffusive.F90.
| integer mom_entrain_diffusive::entrain_diffusive_cs::id_kd = -1 |
Diagnostic ID for diffusivity.
Definition at line 41 of file MOM_entrain_diffusive.F90.
| integer mom_entrain_diffusive::entrain_diffusive_cs::max_ent_it |
The maximum number of iterations that may be used to calculate the diapycnal entrainment.
Definition at line 34 of file MOM_entrain_diffusive.F90.
| real mom_entrain_diffusive::entrain_diffusive_cs::rho_sig_off |
The offset between potential density and a sigma value [R ~> kg m-3].
Definition at line 38 of file MOM_entrain_diffusive.F90.
| real mom_entrain_diffusive::entrain_diffusive_cs::tolerance_ent |
The tolerance with which to solve for entrainment values [H ~> m or kg m-2].
Definition at line 36 of file MOM_entrain_diffusive.F90.