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