From 7c4cfa72899656f1924bc9467f7ef6aa5ad09b52 Mon Sep 17 00:00:00 2001 From: Kate Hedstrom Date: Fri, 16 Aug 2019 13:22:40 -0800 Subject: [PATCH] Allow dyed_obcs to be used with other OBC data inputs. --- src/core/MOM_open_boundary.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/MOM_open_boundary.F90 b/src/core/MOM_open_boundary.F90 index be63881657..74be948c8a 100644 --- a/src/core/MOM_open_boundary.F90 +++ b/src/core/MOM_open_boundary.F90 @@ -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, &