MOM6
|
Containers for tidal mixing diagnostics.
Definition at line 43 of file MOM_tidal_mixing.F90.
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... | |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.