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

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

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 )

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

References pesg::xmtog_ak_rr_m().

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

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

References pesg::xmtog_ak_rr_m().


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