|
subroutine | xstoxt (k, xs, xt, ff) |
| Inverse of xttoxs.
|
|
Definition at line 27 of file pesg.f90.
◆ xstoxt()
subroutine pesg::xstoxt::xstoxt |
( |
real(dp), intent(in) | k, |
|
|
real(dp), dimension(2), intent(in) | xs, |
|
|
real(dp), dimension(2), intent(out) | xt, |
|
|
logical, intent(out) | ff ) |
Inverse of xttoxs.
- Parameters
-
[in] | k | Gaussian curvature parameter of Schmidt mapping |
[in] | xs | Stereographic plane coordinates |
[out] | xt | Scaled gnomonic plane coordinates |
[out] | ff | Failure flag |
- Author
- R. J. Purser
Definition at line 138 of file pesg.f90.
References pietc::u1, and pietc::u2.
The documentation for this interface was generated from the following file:
- /scratch4/NCEPDEV/nems/Brian.Curtis/git/BrianCurtis-NOAA/UFS_UTILS/v1_14_0/sorc/grid_tools.fd/regional_esg_grid.fd/pesg.f90