Skip to content

Commit

Permalink
Update logging of vertex shear viscosity bug parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon.reichl authored and brandon.reichl committed Feb 5, 2025
1 parent cc822ff commit aac354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/vertical/MOM_kappa_shear.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ function kappa_shear_init(Time, G, GV, US, param_file, diag, CS)
call get_param(param_file, mdl, "VERTEX_SHEAR_VISCOSITY_BUG", CS%VS_viscosity_bug, &
"If true, use a bug in vertex shear that zeros out viscosities at "//&
"vertices on coastlines.", &
default=.true., do_not_log=just_read)
default=.true., do_not_log=just_read.or.(.not.CS%KS_at_vertex))
call get_param(param_file, mdl, "RINO_CRIT", CS%RiNo_crit, &
"The critical Richardson number for shear mixing.", &
units="nondim", default=0.25, do_not_log=just_read)
Expand Down

0 comments on commit aac354c

Please sign in to comment.