|
| subroutine | paraframe (xp, yp, zp, xv, yv, zv) |
| | Take a principal reference orthonormal frame, {xp,yp,zp} and a dependent point defined by unit vector, zv, and complete the V-frame cartesian components, {xv,yv}, that are the result of parallel-transport of {xp,yp} along the geodesic between P and V.
|
| |
| subroutine | sparaframe (sxp, syp, szp, sxv, syv, szv) |
| | Take a principal reference orthonormal frame, {xp,yp,zp} and a dependent point defined by unit vector, zv, and complete the V-frame cartesian components, {xv,yv}, that are the result of parallel-transport of {xp,yp} along the geodesic between P and V.
|
| |
Definition at line 45 of file pmat5.f90.
◆ paraframe()
| subroutine pmat5::paraframe::paraframe |
( |
real(dp), dimension(3), intent(in) | xp, |
|
|
real(dp), dimension(3), intent(in) | yp, |
|
|
real(dp), dimension(3), intent(in) | zp, |
|
|
real(dp), dimension(3), intent(out) | xv, |
|
|
real(dp), dimension(3), intent(out) | yv, |
|
|
real(dp), dimension(3), intent(in) | zv ) |
Take a principal reference orthonormal frame, {xp,yp,zp} and a dependent point defined by unit vector, zv, and complete the V-frame cartesian components, {xv,yv}, that are the result of parallel-transport of {xp,yp} along the geodesic between P and V.
Double precision version.
- Parameters
-
| [in] | xp | reference orthonormal P-frame cartesian X-vector. |
| [in] | yp | reference orthonormal P-frame cartesian Y-vector. |
| [in] | zp | reference orthonormal P-frame cartesian Z-vector. |
| [out] | xv | V-frame cartesian X-vector. |
| [out] | yv | V-frame cartesian Y-vector. |
| [in] | zv | dependent point zenith, V-frame cartesian Z-vector. |
- Author
- R. J. Purser
Definition at line 718 of file pmat5.f90.
◆ sparaframe()
| subroutine pmat5::paraframe::sparaframe |
( |
real(sp), dimension(3), intent(in) | sxp, |
|
|
real(sp), dimension(3), intent(in) | syp, |
|
|
real(sp), dimension(3), intent(in) | szp, |
|
|
real(sp), dimension(3), intent(out) | sxv, |
|
|
real(sp), dimension(3), intent(out) | syv, |
|
|
real(sp), dimension(3), intent(in) | szv ) |
Take a principal reference orthonormal frame, {xp,yp,zp} and a dependent point defined by unit vector, zv, and complete the V-frame cartesian components, {xv,yv}, that are the result of parallel-transport of {xp,yp} along the geodesic between P and V.
Single precision version.
- Parameters
-
| [in] | sxp | reference orthonormal P-frame cartesian X-vector. |
| [in] | syp | reference orthonormal P-frame cartesian Y-vector. |
| [in] | szp | reference orthonormal P-frame cartesian Z-vector. |
| [out] | sxv | V-frame cartesian X-vector. |
| [out] | syv | V-frame cartesian Y-vector. |
| [in] | szv | dependent point zenith, V-frame cartesian Z-vector. |
- Author
- R. J. Purser
Definition at line 695 of file pmat5.f90.
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/pmat5.f90