Skip to content

Commit

Permalink
Remove blank line with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
herrwang0 committed Jun 3, 2024
1 parent fb9938d commit 02cb60f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/MOM_dynamics_split_RK2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,6 @@ subroutine initialize_dyn_split_RK2(u, v, h, uh, vh, eta, Time, G, GV, US, param
call get_param(param_file, mdl, "DEBUG_OBC", CS%debug_OBC, default=.false.)
call get_param(param_file, mdl, "DEBUG_TRUNCATIONS", debug_truncations, &
default=.false.)

call get_param(param_file, mdl, "VISC_REM_BUG", visc_rem_bug, &
"If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted "//&
"for in three places. This parameter controls the defaults of three individual "//&
Expand Down

0 comments on commit 02cb60f

Please sign in to comment.