MOM6
coord_sigma::sigma_cs Type Reference

Detailed Description

Control structure containing required parameters for the sigma coordinate.

Definition at line 9 of file coord_sigma.F90.

Collaboration diagram for coord_sigma::sigma_cs:
[legend]

Public variables and constants

integer nk
 Number of levels. More...
 
real min_thickness
 Minimum thickness allowed for layers. More...
 
real, dimension(:), allocatable coordinateresolution
 Target coordinate resolution. More...
 

Variables and constants

◆ coordinateresolution

real, dimension(:), allocatable coord_sigma::sigma_cs::coordinateresolution

Target coordinate resolution.

Definition at line 19 of file coord_sigma.F90.

19  real, allocatable, dimension(:) :: coordinateresolution

◆ min_thickness

real coord_sigma::sigma_cs::min_thickness

Minimum thickness allowed for layers.

Definition at line 16 of file coord_sigma.F90.

16  real :: min_thickness

◆ nk

integer coord_sigma::sigma_cs::nk

Number of levels.

Definition at line 13 of file coord_sigma.F90.

13  integer :: nk

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