|
subroutine | gtoxm_ak_rr_g (A, K, plat, plon, pazi, delx, dely, lat, lon, xm, ff) |
| Given the map specification (angles in radians), the grid spacing (in map-space units) and the sample lat-lon (in radian), return the the image in map space in a 2-vector in grid units. More...
|
|
subroutine | gtoxm_ak_rr_m (A, K, plat, plon, pazi, lat, lon, xm, ff) |
| Given the map specification (angles in radians), the grid spacing (in map-space units) and the sample lat-lon (in radian), return the the image in map space in a 2-vector in grid units. More...
|
|
Definition at line 49 of file pesg.f90.
◆ gtoxm_ak_rr_g()
subroutine pesg::gtoxm_ak_rr::gtoxm_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), intent(in) |
lat, |
|
|
real(dp), intent(in) |
lon, |
|
|
real(dp), dimension(2), intent(out) |
xm, |
|
|
logical, intent(out) |
ff |
|
) |
| |
|
private |
Given the map specification (angles in radians), the grid spacing (in map-space units) and the sample lat-lon (in radian), return the the image in map space in a 2-vector in grid units.
If the transformation is invalid, return a .true. failure flag.
- Parameters
-
[in] | a | parameter of the ESG mapping |
[in] | k | parameter of the ESG mapping |
[in] | plat | radians latitude defining mapping projection center |
[in] | plon | radians longitude defining mapping projection center |
[in] | pazi | Azimuth of mapping orientation at its center |
[in] | delx | central x-spacing of the grid in radians |
[in] | dely | central y-spacing of the grid in radians |
[in] | lat | radians latitude of a point to be mapped |
[in] | lon | radians longitude of a point to be mapped |
[out] | xm | 2-vector map space image in center-relative grid units |
[out] | ff | failure flag |
- Author
- R. J. Purser
Definition at line 1932 of file pesg.f90.
◆ gtoxm_ak_rr_m()
subroutine pesg::gtoxm_ak_rr::gtoxm_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), intent(in) |
lat, |
|
|
real(dp), intent(in) |
lon, |
|
|
real(dp), dimension(2), intent(out) |
xm, |
|
|
logical, intent(out) |
ff |
|
) |
| |
|
private |
Given the map specification (angles in radians), the grid spacing (in map-space units) and the sample lat-lon (in radian), return the the image in map space in a 2-vector in grid units.
If the transformation is invalid, return a .true. failure flag.
- Parameters
-
[in] | a | parameters of an ESG mapping |
[in] | k | parameters of an ESG mapping |
[in] | plat | radians latitude defining mapping projection center |
[in] | plon | radians longitude defining mapping projection center |
[in] | pazi | Aximuth of mapping orientation at its center |
[in] | lat | radians latitude of a point to be mapped |
[in] | lon | radians longitude of a point to be mapped |
[out] | xm | 2-vector center-relative map-space image of mapped point |
[out] | ff | failure flag |
- Author
- R. J. Purser
Definition at line 1887 of file pesg.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/global/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pesg.f90