Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 9, 2024
1 parent 9fa1fbc commit 5189b19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/parameterizations/lateral/MOM_MEKE.F90
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ module MOM_MEKE
logical :: Rd_as_max_scale !< If true the length scale can not exceed the
!! 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 length scale.
logical :: MEKE_positive !< If true, it guarantees that MEKE will always be greater than zero.
logical :: use_min_lscale !< Use simple minimum for mixing l >= 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 Expand Up @@ -1237,7 +1236,7 @@ logical function MEKE_init(Time, G, GV, US, param_file, diag, dbcomms_CS, CS, ME
"A scaling factor to accelerate the time evolution of MEKE.", &
units="nondim", default=1.0)
call get_param(param_file, mdl, "MEKE_POSITIVE", CS%MEKE_positive, &
"If true, it guarantees that MEKE will always be greater than zero.", &
"If true, it guarantees that MEKE will always be >= 0.", &
default=.false.)
case("dbclient")
CS%eke_src = EKE_DBCLIENT
Expand Down

0 comments on commit 5189b19

Please sign in to comment.