[ncl-talk] Wind direction variable

Alan Brammer abrammer at albany.edu
Fri Sep 18 09:23:08 MDT 2015


This isn't really an NCL question.  The answer depends entirely on your
dataset.

If you need to calc meteorological wind direction:
https://www.ncl.ucar.edu/Document/Functions/Contributed/wind_direction.shtml


Alan.

On Fri, Sep 18, 2015 at 4:52 AM, isakhar sakhar isakhar <
isakhar.inside13 at gmail.com> wrote:

> Dear All
>
> So far I use a ncl script to print out variable for temperature,pressure,
> humidity and wind speed in ASCII file.
>
>   print (sprintf("%5.0f",it)    +" " \
>   +sprintf("%21.2f", T0(it)) +"  " \                ; for temperature
>   +sprintf("%19.2f", P(it)) +"  " \                  ; for pressure
>   +sprintf("%31.2f", rh0(it)) +"  " \               ; for humidity
>   +sprintf("%23.2f", windspd0(it)) +"  " )      ; for wind speed
>
>
> What variable should I use or add above to print out output for wind
> direction ?
>
> Thank you in advance,
>
> Soares
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> 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/20150918/e8480f26/attachment.html 


More information about the ncl-talk mailing list