1CSC2S(3NCARG)                    NCAR GRAPHICS                   CSC2S(3NCARG)
2
3
4

NAME

6       CSC2S - convert from  Cartesian to  lat/lon coordinates
7

SYNOPSIS

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

DESCRIPTION

12       N           (integer, input) The number of coordinates to convert.
13
14       X,Y,Z       (real,  input)  The  Cartesian  coordinates  of  the  input
15                   points.
16
17       RLAT        (real, output) The latitudes of the output coordinates,  in
18                   degrees.
19
20       RLON        (real, output) The longitudes of the output coordinates, in
21                   degrees.
22

USAGE

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

ACCESS

30       To use CSC2S, load the NCAR Graphics library ngmath.
31

SEE ALSO

33       css_overview, cssgrid, css2c.
34
35       Complete documentation for Cssgrid is available at URL
36       http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html
37
39       Copyright (C) 2000
40       University Corporation for Atmospheric Research
41
42       The use of this Software is governed by a License Agreement.
43
44
45
46UNIX                               May 2000                      CSC2S(3NCARG)
Impressum