Skip to content

Commit

Permalink
Adds MEKE_VISCOSITY_COEFF_AU and MEKE_VISCOSITY_COEFF_KU into the MEK…
Browse files Browse the repository at this point in the history
…E documentation
  • Loading branch information
gustavo-marques committed Jun 21, 2019
1 parent 31dda12 commit 2ada29a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/parameterizations/lateral/MOM_MEKE.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
!!
Expand Down Expand Up @@ -1459,7 +1463,8 @@ end subroutine MEKE_end
!! | \f$ \kappa_4 \f$ | <code>MEKE_K4</code> |
!! | \f$ \gamma_\kappa \f$ | <code>MEKE_KHCOEFF</code> |
!! | \f$ \gamma_M \f$ | <code>MEKE_KHMEKE_FAC</code> |
!! | \f$ \gamma_u \f$ | <code>MEKE_VISCOSITY_COEFF</code> |
!! | \f$ \gamma_u \f$ | <code>MEKE_VISCOSITY_COEFF_KU</code> |
!! | \f$ \gamma_4 \f$ | <code>MEKE_VISCOSITY_COEFF_AU</code> |
!! | \f$ \gamma_{min}^2 \f$| <code>MEKE_MIN_GAMMA2</code> |
!! | \f$ \alpha_d \f$ | <code>MEKE_ALPHA_DEFORM</code> |
!! | \f$ \alpha_f \f$ | <code>MEKE_ALPHA_FRICT</code> |
Expand Down

0 comments on commit 2ada29a

Please sign in to comment.