grid_tools  1.13.0
pesg::gtoxm_ak_rr Interface Reference

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...
 

Detailed Description

Definition at line 49 of file pesg.f90.

Member Function/Subroutine Documentation

◆ gtoxm_ak_rr_g()

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 
)
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.

Parameters
[in]aparameter of the ESG mapping
[in]kparameter of the ESG mapping
[in]platradians latitude defining mapping projection center
[in]plonradians longitude defining mapping projection center
[in]paziAzimuth of mapping orientation at its center
[in]delxcentral x-spacing of the grid in radians
[in]delycentral y-spacing of the grid in radians
[in]latradians latitude of a point to be mapped
[in]lonradians longitude of a point to be mapped
[out]xm2-vector map space image in center-relative grid units
[out]fffailure flag
Author
R. J. Purser

Definition at line 1933 of file pesg.f90.

◆ 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 
)
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.

Parameters
[in]aparameters of an ESG mapping
[in]kparameters of an ESG mapping
[in]platradians latitude defining mapping projection center
[in]plonradians longitude defining mapping projection center
[in]paziAximuth of mapping orientation at its center
[in]latradians latitude of a point to be mapped
[in]lonradians longitude of a point to be mapped
[out]xm2-vector center-relative map-space image of mapped point
[out]fffailure flag
Author
R. J. Purser

Definition at line 1888 of file pesg.f90.


The documentation for this interface was generated from the following file: