NCEPLIBS-w3emc 2.12.0
|
Grid U-V to Earth U-V in north hem. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fc07 (ffid, ffjd, fgu, fgv, fu, fv) |
Given the grid-oriented wind components on a northern hemisphere polar stereographic grid point, compute the Earth- oriented wind components at that point. | |
subroutine w3fc07 | ( | ffid, | |
ffjd, | |||
fgu, | |||
fgv, | |||
fu, | |||
fv | |||
) |
Given the grid-oriented wind components on a northern hemisphere polar stereographic grid point, compute the Earth- oriented wind components at that point.
If the input winds are at the north pole, the output components will be made consistent with the WMO standards for reporting winds at the north pole. (see office note 241 for WMO definition.)
Program history log:
[in] | FFID | REAL I-displacement from point to north pole |
[in] | FFJD | REAL J-displacement from point to north pole |
[in] | FGV | REAL Grid-oriented V-component |
[in] | FGU | REAL Grid-oriented U-component |
[out] | FU | REAL Earth-oriented U-component, positive from west may reference the same location as FGU. |
[out] | FV | REAL Earth-oriented V-component, positive from south may reference the same location as FGV. |