[ncl-talk] query
Dennis Shea
shea at ucar.edu
Mon Sep 8 07:54:29 MDT 2014
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/15cee139/attachment.html
More information about the ncl-talk
mailing list