Re: Interpolate

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue, 27 Mar 2007 14:59:34 -0600 (MDT)

> I have a data lt(time,lat,lon) which is 2.5 x 2.5 grid daily data. The
>dimension of lat is not equal to the dimension of lon and time. I want to
>interpolate this data to a 1 x 1 grid point.
> Is there any function in NCL which does this. Any help would be appreciated.
>_______________________________________________

This is not clear to me.

Bilinear interpolation is my suggestion

   fo = linint2_Wrap (xi,yi,fi, True, xo,yo, 0)

   xi ==> lt&lon
   yi ==> lt&lat
   fi ==> lt
   
   xo ==> one degree longitudes
   yo ==> one degree latitudes

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Mar 27 2007 - 14:59:34 MDT

This archive was generated by hypermail 2.2.0 : Sun Apr 01 2007 - 11:55:28 MDT