MOM6
mom_wave_structure::wave_structure_cs Type Reference

Detailed Description

Definition at line 63 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
 
real, dimension(:,:,:), allocatable w_strct
 
real, dimension(:,:,:), allocatable u_strct
 
real, dimension(:,:,:), allocatable w_profile
 
real, dimension(:,:,:), allocatable uavg_profile
 
real, dimension(:,:,:), allocatable z_depths
 
real, dimension(:,:,:), allocatable n2
 
integer, dimension(:,:), allocatable num_intfaces
 
real int_tide_source_x
 
real int_tide_source_y
 

Variables and constants

◆ diag

type(diag_ctrl), pointer mom_wave_structure::wave_structure_cs::diag

Definition at line 64 of file MOM_wave_structure.F90.

64  type(diag_ctrl), pointer :: diag ! A structure that is used to regulate the

◆ int_tide_source_x

real mom_wave_structure::wave_structure_cs::int_tide_source_x

Definition at line 83 of file MOM_wave_structure.F90.

83  real :: int_tide_source_x ! X Location of generation site

◆ int_tide_source_y

real mom_wave_structure::wave_structure_cs::int_tide_source_y

Definition at line 85 of file MOM_wave_structure.F90.

85  real :: int_tide_source_y ! Y Location of generation site

◆ n2

real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::n2

Definition at line 79 of file MOM_wave_structure.F90.

79  real, allocatable, dimension(:,:,:) :: n2

◆ num_intfaces

integer, dimension(:,:), allocatable mom_wave_structure::wave_structure_cs::num_intfaces

Definition at line 81 of file MOM_wave_structure.F90.

81  integer, allocatable, dimension(:,:):: num_intfaces

◆ u_strct

real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::u_strct

Definition at line 68 of file MOM_wave_structure.F90.

68  real, allocatable, dimension(:,:,:) :: u_strct

◆ uavg_profile

real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::uavg_profile

Definition at line 74 of file MOM_wave_structure.F90.

74  real, allocatable, dimension(:,:,:) :: uavg_profile

◆ w_profile

real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::w_profile

Definition at line 70 of file MOM_wave_structure.F90.

70  real, allocatable, dimension(:,:,:) :: w_profile

◆ w_strct

real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::w_strct

Definition at line 66 of file MOM_wave_structure.F90.

66  real, allocatable, dimension(:,:,:) :: w_strct

◆ z_depths

real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::z_depths

Definition at line 77 of file MOM_wave_structure.F90.

77  real, allocatable, dimension(:,:,:) :: z_depths

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