grid_tools 1.14.0
|
Public 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. | |
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. | |
subroutine pesg::gtoxm_ak_rr::gtoxm_ak_rr_g | ( | real(dp), intent(in) | a, |
real(dp), intent(in) | k, | ||
real(dp), intent(in) | plat, | ||
real(dp), intent(in) | plon, | ||
real(dp), intent(in) | pazi, | ||
real(dp), intent(in) | delx, | ||
real(dp), intent(in) | dely, | ||
real(dp), intent(in) | lat, | ||
real(dp), intent(in) | lon, | ||
real(dp), dimension(2), intent(out) | xm, | ||
logical, intent(out) | 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.
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 1931 of file pesg.f90.
References pesg::gtoxm_ak_rr_m().
subroutine pesg::gtoxm_ak_rr::gtoxm_ak_rr_m | ( | real(dp), intent(in) | a, |
real(dp), intent(in) | k, | ||
real(dp), intent(in) | plat, | ||
real(dp), intent(in) | plon, | ||
real(dp), intent(in) | pazi, | ||
real(dp), intent(in) | lat, | ||
real(dp), intent(in) | lon, | ||
real(dp), dimension(2), intent(out) | xm, | ||
logical, intent(out) | 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.
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 |