MOM6
mom_tidal_mixing::tidal_mixing_diags Type Reference

Detailed Description

Containers for tidal mixing diagnostics.

Definition at line 43 of file MOM_tidal_mixing.F90.

Collaboration diagram for mom_tidal_mixing::tidal_mixing_diags:
[legend]

Public variables and constants

real, dimension(:,:,:), pointer kd_itidal => NULL()
 internal tide diffusivity at interfaces [Z2 T-1 ~> m2 s-1]. More...
 
real, dimension(:,:,:), pointer fl_itidal => NULL()
 vertical flux of tidal turbulent dissipation [Z3 T-3 ~> m3 s-3] More...
 
real, dimension(:,:,:), pointer kd_niku => NULL()
 lee-wave diffusivity at interfaces [Z2 T-1 ~> m2 s-1]. More...
 
real, dimension(:,:,:), pointer kd_niku_work => NULL()
 layer integrated work by lee-wave driven mixing [R Z3 T-3 ~> W m-2] More...
 
real, dimension(:,:,:), pointer kd_itidal_work => NULL()
 layer integrated work by int tide driven mixing [R Z3 T-3 ~> W m-2] More...
 
real, dimension(:,:,:), pointer kd_lowmode_work => NULL()
 layer integrated work by low mode driven mixing [R Z3 T-3 ~> W m-2] More...
 
real, dimension(:,:,:), pointer n2_int => NULL()
 Bouyancy frequency squared at interfaces [s-2]. More...
 
real, dimension(:,:,:), pointer vert_dep_3d => NULL()
 The 3-d mixing energy deposition [W m-3]. More...
 
real, dimension(:,:,:), pointer schmittner_coeff_3d => NULL()
 The coefficient in the Schmittner et al mixing scheme, in UNITS? More...
 
real, dimension(:,:,:), pointer tidal_qe_md => NULL()
 Input tidal energy dissipated locally, interpolated to model vertical coordinate [W m-3?]. More...
 
real, dimension(:,:,:), pointer kd_lowmode => NULL()
 internal tide diffusivity at interfaces due to propagating low modes [Z2 T-1 ~> m2 s-1]. More...
 
real, dimension(:,:,:), pointer fl_lowmode => NULL()
 vertical flux of tidal turbulent dissipation due to propagating low modes [Z3 T-3 ~> m3 s-3] More...
 
real, dimension(:,:), pointer tke_itidal_used => NULL()
 internal tide TKE input at ocean bottom [R Z3 T-3 ~> W m-2] More...
 
real, dimension(:,:), pointer n2_bot => NULL()
 bottom squared buoyancy frequency [T-2 ~> s-2] More...
 
real, dimension(:,:), pointer n2_meanz => NULL()
 vertically averaged buoyancy frequency [T-2 ~> s-2] More...
 
real, dimension(:,:), pointer polzin_decay_scale_scaled => NULL()
 vertical scale of decay for tidal dissipation More...
 
real, dimension(:,:), pointer polzin_decay_scale => NULL()
 vertical decay scale for tidal diss with Polzin [m] More...
 
real, dimension(:,:), pointer simmons_coeff_2d => NULL()
 The Simmons et al mixing coefficient. More...
 

Variables and constants

◆ fl_itidal

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::fl_itidal => NULL()

vertical flux of tidal turbulent dissipation [Z3 T-3 ~> m3 s-3]

Definition at line 44 of file MOM_tidal_mixing.F90.

◆ fl_lowmode

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::fl_lowmode => NULL()

vertical flux of tidal turbulent dissipation due to propagating low modes [Z3 T-3 ~> m3 s-3]

Definition at line 58 of file MOM_tidal_mixing.F90.

58  real, pointer, dimension(:,:,:) :: Fl_lowmode => null() !< vertical flux of tidal turbulent

◆ kd_itidal

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::kd_itidal => NULL()

internal tide diffusivity at interfaces [Z2 T-1 ~> m2 s-1].

Definition at line 44 of file MOM_tidal_mixing.F90.

44  real, pointer, dimension(:,:,:) :: &
45  Kd_itidal => null(),& !< internal tide diffusivity at interfaces [Z2 T-1 ~> m2 s-1].
46  fl_itidal => null(),& !< vertical flux of tidal turbulent dissipation [Z3 T-3 ~> m3 s-3]
47  kd_niku => null(),& !< lee-wave diffusivity at interfaces [Z2 T-1 ~> m2 s-1].
48  kd_niku_work => null(),& !< layer integrated work by lee-wave driven mixing [R Z3 T-3 ~> W m-2]
49  kd_itidal_work => null(),& !< layer integrated work by int tide driven mixing [R Z3 T-3 ~> W m-2]
50  kd_lowmode_work => null(),& !< layer integrated work by low mode driven mixing [R Z3 T-3 ~> W m-2]
51  n2_int => null(),& !< Bouyancy frequency squared at interfaces [s-2]
52  vert_dep_3d => null(),& !< The 3-d mixing energy deposition [W m-3]
53  schmittner_coeff_3d => null() !< The coefficient in the Schmittner et al mixing scheme, in UNITS?

