MOM6
coord_rho::rho_cs Type Reference

Detailed Description

Control structure containing required parameters for the rho coordinate.

Definition at line 12 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
 Minimum thickness allowed for layers. More...
 
real ref_pressure
 Reference pressure for density calculations. More...
 
logical integrate_downward_for_e
 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. 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

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 26 of file coord_rho.F90.

26  logical :: integrate_downward_for_e

◆ interp_cs

type(interp_cs_type) coord_rho::rho_cs::interp_cs

Interpolation control structure.

Definition at line 32 of file coord_rho.F90.

32  type(interp_cs_type) :: interp_cs

◆ min_thickness

real coord_rho::rho_cs::min_thickness

Minimum thickness allowed for layers.

Definition at line 19 of file coord_rho.F90.

19  real :: min_thickness

◆ nk

integer coord_rho::rho_cs::nk

Number of layers.

Definition at line 16 of file coord_rho.F90.

16  integer :: nk

◆ ref_pressure

real coord_rho::rho_cs::ref_pressure

Reference pressure for density calculations.

Definition at line 22 of file coord_rho.F90.

22  real :: ref_pressure

◆ target_density

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

Nominal density of interfaces.

Definition at line 29 of file coord_rho.F90.

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

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