MOM6
coord_rho::rho_cs Type Reference

Detailed Description

Control structure containing required parameters for the rho coordinate.

Definition at line 14 of file coord_rho.F90.

Collaboration diagram for coord_rho::rho_cs:
[legend]

Public variables and constants

integer nk
 Number of layers. More...
 
real min_thickness = 0.
 Minimum thickness allowed for layers, often in [H ~> m or kg m-2]. More...
 
real ref_pressure
 Reference pressure for density calculations [Pa]. More...
 
logical integrate_downward_for_e = .false.
 If true, integrate for interface positions from the top downward. If false, integrate from the bottom upward, as does the rest of the model. 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...
 
type(interp_cs_type) interp_cs
 Interpolation control structure. More...
 

Variables and constants

◆ integrate_downward_for_e

logical coord_rho::rho_cs::integrate_downward_for_e = .false.

If true, integrate for interface positions from the top downward. If false, integrate from the bottom upward, as does the rest of the model.

Definition at line 27 of file coord_rho.F90.

27  logical :: integrate_downward_for_e = .false.

◆ interp_cs

type(interp_cs_type) coord_rho::rho_cs::interp_cs

Interpolation control structure.

Definition at line 36 of file coord_rho.F90.

36  type(interp_CS_type) :: interp_CS

◆ kg_m3_to_r

real coord_rho::rho_cs::kg_m3_to_r

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

Definition at line 33 of file coord_rho.F90.

33  real :: kg_m3_to_R

◆ min_thickness

real coord_rho::rho_cs::min_thickness = 0.

Minimum thickness allowed for layers, often in [H ~> m or kg m-2].

Definition at line 20 of file coord_rho.F90.

20  real :: min_thickness = 0.

◆ nk

integer coord_rho::rho_cs::nk

Number of layers.

Definition at line 17 of file coord_rho.F90.

17  integer :: nk

◆ ref_pressure

real coord_rho::rho_cs::ref_pressure

Reference pressure for density calculations [Pa].

Definition at line 23 of file coord_rho.F90.

23  real :: ref_pressure

◆ target_density

real, dimension(:), allocatable coord_rho::rho_cs::target_density

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

Definition at line 30 of file coord_rho.F90.

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

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