Opened 14 years ago
Closed 14 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 )
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 , 14 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Yes, goo catch. Thank you.