|
subroutine | plroti (rot3, n, x, y, z) |
| Invert the rotation of a three-dimensional polyline. More...
|
|
subroutine | dplroti (rot3, n, x, y, z) |
| Invert the rotation of a three-dimensional polyline. More...
|
|
Definition at line 50 of file pmat5.f90.
subroutine pmat5::plroti::plroti |
( |
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 |
|
) |
| |
|
private |
Invert the rotation of a three-dimensional polyline.
- Parameters
-
[in] | rot3 | rotation to be inverted. |
[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 1061 of file pmat5.f90.
subroutine pmat5::plroti::dplroti |
( |
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 |
|
) |
| |
|
private |
Invert the rotation of a three-dimensional polyline.
- Parameters
-
[in] | rot3 | rotation to be inverted. |
[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 1105 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