From 2ada29a35d78f14d7aed254746116ae677fc46d0 Mon Sep 17 00:00:00 2001 From: Gustavo Marques Date: Fri, 21 Jun 2019 13:44:09 -0600 Subject: [PATCH] Adds MEKE_VISCOSITY_COEFF_AU and MEKE_VISCOSITY_COEFF_KU into the MEKE documentation --- src/parameterizations/lateral/MOM_MEKE.F90 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/parameterizations/lateral/MOM_MEKE.F90 b/src/parameterizations/lateral/MOM_MEKE.F90 index da0310c012..21ad5a9800 100644 --- a/src/parameterizations/lateral/MOM_MEKE.F90 +++ b/src/parameterizations/lateral/MOM_MEKE.F90 @@ -1420,9 +1420,13 @@ end subroutine MEKE_end !! \subsection section_MEKE_viscosity Viscosity derived from MEKE !! !! As for \f$ \kappa_M \f$, the predicted eddy velocity scale can be -!! used to form an eddy viscosity: +!! used to form a harmonic eddy viscosity, !! -!! \f[ \kappa_u = \gamma_u \sqrt{ U_e^2 A_\Delta } . \f] +!! \f[ \kappa_u = \gamma_u \sqrt{ U_e^2 A_\Delta } \f] +!! +!! as well as a biharmonic eddy viscosity, +!! +!! \f[ \kappa_4 = \gamma_4 \sqrt{ U_e^2 A_\Delta^3 } \f] !! !! \subsection section_MEKE_limit_case Limit cases for local source-dissipative balance !! @@ -1459,7 +1463,8 @@ end subroutine MEKE_end !! | \f$ \kappa_4 \f$ | MEKE_K4 | !! | \f$ \gamma_\kappa \f$ | MEKE_KHCOEFF | !! | \f$ \gamma_M \f$ | MEKE_KHMEKE_FAC | -!! | \f$ \gamma_u \f$ | MEKE_VISCOSITY_COEFF | +!! | \f$ \gamma_u \f$ | MEKE_VISCOSITY_COEFF_KU | +!! | \f$ \gamma_4 \f$ | MEKE_VISCOSITY_COEFF_AU | !! | \f$ \gamma_{min}^2 \f$| MEKE_MIN_GAMMA2 | !! | \f$ \alpha_d \f$ | MEKE_ALPHA_DEFORM | !! | \f$ \alpha_f \f$ | MEKE_ALPHA_FRICT |