[ncl-talk] query

Kunal Bali kunal.bali9 at gmail.com
Mon Sep 8 08:01:53 MDT 2014


No Actually that one i have know.
I am little confused that i am plotting the graph for the file have
variables
1 CH4_VMR_A
2 Latitude
3 Longitude
4 StdPressureLev


For these variable i need to plot latitude vs pressure graph

So pressure levels are of 24 levels ( 1 to 1000 hpa)

So how could i plot it ????

Kunal Bali
Research Scholar
Radio & Atmospheric Science Division
CSIR - National Physical Laboratory
New Delhi - 110012






On Mon, Sep 8, 2014 at 7:24 PM, Dennis Shea <shea at ucar.edu> wrote:

> You have been sending some very basic questions. I'd suggest carefully
> reading the Mini-Language Manual to familiarize yourself with NCL.
>
> http://www.ncl.ucar.edu/Document/Manuals/language_man.pdf
>
> --
> The syntax
>
>    a = addfile(.....)
>
>   hyam =   a->hyam
>   hybm =   a->hybm
>   P0mb =   a->P0*0.01
>
> means, from the file referenced by 'a' eard the variables hyam, hybm, P0.
>
> The *0.01 means multiply the P0 values by 0.01
>
>
>
> On Mon, Sep 8, 2014 at 5:59 AM, Kunal Bali <kunal.bali9 at gmail.com> wrote:
>
>> Dear NCL
>>
>> What is the means of the given line below. As i am trying to plot the
>> latitude vs pressure levels graph but i am not getting the means of these
>> lines
>>
>>  hyam =   a->hyam
>>   hybm =   a->hybm
>>   P0mb =   a->P0*0.01
>>
>>
>>
>> Thank You
>>
>> Kunal Bali
>> Research Scholar
>> Radio & Atmospheric Science Division
>> CSIR - National Physical Laboratory
>> New Delhi - 110012
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> 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/20140908/a2cce1a7/attachment.html 


More information about the ncl-talk mailing list