|
SABER
|
Public Member Functions | |
| subroutine | func_order_cc (mpl, lon, lat, n, x, y, z, order, diff) |
| Order points in counter-clockwise order with respect to a central point. More... | |
Definition at line 103 of file tools_func.F90.
| subroutine tools_func::order_cc::func_order_cc | ( | type(mpl_type), intent(inout) | mpl, |
| real(kind_real), intent(in) | lon, | ||
| real(kind_real), intent(in) | lat, | ||
| integer | n, | ||
| real(kind_real), dimension(n), intent(in) | x, | ||
| real(kind_real), dimension(n), intent(in) | y, | ||
| real(kind_real), dimension(n), intent(in) | z, | ||
| integer, dimension(n), intent(out) | order, | ||
| real(kind_real), dimension(n), intent(out), optional | diff | ||
| ) |
Order points in counter-clockwise order with respect to a central point.
| [in,out] | mpl | MPI data |
| [in] | lon | Longitude of the central point |
| [in] | lat | Latitude of the central point |
| n | Number of points | |
| [in] | x | List of X-coordinates |
| [in] | y | List of Y-coordinates |
| [in] | z | List of Z-coordinates |
| [out] | order | Counter-clockwise order |
| [out] | diff | Angles differences |
Definition at line 851 of file tools_func.F90.