MOM6
coord_hycom::hycom_cs Type Reference

Detailed Description

Control structure containing required parameters for the HyCOM coordinate.

Definition at line 13 of file coord_hycom.F90.

Collaboration diagram for coord_hycom::hycom_cs:
[legend]

Public variables and constants

integer nk
 Number of layers/levels in generated grid. More...
 
real, dimension(:), allocatable coordinateresolution
 Nominal near-surface resolution. More...
 
real, dimension(:), allocatable target_density
 Nominal density of interfaces [R ~> kg m-3]. More...
 
real kg_m3_to_r
 Density scaling factor [R m3 kg-1 ~> 1]. 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 19 of file coord_hycom.F90.

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

◆ interp_cs

type(interp_cs_type) coord_hycom::hycom_cs::interp_cs

Interpolation control structure.

Definition at line 34 of file coord_hycom.F90.

34  type(interp_CS_type) :: interp_CS

◆ kg_m3_to_r

real coord_hycom::hycom_cs::kg_m3_to_r

Density scaling factor [R m3 kg-1 ~> 1].

Definition at line 25 of file coord_hycom.F90.

25  real :: kg_m3_to_R

◆ max_interface_depths

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

Maximum depths of interfaces.

Definition at line 28 of file coord_hycom.F90.

28  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 31 of file coord_hycom.F90.

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

◆ nk

integer coord_hycom::hycom_cs::nk

Number of layers/levels in generated grid.

Definition at line 16 of file coord_hycom.F90.

16  integer :: nk

◆ target_density

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

Nominal density of interfaces [R ~> kg m-3].

Definition at line 22 of file coord_hycom.F90.

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

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