[ncl-talk] problem in creating coordinate variable

Mary Haley haley at ucar.edu
Wed Nov 26 09:16:08 MST 2014


Ipsita,

You are creating an 18 x 18 2D array to hold your data, but you only have a
1D array of 18 values.

Also, I don't know what you mean by "2-dimensional coordinate variable".

What you have is a collection of 18 random points, each with a lat/lon
point associated with it.  This cannot be represented by a 2D array with
lat/lon coordinate arrays.

Also, the latitude values all have a value of "108", and the longitude
values are all greater than 500. Are you sure these values are actually
lat/lon?

--Mary


On Wed, Nov 26, 2014 at 3:54 AM, Ipsita Putatunda <
ipsita.putatunda at gmail.com> wrote:

> Dear NCL users,
>   I have an ASCII file (tt.txt) with data in 3 columns for latitude
> longitude and variable respectively. Am reading this data using asciiread
> and trying to create a 2 dimensional coordinate variable with  the same lat
> lon and variable values.But the output is giving all undefined values. Any
> help in this issues will be appreciated. My script is attached herewith.
>
> Thanks,
> Ipsita
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141126/0ac46436/attachment.html 


More information about the ncl-talk mailing list