MOM6
coord_slight::slight_cs Type Reference

Detailed Description

Control structure containing required parameters for the SLight coordinate.

Definition at line 13 of file coord_slight.F90.

Collaboration diagram for coord_slight::slight_cs:
[legend]

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...
 

Variables and constants

◆ compressibility_fraction

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.

27  real :: compressibility_fraction = 0.

◆ dz_ml_min

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.

40  real :: dz_ml_min = 1.0

◆ fix_haloclines

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.

44  logical :: fix_haloclines = .false.

◆ halocline_filter_length

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.

48  real :: halocline_filter_length = 2.0

◆ halocline_strat_tol

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.

51  real :: halocline_strat_tol = 0.25

◆ interp_cs

type(interp_cs_type) coord_slight::slight_cs::interp_cs

Interpolation control structure.

Definition at line 63 of file coord_slight.F90.

63  type(interp_cs_type) :: interp_cs

◆ max_interface_depths

real, dimension(:), allocatable coord_slight::slight_cs::max_interface_depths

Maximum depths of interfaces.

Definition at line 57 of file coord_slight.F90.

57  real, allocatable, dimension(:) :: max_interface_depths

◆ max_layer_thickness

real, dimension(:), allocatable coord_slight::slight_cs::max_layer_thickness

Maximum thicknesses of layers.

Definition at line 60 of file coord_slight.F90.

60  real, allocatable, dimension(:) :: max_layer_thickness

◆ min_thickness

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.

20  real :: min_thickness

◆ nk

integer coord_slight::slight_cs::nk

Number of layers/levels.

Definition at line 17 of file coord_slight.F90.

17  integer :: nk

◆ nlay_ml_offset

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.

34  real :: nlay_ml_offset = 2.0

◆ nz_fixed_surface

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.

37  integer :: nz_fixed_surface = 2

◆ ref_pressure

real coord_slight::slight_cs::ref_pressure

Reference pressure for potential density calculations (Pa)

Definition at line 23 of file coord_slight.F90.

23  real :: ref_pressure

◆ rho_ml_avg_depth

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.

31  real :: rho_ml_avg_depth = 1.0

◆ target_density

real, dimension(:), allocatable coord_slight::slight_cs::target_density

Nominal density of interfaces.

Definition at line 54 of file coord_slight.F90.

54  real, allocatable, dimension(:) :: target_density

The documentation for this type was generated from the following file: