Skip to content

Commit 32b9ed1

Browse files
Theresa MorrisonTheresa Morrison
Theresa Morrison
authored and
Theresa Morrison
committed
fixed typo in description.
1 parent 6b6c1a0 commit 32b9ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/MOM_dynamics_split_RK2.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ subroutine initialize_dyn_split_RK2(u, v, h, tv, uh, vh, eta, Time, G, GV, US, p
14211421
"what is already being done with the primary state variables. "//&
14221422
"The default should be changed to true.", default=.false., do_not_log=.true.)
14231423
call get_param(param_file, mdl, "USE_OBC_U_INST_BUG", CS%use_obc_uinst_bug, &
1424-
"If true, use a bug in the update of the radiation open boundary conditions"//&
1424+
"If true, use a bug in the update of the radiation open boundary conditions "//&
14251425
"that uses the instantaneous velocity rather than the time-averaged velocity.",&
14261426
default=.true.)
14271427
if (CS%remap_aux .and. .not.CS%store_CAu) call MOM_error(FATAL, &

0 commit comments

Comments
 (0)