MOM6
mom_sum_output::depth_list Type Reference

Detailed Description

A list of depths and corresponding globally integrated ocean area at each depth and the ocean volume below each depth.

Definition at line 54 of file MOM_sum_output.F90.

Collaboration diagram for mom_sum_output::depth_list:
[legend]

Private variables and constants

real depth
 A depth [m]. More...
 
real area
 The cross-sectional area of the ocean at that depth [m2]. More...
 
real vol_below
 The ocean volume below that depth [m3]. More...
 

Variables and constants

◆ area

real mom_sum_output::depth_list::area
private

The cross-sectional area of the ocean at that depth [m2].

Definition at line 56 of file MOM_sum_output.F90.

56  real :: area !< The cross-sectional area of the ocean at that depth [m2].

◆ depth

real mom_sum_output::depth_list::depth
private

A depth [m].

Definition at line 55 of file MOM_sum_output.F90.

55  real :: depth !< A depth [m].

◆ vol_below

real mom_sum_output::depth_list::vol_below
private

The ocean volume below that depth [m3].

Definition at line 57 of file MOM_sum_output.F90.

57  real :: vol_below !< The ocean volume below that depth [m3].

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