MOM6
mom_wave_structure::wave_structure_cs Type Reference

Detailed Description

The control structure for the MOM_wave_structure module.

Definition at line 36 of file MOM_wave_structure.F90.

Collaboration diagram for mom_wave_structure::wave_structure_cs:
[legend]

Public variables and constants

type(diag_ctrl), pointer diag => NULL()
 A structure that is used to regulate the timing of diagnostic output.
 
real, dimension(:,:,:), allocatable w_strct
 Vertical structure of vertical velocity (normalized) [m s-1].
 
real, dimension(:,:,:), allocatable u_strct
 Vertical structure of horizontal velocity (normalized) [m s-1].
 
real, dimension(:,:,:), allocatable w_profile
 Vertical profile of w_hat(z), where w(x,y,z,t) = w_hat(z)*exp(i(kx+ly-freq*t)) is the full time- varying vertical velocity with w_hat(z) = W0*w_strct(z) [m s-1].
 
real, dimension(:,:,:), allocatable uavg_profile
 Vertical profile of the magnitude of horizontal velocity, (u^2+v^2)^0.5, averaged over a period [m s-1].
 
real, dimension(:,:,:), allocatable z_depths
 Depths of layer interfaces [m].
 
real, dimension(:,:,:), allocatable n2
 Squared buoyancy frequency at each interface [s-2].
 
integer, dimension(:,:), allocatable num_intfaces
 Number of layer interfaces (including surface and bottom)
 
real int_tide_source_x
 X Location of generation site for internal tide for testing (BDM)
 
real int_tide_source_y
 Y Location of generation site for internal tide for testing (BDM)
 

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