grid_tools  1.13.0
pesg::xmtog_ak_dd Interface Reference

Private Member Functions

subroutine xmtog_ak_dd_g (A, K, pdlat, pdlon, pdazi, delx, dely, xm, dlat, dlon, ff)
 Like xmtog_ak_rr_g, except lat, lon, azimuth, are expressed in degrees. More...
 
subroutine xmtog_ak_dd_m (A, K, pdlat, pdlon, pdazi, xm, dlat, dlon, ff)
 Like xmtog_ak_rr_m, except lat, lon, azimuth, are expressed in degrees. More...
 

Detailed Description

Definition at line 55 of file pesg.f90.

Member Function/Subroutine Documentation

◆ xmtog_ak_dd_g()

subroutine pesg::xmtog_ak_dd::xmtog_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), dimension(2), intent(in)  xm,
real(dp), intent(out)  dlat,
real(dp), intent(out)  dlon,
logical, intent(out)  ff 
)
private

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

Parameters
[in]aparameters of an ESG mapping
[in]kparameters of an ESG mapping
[in]pdlatdegrees latitude of projection center of the mapping
[in]pdlondegrees longitude of projection center of the mapping
[in]pdaziAzimuth of the mapping orientation about its center
[in]delxcentral x-spacing of the grid in radians
[in]delycentral y-spacing of the grid in radians
[in]xmmap coordinates, in grid units, of a point to be mapped
[out]dlatdegrees latitude of the point
[out]dlondegrees longitude of the point
[out]fffailure flag
Author
R. J. Purser

Definition at line 2118 of file pesg.f90.

◆ xmtog_ak_dd_m()

subroutine pesg::xmtog_ak_dd::xmtog_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), dimension(2), intent(in)  xm,
real(dp), intent(out)  dlat,
real(dp), intent(out)  dlon,
logical, intent(out)  ff 
)
private

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

Parameters
[in]aparameters of the ESG mapping
[in]kparameters of the ESG mapping
[in]pdlatdegrees latitude of the projection center of the mapping
[in]pdlondegrees longitude of the projection center of the mapping
[in]pdaziAzimuth of the orientation of the mapping at its center
[in]xmmap space 2-vector coordinates of a point
[out]dlatdegrees latitude of the point
[out]dlondegrees longitude of the point
[out]fffailure flag
Author
R. J. Purser

Definition at line 2087 of file pesg.f90.


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