Opened 12 years ago

Closed 12 years ago

#547 closed bug (Fixed)

ana_m2obc.h ESTUARY_TEST bug

Reported by: wilkin Owned by: arango
Priority: minor Milestone: Release ROMS/TOMS 3.6
Component: Nonlinear Version: 3.6
Keywords: Cc:

Description (last modified by arango)

In the conversion to the new open boundary conditions logical flags a bug was introduced in the block:

#if defined ESTUARY_TEST
      IF (LBC(ieast,isUbar,ng)%acquire.and.                             &
     &    LBC(ieast,isVbar,ng)%acquire.and.                             &
     &    DOMAIN(ng)%Western_Edge(tile)) THEN ...
        ...

The test should be on LBC(iwest ... not east.

Change History (1)

comment:1 by arango, 12 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed

Yes, goo catch. Thank you.

Note: See TracTickets for help on using tickets.