grid_tools
1.7.0
|
Private Member Functions | |
subroutine | gtoxm_ak_rr_g (A, K, plat, plon, pazi, delx, dely, lat, lon, xm, ff) |
Given the map specification (angles in radians), the grid spacing (in map-space units) and the sample lat-lon (in radian), return the the image in map space in a 2-vector in grid units. More... | |
subroutine | gtoxm_ak_rr_m (A, K, plat, plon, pazi, lat, lon, xm, ff) |
Given the map specification (angles in radians), the grid spacing (in map-space units) and the sample lat-lon (in radian), return the the image in map space in a 2-vector in grid units. More... | |
|
private |
Given the map specification (angles in radians), the grid spacing (in map-space units) and the sample lat-lon (in radian), return the the image in map space in a 2-vector in grid units.
If the transformation is invalid, return a .true. failure flag.
[in] | a | parameter of the ESG mapping |
[in] | k | parameter of the ESG mapping |
[in] | plat | radians latitude defining mapping projection center |
[in] | plon | radians longitude defining mapping projection center |
[in] | pazi | Azimuth of mapping orientation at its center |
[in] | delx | central x-spacing of the grid in radians |
[in] | dely | central y-spacing of the grid in radians |
[in] | lat | radians latitude of a point to be mapped |
[in] | lon | radians longitude of a point to be mapped |
[out] | xm | 2-vector map space image in center-relative grid units |
[out] | ff | failure flag |
Definition at line 1930 of file pesg.f90.
Referenced by pesg::gtoxm_ak_dd_g().
|
private |
Given the map specification (angles in radians), the grid spacing (in map-space units) and the sample lat-lon (in radian), return the the image in map space in a 2-vector in grid units.
If the transformation is invalid, return a .true. failure flag.
[in] | a | parameters of an ESG mapping |
[in] | k | parameters of an ESG mapping |
[in] | plat | radians latitude defining mapping projection center |
[in] | plon | radians longitude defining mapping projection center |
[in] | pazi | Aximuth of mapping orientation at its center |
[in] | lat | radians latitude of a point to be mapped |
[in] | lon | radians longitude of a point to be mapped |
[out] | xm | 2-vector center-relative map-space image of mapped point |
[out] | ff | failure flag |
Definition at line 1886 of file pesg.f90.
Referenced by pesg::gtoxm_ak_dd_m(), and pesg::gtoxm_ak_rr_g().