|
SABER
|
Public Member Functions | |
| subroutine | func_lonlat2xyz (mpl, lon, lat, x, y, z) |
| Convert longitude/latitude to cartesian coordinates. More... | |
Definition at line 88 of file tools_func.F90.
| subroutine tools_func::lonlat2xyz::func_lonlat2xyz | ( | type(mpl_type), intent(inout) | mpl, |
| real(kind_real), intent(in) | lon, | ||
| real(kind_real), intent(in) | lat, | ||
| real(kind_real), intent(out) | x, | ||
| real(kind_real), intent(out) | y, | ||
| real(kind_real), intent(out) | z | ||
| ) |
Convert longitude/latitude to cartesian coordinates.
| [in,out] | mpl | MPI data |
| [in] | lon | Longitude [radians] |
| [in] | lat | Latitude [radians] |
| [out] | x | X coordinate |
| [out] | y | Y coordinate |
| [out] | z | Z coordinate |
Definition at line 616 of file tools_func.F90.