◆ kd_itidal_work

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::kd_itidal_work => NULL()

layer integrated work by int tide driven mixing [R Z3 T-3 ~> W m-2]

Definition at line 44 of file MOM_tidal_mixing.F90.

◆ kd_lowmode

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::kd_lowmode => NULL()

internal tide diffusivity at interfaces due to propagating low modes [Z2 T-1 ~> m2 s-1].

Definition at line 56 of file MOM_tidal_mixing.F90.

56  real, pointer, dimension(:,:,:) :: Kd_lowmode => null() !< internal tide diffusivity at interfaces

◆ kd_lowmode_work

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::kd_lowmode_work => NULL()

layer integrated work by low mode driven mixing [R Z3 T-3 ~> W m-2]

Definition at line 44 of file MOM_tidal_mixing.F90.

◆ kd_niku

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::kd_niku => NULL()

lee-wave diffusivity at interfaces [Z2 T-1 ~> m2 s-1].

Definition at line 44 of file MOM_tidal_mixing.F90.

◆ kd_niku_work

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::kd_niku_work => NULL()

layer integrated work by lee-wave driven mixing [R Z3 T-3 ~> W m-2]

Definition at line 44 of file MOM_tidal_mixing.F90.

◆ n2_bot

real, dimension(:,:), pointer mom_tidal_mixing::tidal_mixing_diags::n2_bot => NULL()

bottom squared buoyancy frequency [T-2 ~> s-2]

Definition at line 60 of file MOM_tidal_mixing.F90.

◆ n2_int

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::n2_int => NULL()

Bouyancy frequency squared at interfaces [s-2].

Definition at line 44 of file MOM_tidal_mixing.F90.

◆ n2_meanz

real, dimension(:,:), pointer mom_tidal_mixing::tidal_mixing_diags::n2_meanz => NULL()

vertically averaged buoyancy frequency [T-2 ~> s-2]

Definition at line 60 of file MOM_tidal_mixing.F90.

◆ polzin_decay_scale

real, dimension(:,:), pointer mom_tidal_mixing::tidal_mixing_diags::polzin_decay_scale => NULL()

vertical decay scale for tidal diss with Polzin [m]

Definition at line 60 of file MOM_tidal_mixing.F90.

◆ polzin_decay_scale_scaled

real, dimension(:,:), pointer mom_tidal_mixing::tidal_mixing_diags::polzin_decay_scale_scaled => NULL()

vertical scale of decay for tidal dissipation

Definition at line 60 of file MOM_tidal_mixing.F90.

◆ schmittner_coeff_3d

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::schmittner_coeff_3d => NULL()

The coefficient in the Schmittner et al mixing scheme, in UNITS?

Definition at line 44 of file MOM_tidal_mixing.F90.

◆ simmons_coeff_2d

real, dimension(:,:), pointer mom_tidal_mixing::tidal_mixing_diags::simmons_coeff_2d => NULL()

The Simmons et al mixing coefficient.

Definition at line 60 of file MOM_tidal_mixing.F90.

◆ tidal_qe_md

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::tidal_qe_md => NULL()

Input tidal energy dissipated locally, interpolated to model vertical coordinate [W m-3?].

Definition at line 54 of file MOM_tidal_mixing.F90.

54  real, pointer, dimension(:,:,:) :: tidal_qe_md => null() !< Input tidal energy dissipated locally,

◆ tke_itidal_used

real, dimension(:,:), pointer mom_tidal_mixing::tidal_mixing_diags::tke_itidal_used => NULL()

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

Definition at line 60 of file MOM_tidal_mixing.F90.

60  real, pointer, dimension(:,:) :: &
61  TKE_itidal_used => null(),& !< internal tide TKE input at ocean bottom [R Z3 T-3 ~> W m-2]
62  n2_bot => null(),& !< bottom squared buoyancy frequency [T-2 ~> s-2]
63  n2_meanz => null(),& !< vertically averaged buoyancy frequency [T-2 ~> s-2]
64  polzin_decay_scale_scaled => null(),& !< vertical scale of decay for tidal dissipation
65  polzin_decay_scale => null(),& !< vertical decay scale for tidal diss with Polzin [m]
66  simmons_coeff_2d => null() !< The Simmons et al mixing coefficient

◆ vert_dep_3d

real, dimension(:,:,:), pointer mom_tidal_mixing::tidal_mixing_diags::vert_dep_3d => NULL()

The 3-d mixing energy deposition [W m-3].

Definition at line 44 of file MOM_tidal_mixing.F90.


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