grid_tools 1.14.0
Loading...
Searching...
No Matches
pesg::gtoxm_ak_rr Interface Reference

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.
 

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 )

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 1931 of file pesg.f90.

References pesg::gtoxm_ak_rr_m().

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

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 1887 of file pesg.f90.


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