Skip to content

Commit

Permalink
Allow dyed_obcs to be used with other OBC data inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedstrom committed Aug 16, 2019
1 parent 9379419 commit 7c4cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM_open_boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ subroutine open_boundary_config(G, US, param_file, OBC)
call get_param(param_file, mdl, "NK", OBC%ke, &
"The number of model layers", default=0, do_not_log=.true.)

if (config1 /= "none") OBC%user_BCs_set_globally = .true.
if (config1 /= "none" .and. config1 /= "dyed_obcs") OBC%user_BCs_set_globally = .true.

if (OBC%number_of_segments > 0) then
call get_param(param_file, mdl, "OBC_ZERO_VORTICITY", OBC%zero_vorticity, &
Expand Down

0 comments on commit 7c4cfa7

Please sign in to comment.