|
subroutine | plctoc (s, n, x, y, z) |
| Perform Schmidt transformation with scaling parameter s to a polyline.
|
|
Definition at line 51 of file pmat5.f90.
◆ plctoc()
subroutine pmat5::plctoc::plctoc |
( |
real(sp), intent(in) | s, |
|
|
integer, intent(in) | n, |
|
|
real(sp), dimension(n), intent(inout) | x, |
|
|
real(sp), dimension(n), intent(inout) | y, |
|
|
real(sp), dimension(n), intent(inout) | z ) |
Perform Schmidt transformation with scaling parameter s to a polyline.
- Parameters
-
[in] | s | Schmidt scaling parameter. |
[in] | n | number of points in the polyline. |
[in,out] | x | cartesian components of the three dimensional polyline. |
[in,out] | y | cartesian components of the three dimensional polyline. |
[in,out] | z | cartesian components of the three dimensional polyline. |
- Author
- R. J. Purser
Definition at line 1127 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