Skip to content

Commit

Permalink
set CS%MEKE_equilibrium_restoring, to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Feb 10, 2020
1 parent 3540446 commit a9c896e
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 @@ -1060,7 +1060,7 @@ logical function MEKE_init(Time, G, US, param_file, diag, CS, MEKE, restart_CS)
"initial value of MEKE.", default=.false.)
call get_param(param_file, mdl, "MEKE_EQUILIBRIUM_RESTORING", CS%MEKE_equilibrium_restoring, &
"If true, restore MEKE back to its equilibrium value, which is calculated at"//&
"each time step.", default=CS%MEKE_equilibrium_alt)
"each time step.", default=.false.)
if (CS%MEKE_equilibrium_restoring) then
call get_param(param_file, mdl, "MEKE_RESTORING_TIMESCALE", MEKE_restoring_timescale, &
"The timescale used to nudge MEKE toward its equilibrium value.", units="s", &
Expand Down

0 comments on commit a9c896e

Please sign in to comment.