SABER
tools_func::lonlat2xyz Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 88 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_lonlat2xyz()

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.

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

Definition at line 616 of file tools_func.F90.


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