SABER
tools_func::xyz2lonlat Interface Reference

Public Member Functions

subroutine func_xyz2lonlat (mpl, x, y, z, lon, lat)
 Convert longitude/latitude to cartesian coordinates. More...
 

Detailed Description

Definition at line 91 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_xyz2lonlat()

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.

Parameters
[in]mplMPI data
[in]xX coordinate
[in]yY coordinate
[in]zZ coordinate
[out]lonLongitude [radians]
[out]latLatitude [radians]

Definition at line 663 of file tools_func.F90.


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