grid_tools  1.3.0
 All Data Structures Files Functions Variables
pesg::xstoxc Interface Reference

Private Member Functions

subroutine xstoxc (xs, xc, xcd)
 Standard transformation from polar stereographic map coordinates, xs, to cartesian, xc, assuming the projection axis is polar. More...
 
subroutine xstoxc1 (xs, xc, xcd, xcdd)
 Standard transformation from polar stereographic map coordinates, xs, to cartesian, xc, assuming the projection axis is polar. More...
 

Detailed Description

Definition at line 26 of file pesg.f90.

Constructor & Destructor Documentation

subroutine pesg::xstoxc::xstoxc ( real(dp), dimension(2), intent(in)  xs,
real(dp), dimension(3), intent(out)  xc,
real(dp), dimension(3,2), intent(out)  xcd 
)
private

Standard transformation from polar stereographic map coordinates, xs, to cartesian, xc, assuming the projection axis is polar.

xcd=d(xc)/d(xs) is the jacobian matrix, encoding distortion and metric.

Parameters
[in]xsStereographic map coordinates
[out]xcCartesian earth-centered 3-vector
[out]xcdValue of jacobian matrix, encoding distortion and metric
Author
R. J. Purser

Definition at line 84 of file pesg.f90.

Member Function/Subroutine Documentation

subroutine pesg::xstoxc::xstoxc1 ( real(dp), dimension(2), intent(in)  xs,
real(dp), dimension(3), intent(out)  xc,
real(dp), dimension(3,2), intent(out)  xcd,
real(dp), dimension(3,2,2), intent(out)  xcdd 
)
private

Standard transformation from polar stereographic map coordinates, xs, to cartesian, xc, assuming the projection axis is polar.

xcd=d(xc)/d(xs) is the jacobian matrix, encoding distortion and metric. xcdd is the further derivative, wrt xs, of xcd.

Parameters
[in]xsStereographic map coordinates
[out]xcCartesian earth-centered 3-vector
[out]xcdJacobian matrix, encoding distortion and metric
[out]xcddFurther derivative, wrt xs, of xcd
Author
R. J. Purser

Definition at line 106 of file pesg.f90.


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