|
subroutine | dlltoxy_d (rlat, drlat, drlon, x2) |
| From a reference latitude, and increments of latitude and longitude, return the local cartesian 2-vector corresponding to the projection of the increment onto the tangent plane of the reference point. More...
|
|
subroutine | dlltoxy_s (rlat, drlat, drlon, x2) |
| From a reference latitude, and increments of latitude and longitude, return the local cartesian 2-vector corresponding to the projection of the increment onto the tangent plane of the reference point. More...
|
|
Definition at line 84 of file pmat4.f90.
◆ dlltoxy_d()
subroutine pmat4::dlltoxy::dlltoxy_d |
( |
real(dp), intent(in) |
rlat, |
|
|
real(dp), intent(in) |
drlat, |
|
|
real(dp), intent(in) |
drlon, |
|
|
real(dp), dimension(2), intent(out) |
x2 |
|
) |
| |
|
private |
From a reference latitude, and increments of latitude and longitude, return the local cartesian 2-vector corresponding to the projection of the increment onto the tangent plane of the reference point.
Double precision version.
- Parameters
-
[in] | rlat | latitude |
[in] | drlat | latitude |
[in] | drlon | longitudes |
[out] | x2 | output |
- Author
- R. J. Purser
Definition at line 936 of file pmat4.f90.
◆ dlltoxy_s()
subroutine pmat4::dlltoxy::dlltoxy_s |
( |
real(sp), intent(in) |
rlat, |
|
|
real(sp), intent(in) |
drlat, |
|
|
real(sp), intent(in) |
drlon, |
|
|
real(sp), dimension(2), intent(out) |
x2 |
|
) |
| |
|
private |
From a reference latitude, and increments of latitude and longitude, return the local cartesian 2-vector corresponding to the projection of the increment onto the tangent plane of the reference point.
Single precision version.
- Parameters
-
[in] | rlat | latitude |
[in] | drlat | latitude |
[in] | drlon | longitudes |
[out] | x2 | output |
- Author
- R. J. Purser
Definition at line 916 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/global/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90