grid_tools  1.13.0
pmat4::dlltoxy Interface Reference

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

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

Definition at line 916 of file pmat4.f90.


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