[ncl-talk] plotting spatial average of wind vector from wrf output
sangeeta maharjan
sangeetamaharjan at gmail.com
Sat Dec 25 22:27:55 MST 2021
Hi,
I have been using " vector = wrf_vector(a,wks,u10,v10,opts)" for plotting
wind vector distribution from wrf output.
Inorder to plot the monthly average spatial wind vector distribution , I
computed the average of u10_avg and v10_avg .
On using the same function, " vector =
wrf_vector(a,wks,u10_avg,v10_avg,opts)", I got a very odd plot distribution.
As mentioned in "Technical note of averaging wind speed and direction" by
Stuart K. Grange , average wind direction is arctan(u10_avg/v10_avg)+flow
where flow =+ 180 for arctan (u10_avg/v10_avg) < 180
=- + 180 for arctan (u10_avg/v10_avg) >180
Could you kindly suggest how to plot wind vectors from averaged u and v
components.
Any help is appreciated.
Kind regards,
Sang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20211226/8bff0ad1/attachment.html>
More information about the ncl-talk
mailing list