MOM6
mom_int_tide_input::int_tide_input_cs Type Reference

Detailed Description

Definition at line 67 of file MOM_internal_tide_input.F90.

Collaboration diagram for mom_int_tide_input::int_tide_input_cs:
[legend]

Public variables and constants

logical debug
 
type(diag_ctrl), pointer diag
 
real tke_itide_max
 
real, dimension(:,:), allocatable tke_itidal_coef
 
integer id_tke_itidal = -1
 
integer id_nb = -1
 
integer id_n2_bot = -1
 
character(len=200) inputdir
 

Variables and constants

◆ debug

logical mom_int_tide_input::int_tide_input_cs::debug

Definition at line 68 of file MOM_internal_tide_input.F90.

68  logical :: debug ! If true, write verbose checksums for debugging.

◆ diag

type(diag_ctrl), pointer mom_int_tide_input::int_tide_input_cs::diag

Definition at line 69 of file MOM_internal_tide_input.F90.

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

◆ id_n2_bot

integer mom_int_tide_input::int_tide_input_cs::id_n2_bot = -1

Definition at line 78 of file MOM_internal_tide_input.F90.

◆ id_nb

integer mom_int_tide_input::int_tide_input_cs::id_nb = -1

Definition at line 78 of file MOM_internal_tide_input.F90.

◆ id_tke_itidal

integer mom_int_tide_input::int_tide_input_cs::id_tke_itidal = -1

Definition at line 78 of file MOM_internal_tide_input.F90.

78  integer :: id_tke_itidal = -1, id_nb = -1, id_n2_bot = -1

◆ inputdir

character(len=200) mom_int_tide_input::int_tide_input_cs::inputdir

Definition at line 79 of file MOM_internal_tide_input.F90.

79  character(len=200) :: inputdir

◆ tke_itidal_coef

real, dimension(:,:), allocatable mom_int_tide_input::int_tide_input_cs::tke_itidal_coef

Definition at line 74 of file MOM_internal_tide_input.F90.

74  real, allocatable, dimension(:,:) :: &
75  tke_itidal_coef ! The time-invariant field that enters the TKE_itidal

◆ tke_itide_max

real mom_int_tide_input::int_tide_input_cs::tke_itide_max

Definition at line 71 of file MOM_internal_tide_input.F90.

71  real :: tke_itide_max ! Maximum Internal tide conversion (W m-2)

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