SABER
|
Public Member Functions | |
subroutine | func_inside (mpl, vbnd, lon, lat, inside_hull) |
Find whether a point is inside the hull boundaries or not. More... | |
Definition at line 100 of file tools_func.F90.
subroutine tools_func::inside::func_inside | ( | type(mpl_type), intent(inout) | mpl, |
real(kind_real), dimension(:,:), intent(in) | vbnd, | ||
real(kind_real), intent(in) | lon, | ||
real(kind_real), intent(in) | lat, | ||
logical, intent(out) | inside_hull | ||
) |
Find whether a point is inside the hull boundaries or not.
[in,out] | mpl | MPI data |
[in] | vbnd | Boundary coordinates |
[in] | lon | Longitude |
[in] | lat | Latitude |
[out] | inside_hull | True if the point is inside the hull |
Definition at line 792 of file tools_func.F90.