MOM6
|
Control structure for MOM_wave_speed.
Definition at line 28 of file MOM_wave_speed.F90.
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... | |
type(diag_ctrl), pointer mom_wave_speed::wave_speed_cs::diag |
Diagnostics control structure.
Definition at line 43 of file MOM_wave_speed.F90.
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.
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.
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.
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.