MOM6
mom_wave_speed::wave_speed_cs Type Reference

Detailed Description

Control structure for MOM_wave_speed.

Definition at line 28 of file MOM_wave_speed.F90.

Collaboration diagram for mom_wave_speed::wave_speed_cs:
[legend]

Public variables and constants

logical use_ebt_mode = .false.
 If true, calculate the equivalent barotropic wave speed instead of the first baroclinic wave speed. This parameter controls the default behavior of wave_speed() which can be overridden by optional arguments. More...
 
real mono_n2_column_fraction = 0.
 The lower fraction of water column over which N2 is limited as monotonic for the purposes of calculating the equivalent barotropic wave speed. This parameter controls the default behavior of wave_speed() which can be overridden by optional arguments. More...
 
real mono_n2_depth = -1.
 The depth below which N2 is limited as monotonic for the purposes of calculating the equivalent barotropic wave speed [Z ~> m]. This parameter controls the default behavior of wave_speed() which can be overridden by optional arguments. More...
 
type(remapping_cs) remapping_cs
 Used for vertical remapping when calculating equivalent barotropic mode structure. More...
 
type(diag_ctrl), pointer diag
 Diagnostics control structure. More...
 

Variables and constants

◆ diag

type(diag_ctrl), pointer mom_wave_speed::wave_speed_cs::diag

Diagnostics control structure.

Definition at line 43 of file MOM_wave_speed.F90.

43  type(diag_ctrl), pointer :: diag !< Diagnostics control structure

◆ mono_n2_column_fraction

real mom_wave_speed::wave_speed_cs::mono_n2_column_fraction = 0.

The lower fraction of water column over which N2 is limited as monotonic for the purposes of calculating the equivalent barotropic wave speed. This parameter controls the default behavior of wave_speed() which can be overridden by optional arguments.

Definition at line 33 of file MOM_wave_speed.F90.

33  real :: mono_N2_column_fraction = 0. !< The lower fraction of water column over which N2 is limited as

◆ mono_n2_depth

real mom_wave_speed::wave_speed_cs::mono_n2_depth = -1.

The depth below which N2 is limited as monotonic for the purposes of calculating the equivalent barotropic wave speed [Z ~> m]. This parameter controls the default behavior of wave_speed() which can be overridden by optional arguments.

Definition at line 37 of file MOM_wave_speed.F90.

37  real :: mono_N2_depth = -1. !< The depth below which N2 is limited as monotonic for the purposes of

◆ remapping_cs

type(remapping_cs) mom_wave_speed::wave_speed_cs::remapping_cs

Used for vertical remapping when calculating equivalent barotropic mode structure.

Definition at line 41 of file MOM_wave_speed.F90.

41  type(remapping_CS) :: remapping_CS !< Used for vertical remapping when calculating equivalent barotropic

◆ use_ebt_mode

logical mom_wave_speed::wave_speed_cs::use_ebt_mode = .false.

If true, calculate the equivalent barotropic wave speed instead of the first baroclinic wave speed. This parameter controls the default behavior of wave_speed() which can be overridden by optional arguments.

Definition at line 29 of file MOM_wave_speed.F90.

29  logical :: use_ebt_mode = .false. !< If true, calculate the equivalent barotropic wave speed instead

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