[ncl-talk] Wind direction variable

isakhar sakhar isakhar isakhar.inside13 at gmail.com
Fri Sep 18 02:52:05 MDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150918/c8c907a7/attachment.html 


More information about the ncl-talk mailing list