NCEPLIBS-w3emc 2.12.0
|
Grid coordinates to latitude, longitude. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fb05 (xi, xj, xmeshl, orient, alat, along) |
Converts the coordinates of a location from the grid(i,j) coordinate system overlaid on the polar stereographic map projec- tion true at 60 degrees n or s latitude to the natural coordinate system of latitude/longitude on the earth. | |
subroutine w3fb05 | ( | xi, | |
xj, | |||
xmeshl, | |||
orient, | |||
alat, | |||
along | |||
) |
Converts the coordinates of a location from the grid(i,j) coordinate system overlaid on the polar stereographic map projec- tion true at 60 degrees n or s latitude to the natural coordinate system of latitude/longitude on the earth.
w3fb05() is the reverse of w3fb04().
Program history log:
[in] | XI | I of the point relative to the north or s. pole |
[in] | XJ | J of the point relative to the north or s. pole |
[in] | XMESHL | Mesh length of grid in km at 60 degrees(<0 if sh) (190.5 lfm grid, 381.0 nh pe grid,-381.0 sh pe grid) |
[in] | ORIENT | Orientation west longitude of the grid (105.0 lfm grid, 80.0 nh pe grid, 260.0 sh pe grid) |
[out] | ALAT | Latitude in degrees (<0 if sh) |
[out] | ALONG | West longitude in degrees |