Skip to content

Commit

Permalink
remove unnecessary check for symmetric compile
Browse files Browse the repository at this point in the history
in setup_segment_indices
  • Loading branch information
MJHarrison-GFDL committed Jan 11, 2017
1 parent 39f3b74 commit 87d070c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/MOM_open_boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ subroutine setup_segment_indices(G, seg, Is_obc, Ie_obc, Js_obc, Je_obc)
! Local variables
integer :: Isg,Ieg,Jsg,Jeg

if (.not. G%Domain%symmetric) call MOM_error(FATAL, "MOM_open_boundary.F90, setup_segment_indices: "//&
"Need to compile in symmetric mode")
! if (.not. G%Domain%symmetric) call MOM_error(FATAL, "MOM_open_boundary.F90, setup_segment_indices: "//&
! "Need to compile in symmetric mode")

! Isg, Ieg will be I*_obc in global space
if (Ie_obc<Is_obc) then
Expand Down

0 comments on commit 87d070c

Please sign in to comment.