Skip to content

Commit

Permalink
Improve logging
Browse files Browse the repository at this point in the history
Removed `do_not_log` condition on `USE_LEITHY`
  • Loading branch information
iangrooms committed Aug 24, 2023
1 parent bd13ba6 commit 754d543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_hor_visc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@ subroutine hor_visc_init(Time, G, GV, US, param_file, diag, CS, ADp)
call get_param(param_file, mdl, "USE_LEITHY", CS%use_Leithy, &
"If true, use a biharmonic Leith nonlinear eddy "//&
"viscosity together with a harmonic backscatter.", &
default=.false., do_not_log=.not.(CS%biharmonic .and. CS%Laplacian))
default=.false.)
call get_param(param_file, mdl, "BOUND_AH", CS%bound_Ah, &
"If true, the biharmonic coefficient is locally limited "//&
"to be stable.", default=.true., do_not_log=.not.CS%biharmonic)
Expand Down

0 comments on commit 754d543

Please sign in to comment.