|
MOM6
|
Control structure containing required parameters for the SLight coordinate.
Definition at line 13 of file coord_slight.F90.
Public variables and constants | |
| integer | nk |
| Number of layers/levels. More... | |
| real | min_thickness |
| Minimum thickness allowed when building the new grid through regridding. More... | |
| real | ref_pressure |
| Reference pressure for potential density calculations (Pa) More... | |
| real | compressibility_fraction = 0. |
| Fraction (between 0 and 1) of compressibility to add to potential density profiles when interpolating for target grid positions. (nondim) More... | |
| real | rho_ml_avg_depth = 1.0 |
| Depth over which to average to determine the mixed layer potential density (m) More... | |
| real | nlay_ml_offset = 2.0 |
| Number of layers to offset the mixed layer density to find resolved stratification (nondim) More... | |
| integer | nz_fixed_surface = 2 |
| The number of fixed-thickess layers at the top of the model. More... | |
| real | dz_ml_min = 1.0 |
| The fixed resolution in the topmost SLight_nkml_min layers (m) More... | |
| logical | fix_haloclines = .false. |
| If true, detect regions with much weaker stratification in the coordinate than based on in-situ density, and use a stretched coordinate there. More... | |
| real | halocline_filter_length = 2.0 |
| A length scale over which to filter T & S when looking for spuriously unstable water mass profiles, in m. More... | |
| real | halocline_strat_tol = 0.25 |
| A value of the stratification ratio that defines a problematic halocline region. More... | |
| real, dimension(:), allocatable | target_density |
| Nominal density of interfaces. More... | |
| real, dimension(:), allocatable | max_interface_depths |
| Maximum depths of interfaces. More... | |
| real, dimension(:), allocatable | max_layer_thickness |
| Maximum thicknesses of layers. More... | |
| type(interp_cs_type) | interp_cs |
| Interpolation control structure. More... | |
| real coord_slight::slight_cs::compressibility_fraction = 0. |
Fraction (between 0 and 1) of compressibility to add to potential density profiles when interpolating for target grid positions. (nondim)
Definition at line 27 of file coord_slight.F90.
| real coord_slight::slight_cs::dz_ml_min = 1.0 |
The fixed resolution in the topmost SLight_nkml_min layers (m)
Definition at line 40 of file coord_slight.F90.
| logical coord_slight::slight_cs::fix_haloclines = .false. |
If true, detect regions with much weaker stratification in the coordinate than based on in-situ density, and use a stretched coordinate there.
Definition at line 44 of file coord_slight.F90.
| real coord_slight::slight_cs::halocline_filter_length = 2.0 |
A length scale over which to filter T & S when looking for spuriously unstable water mass profiles, in m.
Definition at line 48 of file coord_slight.F90.
| real coord_slight::slight_cs::halocline_strat_tol = 0.25 |
A value of the stratification ratio that defines a problematic halocline region.
Definition at line 51 of file coord_slight.F90.
| type(interp_cs_type) coord_slight::slight_cs::interp_cs |
Interpolation control structure.
Definition at line 63 of file coord_slight.F90.
| real, dimension(:), allocatable coord_slight::slight_cs::max_interface_depths |
Maximum depths of interfaces.
Definition at line 57 of file coord_slight.F90.
| real, dimension(:), allocatable coord_slight::slight_cs::max_layer_thickness |
Maximum thicknesses of layers.
Definition at line 60 of file coord_slight.F90.
| real coord_slight::slight_cs::min_thickness |
Minimum thickness allowed when building the new grid through regridding.
Definition at line 20 of file coord_slight.F90.
| integer coord_slight::slight_cs::nk |
| real coord_slight::slight_cs::nlay_ml_offset = 2.0 |
Number of layers to offset the mixed layer density to find resolved stratification (nondim)
Definition at line 34 of file coord_slight.F90.
| integer coord_slight::slight_cs::nz_fixed_surface = 2 |
The number of fixed-thickess layers at the top of the model.
Definition at line 37 of file coord_slight.F90.
| real coord_slight::slight_cs::ref_pressure |
Reference pressure for potential density calculations (Pa)
Definition at line 23 of file coord_slight.F90.
| real coord_slight::slight_cs::rho_ml_avg_depth = 1.0 |
Depth over which to average to determine the mixed layer potential density (m)
Definition at line 31 of file coord_slight.F90.
| real, dimension(:), allocatable coord_slight::slight_cs::target_density |
Nominal density of interfaces.
Definition at line 54 of file coord_slight.F90.