grid_tools  1.13.0
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

◆ xstoxc()

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 85 of file pesg.f90.

Member Function/Subroutine Documentation

◆ xstoxc1()

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 107 of file pesg.f90.


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