Opened 18 years ago
Last modified 18 years ago
#84 closed bug
regrid wrong dimension — at Initial Version
Reported by: | jcwarner | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | Cc: |
Description
regrid.F, bottom, has:
IF (iflag.eq.linear) THEN
CALL linterp2d (ng, 1, Nx, 1, Nx, &
............
ELSE IF (iflag.eq.cubic) THEN
CALL cinterp2d (ng, 1, Nx, 1, Nx, &
.......
END IF
I think this should be
CALL linterp2d (ng, 1, Nx, 1, Ny, & CALL cinterp2d (ng, 1, Nx, 1, Ny, &
Note:
See TracTickets
for help on using tickets.