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

Public Member Functions

subroutine xmtog_ak_rr_g (a, k, plat, plon, pazi, delx, dely, xm, lat, lon, ff)
 For an ESG map with parameters, (A,K), and geographical orientation, given by plon,plat,pazi (radians), and given a point in grid-space units as the 2-vector, xm, return the geographical coordinates, lat, lon, (radians) of this point.
 
subroutine xmtog_ak_rr_m (a, k, plat, plon, pazi, xm, lat, lon, ff)
 Given the ESG map specified by parameters (A,K) and geographical center and orientation, plat,plon,pazi (radians), and a position, in map-space coordinates given by the 2-vector, xm, return the geographical coordinates, lat and lon (radians).
 

Detailed Description

Definition at line 53 of file pesg.f90.

Member Function/Subroutine Documentation

◆ xmtog_ak_rr_g()

subroutine pesg::xmtog_ak_rr::xmtog_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), dimension(2), intent(in) xm,
real(dp), intent(out) lat,
real(dp), intent(out) lon,
logical, intent(out) ff )

For an ESG map with parameters, (A,K), and geographical orientation, given by plon,plat,pazi (radians), and given a point in grid-space units as the 2-vector, xm, return the geographical coordinates, lat, lon, (radians) of this point.

If instead the transformation is invalid for any reason, then return the raised failure flag, FF=.true.

Parameters
[in]aparameters of the ESG mapping
[in]kparameters of the ESG mapping
[in]platradians latitude of the projection center of the mapping
[in]plonradians longitude of the projection center of the mapping
[in]paziAzimuth of the orientation of the mapping at its center
[in]delxcentral x-spacing of the grid in radians
[in]delycentral y-spacing grid point in radians
[in]xmgrid-space 2-vector coordinates of a point to be mapped
[out]latradians latitude of the point
[out]lonradians longitude of the point
[out]fffailure flag
Author
R. J. Purser

Definition at line 2061 of file pesg.f90.

References pesg::xmtog_ak_rr_m().

◆ xmtog_ak_rr_m()

subroutine pesg::xmtog_ak_rr::xmtog_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), dimension(2), intent(in) xm,
real(dp), intent(out) lat,
real(dp), intent(out) lon,
logical, intent(out) ff )

Given the ESG map specified by parameters (A,K) and geographical center and orientation, plat,plon,pazi (radians), and a position, in map-space coordinates given by the 2-vector, xm, return the geographical coordinates, lat and lon (radians).

If the transformation is invalid for any reason, return instead with a raised failure flag, FF= .true.

Parameters
[in]aparameter of an ESG mapping
[in]kparameter of an ESG mapping
[in]platradians latitude of the projection center of the mapping
[in]plonradians longitude of the projection center of the mapping
[in]paziAzimuth of orientation of the mapping at its center
[in]xmcenter-relative 2-vector map space coordinates of a point
[out]latradians latitude of the point
[out]lonradians longitude of the point
[out]fffailure flag
Author
R. J. Purser

Definition at line 2014 of file pesg.f90.


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