Skip to content

Commit

Permalink
Fix a typo in USE_CONT_THICKNESS description
Browse files Browse the repository at this point in the history
  • Loading branch information
herrwang0 authored and marshallward committed Jun 6, 2024
1 parent 66e8891 commit 337ee73
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 @@ -2062,7 +2062,7 @@ subroutine hor_visc_init(Time, G, GV, US, param_file, diag, CS, ADp)

call get_param(param_file, mdl, "DEBUG", CS%debug, default=.false.)
call get_param(param_file, mdl, "USE_CONT_THICKNESS", CS%use_cont_thick, &
"If true, use thickness at velocity points from continuity solver. This option"//&
"If true, use thickness at velocity points from continuity solver. This option "//&
"currently only works with split mode.", default=.false.)
call get_param(param_file, mdl, "LAPLACIAN", CS%Laplacian, &
"If true, use a Laplacian horizontal viscosity.", &
Expand Down

0 comments on commit 337ee73

Please sign in to comment.