In forcing package, below lines of the program get_grid.F
200 status=nf_get_vara_FTYPE(ncgrdid,vid(idrlon),start,count,
201 & rlat)
should be change to
200 status=nf_get_vara_FTYPE(ncgrdid,vid(IDRLAT),start,count,
201 & rlat)
(the value inside the paranthesis should be IDRLAT).
Search found 1 match
- Sat Apr 30, 2005 9:15 am
- Forum: ROMS Bugs
- Topic: Bug report, forcing package, get_grid.F
- Replies: 0
- Views: 2851