Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Wrf-python package

ditsiaou

New member
Hello,
I understand that wrf.getvar will give both the speed (dim 0) and the direction (dim 1)
V1 = wrf.getvar(ncdin, "uvmet10_wspd_wdir", units="m s-1",timeidx=wrf.ALL_TIMES,meta=False)[1,...]

But, I would like to ask about the way that direction is provided by the package. 0 degrees is wind from the north, 90 from the east etc?
For example if the output for dim 1 is 45 the wind is northestearn?
Thanks,
Dimitris
 
Top