DOKK / manpages / debian 10 / libncarg-dev / csc2s.3ncarg.en
CSC2S(3NCARG) NCAR GRAPHICS CSC2S(3NCARG)

CSC2S - convert from Cartesian to lat/lon coordinates

CALL CSC2S (N, X, Y, Z, RLAT, RLON)

(integer, input) The number of coordinates to convert.
(real, input) The Cartesian coordinates of the input points.
(real, output) The latitudes of the output coordinates, in degrees.
(real, output) The longitudes of the output coordinates, in degrees.

CSC2S is called to find equivalent latitude and longitude coordinates to specified Cartesian coordinates on the unit sphere. The coordinate (1.,0.,0.) is mapped to the latitude/longitude coordinate (0.,0.). The latitude/longitude coordinates are returned in degrees.

To use CSC2S, load the NCAR Graphics library ngmath.

css_overview, cssgrid, css2c.

Complete documentation for Cssgrid is available at URL
http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html

Copyright (C) 2000
University Corporation for Atmospheric Research

The use of this Software is governed by a License Agreement.

May 2000 UNIX