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