MOM6
coord_hycom::hycom_cs Type Reference

Detailed Description

Control structure containing required parameters for the HyCOM coordinate.

Definition at line 11 of file coord_hycom.F90.

Collaboration diagram for coord_hycom::hycom_cs:
[legend]

Public variables and constants

integer nk
 Number of layers/levels. More...
 
real, dimension(:), allocatable coordinateresolution
 Nominal near-surface resolution. 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

◆ coordinateresolution

real, dimension(:), allocatable coord_hycom::hycom_cs::coordinateresolution

Nominal near-surface resolution.

Definition at line 18 of file coord_hycom.F90.

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

◆ interp_cs

type(interp_cs_type) coord_hycom::hycom_cs::interp_cs

Interpolation control structure.

Definition at line 30 of file coord_hycom.F90.

30  type(interp_cs_type) :: interp_cs

◆ max_interface_depths

real, dimension(:), allocatable coord_hycom::hycom_cs::max_interface_depths

Maximum depths of interfaces.

Definition at line 24 of file coord_hycom.F90.

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

◆ max_layer_thickness

real, dimension(:), allocatable coord_hycom::hycom_cs::max_layer_thickness

Maximum thicknesses of layers.

Definition at line 27 of file coord_hycom.F90.

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

◆ nk

integer coord_hycom::hycom_cs::nk

Number of layers/levels.

Definition at line 15 of file coord_hycom.F90.

15  integer :: nk

◆ target_density

real, dimension(:), allocatable coord_hycom::hycom_cs::target_density

Nominal density of interfaces.

Definition at line 21 of file coord_hycom.F90.

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

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