NCEPLIBS-w3emc 2.12.0
|
Earth U,V wind components to dir and spd. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fc05 (u, v, dir, spd) |
Given the true (Earth oriented) wind components compute the wind direction and speed. | |
subroutine w3fc05 | ( | real | u, |
real | v, | ||
real | dir, | ||
real | spd | ||
) |
Given the true (Earth oriented) wind components compute the wind direction and speed.
Input winds at the pole are assumed to follow the WMO conventions, with the output direction computed in accordance with WMO standards for reporting winds at the pole. (see office note 241 for WMO definition.)
Program history log:
[in] | U | REAL Earth-oriented U-component. |
[in] | V | REAL Earth-oriented V-component. |
[out] | DIR | REAL Wind direction, degrees. Values will be from 0 to 360 inclusive. |
[out] | SPD | REAL Wind speed in same units as input. |