grid_tools  1.13.0
pesg::gtoxm_ak_dd Interface Reference

Private Member Functions

subroutine gtoxm_ak_dd_g (A, K, pdlat, pdlon, pdazi, delx, dely, dlat, dlon, xm, ff)
 Like gtoxm_ak_rr_g, except lat, lon, azimuth, are expressed in degrees. More...
 
subroutine gtoxm_ak_dd_m (A, K, pdlat, pdlon, pdazi, dlat, dlon, xm, ff)
 Like gtoxm_ak_rr_m, except lat, lon, azimuth, are expressed in degrees. More...
 

Detailed Description

Definition at line 51 of file pesg.f90.

Member Function/Subroutine Documentation

◆ gtoxm_ak_dd_g()

subroutine pesg::gtoxm_ak_dd::gtoxm_ak_dd_g ( real(dp), intent(in)  A,
real(dp), intent(in)  K,
real(dp), intent(in)  pdlat,
real(dp), intent(in)  pdlon,
real(dp), intent(in)  pdazi,
real(dp), intent(in)  delx,
real(dp), intent(in)  dely,
real(dp), intent(in)  dlat,
real(dp), intent(in)  dlon,
real(dp), dimension(2), intent(out)  xm,
logical, intent(out)  ff 
)
private

Like gtoxm_ak_rr_g, except lat, lon, azimuth, are expressed in degrees.

Parameters
[in]aparameter of the ESG mapping
[in]kparameter of the ESG mapping
[in]pdlatdegrees latitude defining mapping projection center
[in]pdlondegrees longitude defining mapping projection center
[in]pdaziAzimuth 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]dlatdegrees latitude of a point to be mapped
[in]dlondegrees longitude of a point to be mapped
[out]xm2-vector image of the point in center-relative grid units
[out]fffailure flag
Author
R. J. Purser

Definition at line 1984 of file pesg.f90.

◆ gtoxm_ak_dd_m()

subroutine pesg::gtoxm_ak_dd::gtoxm_ak_dd_m ( real(dp), intent(in)  A,
real(dp), intent(in)  K,
real(dp), intent(in)  pdlat,
real(dp), intent(in)  pdlon,
real(dp), intent(in)  pdazi,
real(dp), intent(in)  dlat,
real(dp), intent(in)  dlon,
real(dp), dimension(2), intent(out)  xm,
logical, intent(out)  ff 
)
private

Like gtoxm_ak_rr_m, except lat, lon, azimuth, are expressed in degrees.

Parameters
[in]aparameter of the ESG mapping
[in]kparameter of the ESG mapping
[in]pdlatdegrees latitude defining mapping center
[in]pdlondegrees longitude defining mapping center
[in]pdaziAzimuth of mapping orientation at its center
[in]dlatdegrees latitude of point to be mapped
[in]dlondegrees longitude of point to be mapped
[out]xm2-vector center-relative map space image of the point
[out]fffailure flag
Author
R. J. Purser

Definition at line 1955 of file pesg.f90.


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