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

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

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 )

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

References pesg::gtoxm_ak_rr_g().

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

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

References pesg::gtoxm_ak_rr_m().


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