|
subroutine | plrot (rot3, n, x, y, z) |
| Apply a constant rotation to a three dimensional polyline.
|
|
subroutine | dplrot (rot3, n, x, y, z) |
| Apply a constant rotation to a three dimensional polyline.
|
|
Definition at line 49 of file pmat5.f90.
◆ plrot()
subroutine pmat5::plrot::plrot |
( |
real(sp), dimension(3,3), intent(in) | rot3, |
|
|
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 ) |
Apply a constant rotation to a three dimensional polyline.
- Parameters
-
[in] | rot3 | rotation matrix. |
[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 1039 of file pmat5.f90.
◆ dplrot()
subroutine pmat5::plrot::dplrot |
( |
real(dp), dimension(3,3), intent(in) | rot3, |
|
|
integer, intent(in) | n, |
|
|
real(dp), dimension(n), intent(inout) | x, |
|
|
real(dp), dimension(n), intent(inout) | y, |
|
|
real(dp), dimension(n), intent(inout) | z ) |
Apply a constant rotation to a three dimensional polyline.
- Parameters
-
[in] | rot3 | rotation matrix. |
[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 1083 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