Bug report, forcing package, get_grid.F

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
gunduz
Posts: 1
Joined: Tue Dec 14, 2004 5:36 pm
Location: IMS/METU

Bug report, forcing package, get_grid.F

#1 Unread post by gunduz »

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).

Post Reply