NCEPLIBS-w3emc 2.12.0
|
Convert i,j grid coordinates to lat/lon. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fb03 (xi, xj, xmeshl, tlat, tlong) |
Converts i,j grid coordinates to the corresponding latitude/longitude on a southern hemisphere polar stereographic map projection. | |
subroutine w3fb03 | ( | xi, | |
xj, | |||
xmeshl, | |||
tlat, | |||
tlong | |||
) |
Converts i,j grid coordinates to the corresponding latitude/longitude on a southern hemisphere polar stereographic map projection.
Program history log.
[in] | XI | Real i coordinate. |
[in] | XJ | Real j coordinate. |
[in] | XMESHL | Real grid interval in km. |
[out] | TLAT | Real s.h. latitude. |
[out] | TLONG | Real longitude. |