[ncl-talk] help

Alessandra Giannini alesall at iri.columbia.edu
Mon Dec 28 22:13:00 MST 2015


Hi there, 

it looks to me like you are reading the coordinates x, y into U, V. 
Is this what you want to do?

gsn_csm_vector <http://ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_vector.shtml>
wants 2-dimensional fields [e.g., functions of latitude and longitude] as input.

So, if you read U and V instead:

U = a->U
V = a->V

it should work…




-- 
Alessandra Giannini
IRI for Climate and Society - The Earth Institute at Columbia University
P.O. Box 1000, Palisades NY 10964-8000
phone/fax: +1 845 680-4473/4864 - email: alesall at iri.columbia.edu

On Dec 29, 2015, at 12:06 AM, Ben Rhee <ben.s.rhee at gmail.com> wrote:

> Hi,
> 
> I was wondering what is preventing me from plotting this data file? Here is a screenshot of what the file looks like when opened,  
> 
> <image.png>
> 
> and here is what I typed to plot the data:
> <image.png>
> 
> What am I doing wrong here?
> 
> Thank you
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk



More information about the ncl-talk mailing list