Re: enlarge field

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Oct 23 2013 - 10:43:50 MDT

Please look at the NCL functions. In particular, please read
the documentation at:

http://www.ncl.ucar.edu/Document/Functions/Built-in/conform.shtml
http://www.ncl.ucar.edu/Document/Functions/Built-in/conform_dims.shtml

   nlat = dimsizes(X)
   mlon = ???

   X2D = conform_dims( (/nlat,mlon/), X, 1)

On 10/23/13 10:10 AM, Xi Chang wrote:
> Hallo NCL Community,
>
> I have a data as a function of latitude -90 to 90 i.e X [lat]
> and I want to enlarge to 2D fields X [lat, lon] meaning that e.g. at
> latitude 0 the values of the whole longitude would be the same,
> is there any hint to do that in NCL?
> any example way will be really appreciated.
>
> Thanks
>
> Xi
>
>
>
> _______________________________________________
> 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 Wed Oct 23 10:45:48 2013

This archive was generated by hypermail 2.1.8 : Fri Nov 01 2013 - 08:58:14 MDT