Opened 12 years ago

Closed 12 years ago

#549 closed bug (Fixed)

Corrected bug in zetabc.F

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

Description

Corrected a bug in zetabc.F and associated TLM, RPM, and ADM versions. The lateral boundary condition edge index for the northern clamped, gradient and closed boundary condition was isouth instead of inorth. We need to have instead:

!
!  Northern edge, clamped boundary condition.
!
        ELSE IF (LBC(inorth,isFsur,ng)%clamped) THEN
          ...

!
!  Northern edge, gradient boundary condition.
!
        ELSE IF (LBC(inorth,isFsur,ng)%gradient) THEN
          ...

!
!  Northern edge, closed boundary condition.
!

        ELSE IF (LBC(inorth,isFsur,ng)%closed) THEN
          ...

        END IF

Many thanks to Sérgio Larangeiro for reporting this bug.

Change History (1)

comment:1 by arango, 12 years ago

Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.