|
MOM6
|
Control structure including parameters for CVMix convection.
Definition at line 27 of file MOM_CVMix_conv.F90.
Public variables and constants | |
| real | kd_conv_const |
| diffusivity constant used in convective regime [m2 s-1] More... | |
| real | kv_conv_const |
| viscosity constant used in convective regime [m2 s-1] More... | |
| real | bv_sqr_conv |
| Threshold for squared buoyancy frequency needed to trigger Brunt-Vaisala parameterization [s-2]. More... | |
| real | min_thickness |
| Minimum thickness allowed [m]. More... | |
| logical | debug |
| If true, turn on debugging. More... | |
| type(diag_ctrl), pointer | diag => NULL() |
| Pointer to diagnostics control structure. More... | |
| integer | id_n2 = -1 |
| Diagnostics handles. More... | |
| integer | id_kd_conv = -1 |
| Diagnostics handles. More... | |
| integer | id_kv_conv = -1 |
| Diagnostics handles. More... | |
| real, dimension(:,:,:), allocatable | n2 |
| Squared Brunt-Vaisala frequency [s-2]. More... | |
| real, dimension(:,:,:), allocatable | kd_conv |
| Diffusivity added by convection [Z2 T-1 ~> m2 s-1]. More... | |
| real, dimension(:,:,:), allocatable | kv_conv |
| Viscosity added by convection [Z2 T-1 ~> m2 s-1]. More... | |
| real mom_cvmix_conv::cvmix_conv_cs::bv_sqr_conv |
Threshold for squared buoyancy frequency needed to trigger Brunt-Vaisala parameterization [s-2].
Definition at line 32 of file MOM_CVMix_conv.F90.
| logical mom_cvmix_conv::cvmix_conv_cs::debug |
If true, turn on debugging.
Definition at line 35 of file MOM_CVMix_conv.F90.
| type(diag_ctrl), pointer mom_cvmix_conv::cvmix_conv_cs::diag => NULL() |
Pointer to diagnostics control structure.
Definition at line 38 of file MOM_CVMix_conv.F90.
| integer mom_cvmix_conv::cvmix_conv_cs::id_kd_conv = -1 |
Diagnostics handles.
Definition at line 40 of file MOM_CVMix_conv.F90.
| integer mom_cvmix_conv::cvmix_conv_cs::id_kv_conv = -1 |
Diagnostics handles.
Definition at line 40 of file MOM_CVMix_conv.F90.
| integer mom_cvmix_conv::cvmix_conv_cs::id_n2 = -1 |
Diagnostics handles.
Definition at line 40 of file MOM_CVMix_conv.F90.
| real, dimension(:,:,:), allocatable mom_cvmix_conv::cvmix_conv_cs::kd_conv |
Diffusivity added by convection [Z2 T-1 ~> m2 s-1].
Definition at line 45 of file MOM_CVMix_conv.F90.
| real mom_cvmix_conv::cvmix_conv_cs::kd_conv_const |
diffusivity constant used in convective regime [m2 s-1]
Definition at line 30 of file MOM_CVMix_conv.F90.
| real, dimension(:,:,:), allocatable mom_cvmix_conv::cvmix_conv_cs::kv_conv |
Viscosity added by convection [Z2 T-1 ~> m2 s-1].
Definition at line 46 of file MOM_CVMix_conv.F90.
| real mom_cvmix_conv::cvmix_conv_cs::kv_conv_const |
viscosity constant used in convective regime [m2 s-1]
Definition at line 31 of file MOM_CVMix_conv.F90.
| real mom_cvmix_conv::cvmix_conv_cs::min_thickness |
Minimum thickness allowed [m].
Definition at line 34 of file MOM_CVMix_conv.F90.
| real, dimension(:,:,:), allocatable mom_cvmix_conv::cvmix_conv_cs::n2 |
Squared Brunt-Vaisala frequency [s-2].
Definition at line 44 of file MOM_CVMix_conv.F90.