NCEPLIBS-w3emc 2.12.0
|
I,J TO LATITUDE, LONGITUDE. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fb01 (xi, xj, xmeshl, alat, along) |
Converts the coordinates of a location from the grid(i,j) coordinate system overlaid on the polar stereographic map pro- jection true at 60 n to the natural coordinate system of latitude /longitude on the Earth. | |
subroutine w3fb01 | ( | xi, | |
xj, | |||
xmeshl, | |||
alat, | |||
along | |||
) |
Converts the coordinates of a location from the grid(i,j) coordinate system overlaid on the polar stereographic map pro- jection true at 60 n to the natural coordinate system of latitude /longitude on the Earth.
A preferable more flexible subroutine to use is w3fb05(). w3fb01() is the reverse of w3fb00().
PROGRAM HISTORY LOG:
[in] | XI | I of the point relative to north pole. |
[in] | XJ | J of the point relative to north pole. |
[in] | XMESHL | Mesh length of grid in kilometers at 60n. |
[out] | ALAT | Latitude in deg. (-20.0(s. hemis) < alat < 90.0). |
[out] | ALONG | West longitude in degrees. |