NCEPLIBS-w3emc 2.12.0
|
Merc (i,j) to lat/lon for grib. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fb09 (xi, xj, alat1, alon1, alatin, dx, alat, alon) |
Converts a location on Earth given in an i,j coordinate system overlaid on a mercator map projection to the coordinate system of latitude/longitude w3fb09() is the reverse of w3fb08() uses grib specification of the location of the grid. | |
subroutine w3fb09 | ( | xi, | |
xj, | |||
alat1, | |||
alon1, | |||
alatin, | |||
dx, | |||
alat, | |||
alon | |||
) |
Converts a location on Earth given in an i,j coordinate system overlaid on a mercator map projection to the coordinate system of latitude/longitude w3fb09() is the reverse of w3fb08() uses grib specification of the location of the grid.
Program history log:
[in] | XI | I coordinate of the point. |
[in] | XJ | J coordinate of the point; both real*4. |
[in] | ALAT1 | Latitude of lower left corner of grid (point (1,1)). |
[in] | ALON1 | Longitude of lower left corner of grid (point (1,1)) all real*4. |
[in] | ALATIN | The latitude at which the mercator cylinder intersects the Earth. |
[in] | DX | Mesh length of grid in meters at alatin. |
[out] | ALAT | Latitude in degrees (negative in southern hemis). |
[out] | ALON | East longitude in degrees, real*4 of the point specified by (i,j). |