Opened 16 years ago

Closed 16 years ago

#253 closed bug (Fixed)

Wrong index in ana_nudgcoef.F

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

Description

I think that in ana_nudgcoef.F

#ifdef SOUTH_FSNUDGING
# ifdef ZCLM_NUDGING
      
         ...

#  ifdef DISTRIBUTE
      IF (ng.eq.Ngrids) THEN
        CALL mp_bcastf (ng, model, FSobc_out(:,iwest), Ngrids)
        CALL mp_bcastf (ng, model, FSobc_in (:,iwest), Ngrids)
      ENDIF
#  endif

the iwest index should be replaced with isouth.

  • francesco

Change History (1)

comment:1 by arango, 16 years ago

Resolution: Fixed
Status: newclosed

Yes, good catch. Thank you.

Note: See TracTickets for help on using tickets.