Skip to content

Commit

Permalink
Add MEKE_positive to the control structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques authored and alperaltuntas committed May 10, 2024
1 parent a7725dc commit 0d55841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parameterizations/lateral/MOM_MEKE.F90
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module MOM_MEKE
!! first baroclinic deformation radius.
logical :: use_old_lscale !< Use the old formula for mixing length scale.
logical :: use_min_lscale !< Use simple minimum for mixing l >= 0.
logical :: MEKE_positive !< If true, it guarantees that MEKE will always be >= 0.
real :: lscale_maxval !< The ceiling on the MEKE mixing length scale when use_min_lscale is true [L ~> m].
real :: cdrag !< The bottom drag coefficient for MEKE, times rescaling factors [H L-1 ~> nondim or kg m-3]
real :: MEKE_BGsrc !< Background energy source for MEKE [L2 T-3 ~> W kg-1] (= m2 s-3).
Expand Down

0 comments on commit 0d55841

Please sign in to comment.