NCEPLIBS-w3emc 2.12.0
|
U-V Comps from Earth to north hem grid. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fc08 (ffid, ffjd, fu, fv, fgu, fgv) |
Given the Earth-oriented wind components on a northern hemisphere polar stereographic grid point, compute the grid- oriented components at that point. | |
subroutine w3fc08 | ( | ffid, | |
ffjd, | |||
fu, | |||
fv, | |||
fgu, | |||
fgv | |||
) |
Given the Earth-oriented wind components on a northern hemisphere polar stereographic grid point, compute the grid- oriented components at that point.
Input wind components at the north pole point are assumed to conform to the 'WMO' standards for reporting winds at the north pole, with the output components computed relative to the X-Y axes on the grid. (see office note 241 for WMO definition.)
Program history log:
[in] | FFID | REAL I-displacement from point to north pole in grid units. |
[in] | FFJD | REAL J-displacement from point to north pole in grid units. |
[in] | FU | REAL Earth-oriented u-component, positive from west. |
[in] | FV | REAL Earth-oriented v-component, positive from east. |
[out] | FGU | REAL Grid-oriented u-component. May reference same location as FU. |
[out] | FGV | REAL Grid-oriented v-component. May reference same location as FV. |