Re: dimension problem

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon Oct 11 2010 - 08:21:23 MDT

linint2_Wrap
http://www.ncl.ucar.edu/Document/Functions/Contributed/linint2_Wrap.shtml

[1] Interpolate the 2 degree to the 2.5 grid
     grid2i = linint2_Wrap (xi2,yi2,grid2, False, xo25,yo25, 0)

[2] Pattern correlation over all time steps
     R = escorc(ndtooned(grid25),ndtooned(grid2i))

On 10/11/10 4:01 AM, shinn wong wrote:
> Dear ncl users,
> I've got two sets of data. One is [time|48] x [lon|91] (from 90 to 270
> degree by 2 degree lon) and the other is [time|48] x [lon|73] (from 90
> to 270 degree by 2.5 degree lon). I would like to perform a correlation
> between these two sets of data to get a longitudinal correlation map.
> However, the resolutions are not the same for the longitude for the two
> sets of data, so what can I do for this? Thanks in advance for any helps
> and suggestions.
> Shinn
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Oct 11 08:21:27 2010

This archive was generated by hypermail 2.1.8 : Tue Oct 12 2010 - 15:27:00 MDT