MOM6
coord_zlike::zlike_cs Type Reference

Detailed Description

Control structure containing required parameters for a z-like coordinate.

Definition at line 11 of file coord_zlike.F90.

Collaboration diagram for coord_zlike::zlike_cs:
[legend]

Public variables and constants

integer nk
 Number of levels to be generated. More...
 
real min_thickness
 Minimum thickness allowed for layers, in the same thickness units (perhaps [H ~> m or kg m-2]) that will be used in all subsequent calls to build_zstar_column with this structure. More...
 
real, dimension(:), allocatable coordinateresolution
 Target coordinate resolution, usually in [Z ~> m]. More...
 

Variables and constants

◆ coordinateresolution

real, dimension(:), allocatable coord_zlike::zlike_cs::coordinateresolution

Target coordinate resolution, usually in [Z ~> m].

Definition at line 21 of file coord_zlike.F90.

21  real, allocatable, dimension(:) :: coordinateResolution

◆ min_thickness

real coord_zlike::zlike_cs::min_thickness

Minimum thickness allowed for layers, in the same thickness units (perhaps [H ~> m or kg m-2]) that will be used in all subsequent calls to build_zstar_column with this structure.

Definition at line 18 of file coord_zlike.F90.

18  real :: min_thickness

◆ nk

integer coord_zlike::zlike_cs::nk

Number of levels to be generated.

Definition at line 14 of file coord_zlike.F90.

14  integer :: nk

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