grid_tools  1.13.0
pesg::xttoxs Interface Reference

Private Member Functions

subroutine xttoxs (k, xt, xs, xsd, ff)
 Scaled gnomonic plane xt to standard stereographic plane xs. More...
 
subroutine xttoxs1 (k, xt, xs, xsd, xsdd, xs1, xsd1, ff)
 Like xttoxs, but also, return the derivatives, wrt K, of xs and xsd. More...
 

Detailed Description

Definition at line 28 of file pesg.f90.

Constructor & Destructor Documentation

◆ xttoxs()

subroutine pesg::xttoxs::xttoxs ( real(dp), intent(in)  k,
real(dp), dimension(2), intent(in)  xt,
real(dp), dimension(2), intent(out)  xs,
real(dp), dimension(2,2), intent(out)  xsd,
logical, intent(out)  ff 
)
private

Scaled gnomonic plane xt to standard stereographic plane xs.

Parameters
[in]kGaussian curvature parameter of Schmidt mapping
[in]xtScaled gnomonic plane
[out]xsStandard stereographic plane
[out]xsdJacobian matrix, d(xs)/d(xt).
[out]ffFailure flag
Author
R. J. Purser

Definition at line 159 of file pesg.f90.

Member Function/Subroutine Documentation

◆ xttoxs1()

subroutine pesg::xttoxs::xttoxs1 ( real(dp), intent(in)  k,
real(dp), dimension(2), intent(in)  xt,
real(dp), dimension(2), intent(out)  xs,
real(dp), dimension(2,2), intent(out)  xsd,
real(dp), dimension(2,2,2), intent(out)  xsdd,
real(dp), dimension(2), intent(out)  xs1,
real(dp), dimension(2,2), intent(out)  xsd1,
logical, intent(out)  ff 
)
private

Like xttoxs, but also, return the derivatives, wrt K, of xs and xsd.

Parameters
[in]kGaussian curvature parameter of the Schmidt mapping
[in]xtScaled gnomonic plane
[out]xsStandard stereographic plane
[out]xsdJacobian matrix, d(xs)/d(xt)
[out]xsddSecond partial derivatives, d^2(xs)/(d(xt)d(xt))
[out]xs1Derivative of xs wrt mapping parameter, d(xs)/dk
[out]xsd1Derivative of Jacobian wrt k: d^2(xs)/(d(xt)dk)
[out]ffFailure flag
Author
R. J. Purser

Definition at line 193 of file pesg.f90.


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