grid_tools 1.14.0
Loading...
Searching...
No Matches
pmat4::dlltoxy Interface Reference

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.
 

Detailed Description

Definition at line 84 of file pmat4.f90.

Member Function/Subroutine Documentation

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

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]rlatlatitude
[in]drlatlatitude
[in]drlonlongitudes
[out]x2output
Author
R. J. Purser

Definition at line 935 of file pmat4.f90.

References pietc::u2.

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

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]rlatlatitude
[in]drlatlatitude
[in]drlonlongitudes
[out]x2output
Author
R. J. Purser

Definition at line 915 of file pmat4.f90.


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