MOM6
mom_int_tide_input::int_tide_input_type Type Reference

Detailed Description

This type is used to exchange fields related to the internal tides.

Definition at line 63 of file MOM_internal_tide_input.F90.

Collaboration diagram for mom_int_tide_input::int_tide_input_type:
[legend]

Public variables and constants

real, dimension(:,:), allocatable tke_itidal_input
 The internal tide TKE input at the bottom of the ocean [R Z3 T-3 ~> W m-2]. More...
 
real, dimension(:,:), allocatable h2
 The squared topographic roughness height [Z2 ~> m2]. More...
 
real, dimension(:,:), allocatable tideamp
 The amplitude of the tidal velocities [Z T-1 ~> m s-1]. More...
 
real, dimension(:,:), allocatable nb
 The bottom stratification [T-1 ~> s-1]. More...
 

Variables and constants

◆ h2

real, dimension(:,:), allocatable mom_int_tide_input::int_tide_input_type::h2

The squared topographic roughness height [Z2 ~> m2].

Definition at line 64 of file MOM_internal_tide_input.F90.

◆ nb

real, dimension(:,:), allocatable mom_int_tide_input::int_tide_input_type::nb

The bottom stratification [T-1 ~> s-1].

Definition at line 64 of file MOM_internal_tide_input.F90.

◆ tideamp

real, dimension(:,:), allocatable mom_int_tide_input::int_tide_input_type::tideamp

The amplitude of the tidal velocities [Z T-1 ~> m s-1].

Definition at line 64 of file MOM_internal_tide_input.F90.

◆ tke_itidal_input

real, dimension(:,:), allocatable mom_int_tide_input::int_tide_input_type::tke_itidal_input

The internal tide TKE input at the bottom of the ocean [R Z3 T-3 ~> W m-2].

Definition at line 64 of file MOM_internal_tide_input.F90.

64  real, allocatable, dimension(:,:) :: &
65  TKE_itidal_input, & !< The internal tide TKE input at the bottom of the ocean [R Z3 T-3 ~> W m-2].
66  h2, & !< The squared topographic roughness height [Z2 ~> m2].
67  tideamp, & !< The amplitude of the tidal velocities [Z T-1 ~> m s-1].
68  Nb !< The bottom stratification [T-1 ~> s-1].

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