SABER
|
Public Member Functions | |
subroutine | func_sphere_dist (lon_i, lat_i, lon_f, lat_f, dist) |
Compute the great-circle distance between two points. More... | |
Definition at line 82 of file tools_func.F90.
subroutine tools_func::sphere_dist::func_sphere_dist | ( | real(kind_real), intent(in) | lon_i, |
real(kind_real), intent(in) | lat_i, | ||
real(kind_real), intent(in) | lon_f, | ||
real(kind_real), intent(in) | lat_f, | ||
real(kind_real), intent(out) | dist | ||
) |
Compute the great-circle distance between two points.
[in] | lon_i | Initial point longitude [radians] |
[in] | lat_i | Initial point latitude [radians] |
[in] | lon_f | Final point longitude [radians] |
[in] | lat_f | Final point latitude [radians] |
[out] | dist | Great-circle distance |
Definition at line 581 of file tools_func.F90.