Opened 10 years ago

Closed 10 years ago

#655 closed bug (Fixed)

Corrected minor typo in v2dbc_im.F

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

Description

There is a minor bug of no consequence in routine v2dbc_im.F:

#ifdef NESTING
!
!  If refinement grid and northern edge, impose mass flux from donor
!  coaser grid for volume and mass conservation.
!
        ELSE IF (LBC(inorth,isVbar,ng)%nested) THEN
          ...
#endif
        END IF

We needed to have LBC(inorth,isVbar,ng)%nested instead of LBC(isouth,isVbar,ng)%nested. This did not affected the solution because all the LBC(:.:,:)%nested are always done in refinement applications. However, it is good to correct this switch. Many thanks to John Warner for bringing this to my attention.

Change History (1)

comment:1 by arango, 10 years ago

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