Skip to content

Commit

Permalink
Revert a comment that was changed unintentionally.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 9, 2024
1 parent b6a84f4 commit 0e1e29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_MEKE.F90
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +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 l >= 0.
logical :: use_min_lscale !< Use simple minimum for mixing length scale.
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]
Expand Down

0 comments on commit 0e1e29b

Please sign in to comment.