grid_tools 1.14.0
|
Public Member Functions | |
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. | |
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. | |
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 ) |
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.
[in] | rlat | latitude |
[in] | drlat | latitude |
[in] | drlon | longitudes |
[out] | x2 | output |
Definition at line 935 of file pmat4.f90.
References pietc::u2.
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 ) |
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.
[in] | rlat | latitude |
[in] | drlat | latitude |
[in] | drlon | longitudes |
[out] | x2 | output |