SABER
tools_func::cart_dist Interface Reference

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...
 

Detailed Description

Definition at line 85 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_cart_dist()

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.

Parameters
[in]x_iInitial point X coordinate
[in]y_iInitial point Y coordinate
[in]z_iInitial point Z coordinate
[in]x_fFinal point X coordinate
[in]y_fFinal point Y coordinate
[in]z_fFinal point Z coordinate
[out]distGreat-circle distance

Definition at line 550 of file tools_func.F90.


The documentation for this interface was generated from the following file: