NCEPLIBS-w3emc 2.12.0
|
Lat/lon to lambert(i,j) for grib. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fb11 (alat, elon, alat1, elon1, dx, elonv, alatan, xi, xj) |
Converts the coordinates of a location on Earth given in the natural coordinate system of latitude/longitude to a grid coordinate system overlaid on a lambert conformal tangent cone projection true at a given n or s latitude. | |
subroutine w3fb11 | ( | alat, | |
elon, | |||
alat1, | |||
elon1, | |||
dx, | |||
elonv, | |||
alatan, | |||
xi, | |||
xj | |||
) |
Converts the coordinates of a location on Earth given in the natural coordinate system of latitude/longitude to a grid coordinate system overlaid on a lambert conformal tangent cone projection true at a given n or s latitude.
w3fb11() is the reverse of w3fb12(). uses grib specification of the location of the grid
Program history log:
[in] | ALAT | Latitude in degrees (negative in southern hemis). |
[in] | ELON | East longitude in degrees, real*4. |
[in] | ALAT1 | Latitude of lower left point of grid (point (1,1)). |
[in] | ELON1 | Longitude of lower left point of grid (point (1,1)) all real*4. |
[in] | DX | Mesh length of grid in meters at tangent latitude. |
[in] | ELONV | The orientation of the grid. i.e., the east longitude value of the vertical meridian which is parallel to the y-axis (or columns of of the grid) along which latitude increases as the y-coordinate increases. real*4 this is also the meridian (on the back side of the tangent cone) along which the cut is made to lay the cone flat. |
[in] | ALATAN | The latitude at which the lambert cone is tangent to (touching) the spherical Earth. Set negative to indicate a southern hemisphere projection. |
[out] | XI | I coordinate of the point specified by alat, elon |
[out] | XJ | J coordinate of the point; both real*4 |