NCEPLIBS-w3emc 2.12.0
|
Grid U,V wind comps. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fc02 (ffid, ffjd, fgu, fgv, dir, spd) |
Given the grid-oriented wind components on a northern hemisphere polar stereographic grid point, compute the direction and speed of the wind at that point. | |
subroutine w3fc02 | ( | ffid, | |
ffjd, | |||
fgu, | |||
fgv, | |||
dir, | |||
spd | |||
) |
Given the grid-oriented wind components on a northern hemisphere polar stereographic grid point, compute the direction and speed of the wind at that point.
Input winds at the north pole point are assumed to have their components follow the wmo standards for reporting winds at the north pole. (see office note 241 for wmo definition). Output direction will follow wmo convention.
Program history log:
[in] | FFID | REAL*4 I(north pole) - i(point). |
[in] | FFJD | REAL*4 J(north pole) - j(point). |
[in] | FGU | REAL*4 Grid-oriented u-component. |
[in] | FGV | REAL*4 Grid-oriented v-component. |
[out] | DIR | REAL*4 Wind direction, degrees. |
[out] | SPD | REAL*4 Wind speed. |