|
MOM6
|
Control structure containing required parameters for the SLight coordinate.
Definition at line 15 of file coord_slight.F90.
Public variables and constants | |
| integer | nk |
| Number of layers/levels. | |
| real | min_thickness |
| Minimum thickness allowed when building the new grid through regridding [H ~> m or kg m-2]. | |
| real | ref_pressure |
| Reference pressure for potential density calculations [Pa]. | |
| real | compressibility_fraction |
| Fraction (between 0 and 1) of compressibility to add to potential density profiles when interpolating for target grid positions. [nondim]. | |
| real | rho_ml_avg_depth |
| Depth over which to average to determine the mixed layer potential density [H ~> m or kg m-2]. | |
| real | nlay_ml_offset |
| Number of layers to offset the mixed layer density to find resolved stratification [nondim]. | |
| integer | nz_fixed_surface = 2 |
| The number of fixed-thickness layers at the top of the model. | |
| real | dz_ml_min |
| The fixed resolution in the topmost SLight_nkml_min layers [H ~> m or kg m-2]. | |
| 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. | |
| real | halocline_filter_length |
| A length scale over which to filter T & S when looking for spuriously unstable water mass profiles [H ~> m or kg m-2]. | |
| real | halocline_strat_tol |
| A value of the stratification ratio that defines a problematic halocline region [nondim]. | |
| real, dimension(:), allocatable | target_density |
| Nominal density of interfaces [kg m-3]. | |
| real, dimension(:), allocatable | max_interface_depths |
| Maximum depths of interfaces [H ~> m or kg m-2]. | |
| real, dimension(:), allocatable | max_layer_thickness |
| Maximum thicknesses of layers [H ~> m or kg m-2]. | |
| type(interp_cs_type) | interp_cs |
| Interpolation control structure. | |