Graphics: NCL - Example
wrf_wind_rose.ncl: An experimental example script to create wind roses.
-If you have comments/suggestions regarding this script, please send an email to wrfhelp@ucar.edu
*Note that since this is experimental, the exact way this may be implemented in future may vary from the way it is presented here.
In this script:
- We get winds rotated to earth coordinates (uvmet10)
- We get an i,j location of a specific lat/lon point
- Calculates wind speed and direction for all time periods at this location
- Plots this data as a wind rose with 16 wind directions on the rose
|