| 
    MOM6
    
   | 
 
Definition at line 63 of file MOM_wave_structure.F90.
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 | 
| type(diag_ctrl), pointer mom_wave_structure::wave_structure_cs::diag | 
Definition at line 64 of file MOM_wave_structure.F90.
| real mom_wave_structure::wave_structure_cs::int_tide_source_x | 
Definition at line 83 of file MOM_wave_structure.F90.
| real mom_wave_structure::wave_structure_cs::int_tide_source_y | 
Definition at line 85 of file MOM_wave_structure.F90.
| real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::n2 | 
Definition at line 79 of file MOM_wave_structure.F90.
| integer, dimension(:,:), allocatable mom_wave_structure::wave_structure_cs::num_intfaces | 
Definition at line 81 of file MOM_wave_structure.F90.
| real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::u_strct | 
Definition at line 68 of file MOM_wave_structure.F90.
| real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::uavg_profile | 
Definition at line 74 of file MOM_wave_structure.F90.
| real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::w_profile | 
Definition at line 70 of file MOM_wave_structure.F90.
| real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::w_strct | 
Definition at line 66 of file MOM_wave_structure.F90.
| real, dimension(:,:,:), allocatable mom_wave_structure::wave_structure_cs::z_depths | 
Definition at line 77 of file MOM_wave_structure.F90.