Regrid2

Cut Erna Dewi cuternadewi at YAHOO.COM
Tue May 15 03:49:27 EDT 2007


Dear All;

In order to interpolate the NCEP data, I have been using the function below. This function can be running with the successfull results as I used the 32 bit platform of my laptop.

function ncep_grads (args)
 filen=subwrd(args,1)
 varn=subwrd(args,2)
 yyear=subwrd(args,3)
 itimes=subwrd(args,4)
 'sdfopen 'filen'.'yyear'.nc'
 'set lat -14.5 2.5'
 'set lon 111.5 130.5'
 tlast= itimes
 'set t 1 'tlast
 'set gxout fwrite'
 'set fwrite slp.grd'
 'define uuu1=regrid2('varn',0.166666666667,0.166666666667,bs_p1,111.5,-14.5)'
 'd uuu1'
 'quit'
 return

Now, I use the laptop with 64bit platform and this function can not be executed anymore. The message that I have is that the error is in the regrid2.

My questions:
Is that true that regrid2 can be used only under 32 bit platform. Is there another or un updated regrid2 that can be used under 64 bit platfom?

Thank you very much.

Syamsul Rizal
Dept of Marine Sciences
Syiah Kuala University
Banda Aceh 23111, Indonesia





---------------------------------
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20070515/2b84e38e/attachment.html 


More information about the gradsusr mailing list