SABER
|
Public Member Functions | |
subroutine | func_cart_dist (x_i, y_i, z_i, x_f, y_f, z_f, dist) |
Compute the cartesian distance between two points. More... | |
Definition at line 85 of file tools_func.F90.
subroutine tools_func::cart_dist::func_cart_dist | ( | real(kind_real), intent(in) | x_i, |
real(kind_real), intent(in) | y_i, | ||
real(kind_real), intent(in) | z_i, | ||
real(kind_real), intent(in) | x_f, | ||
real(kind_real), intent(in) | y_f, | ||
real(kind_real), intent(in) | z_f, | ||
real(kind_real), intent(out) | dist | ||
) |
Compute the cartesian distance between two points.
[in] | x_i | Initial point X coordinate |
[in] | y_i | Initial point Y coordinate |
[in] | z_i | Initial point Z coordinate |
[in] | x_f | Final point X coordinate |
[in] | y_f | Final point Y coordinate |
[in] | z_f | Final point Z coordinate |
[out] | dist | Great-circle distance |
Definition at line 550 of file tools_func.F90.