Skip to content

Commit

Permalink
fixed typo in description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theresa Morrison authored and Theresa Morrison committed May 20, 2024
1 parent 6b6c1a0 commit 32b9ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM_dynamics_split_RK2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ subroutine initialize_dyn_split_RK2(u, v, h, tv, uh, vh, eta, Time, G, GV, US, p
"what is already being done with the primary state variables. "//&
"The default should be changed to true.", default=.false., do_not_log=.true.)
call get_param(param_file, mdl, "USE_OBC_U_INST_BUG", CS%use_obc_uinst_bug, &
"If true, use a bug in the update of the radiation open boundary conditions"//&
"If true, use a bug in the update of the radiation open boundary conditions "//&
"that uses the instantaneous velocity rather than the time-averaged velocity.",&
default=.true.)
if (CS%remap_aux .and. .not.CS%store_CAu) call MOM_error(FATAL, &
Expand Down

0 comments on commit 32b9ed1

Please sign in to comment.