|
subroutine | plctoc (s, n, x, y, z) |
| Perform Schmidt transformation with scaling parameter s to a polyline. More...
|
|
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 |
|
) |
| |
|
private |
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 1128 of file pmat5.f90.
The documentation for this interface was generated from the following file:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat5.f90