Opened 17 years ago
Closed 17 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
Note:
See TracTickets
for help on using tickets.

Yes, good catch. Thank you.