1CSC2SD(3NCARG) NCAR GRAPHICS CSC2SD(3NCARG)
2
3
4
6 CSC2SD - convert from Cartesian to lat/lon coordinates
7
9 CALL CSC2SD (N, X, Y, Z, RLAT, RLON)
10
12 N (integer, input) The number of coordinates to convert.
13
14 X,Y,Z (double precision, input) The Cartesian coordinates of the
15 input points.
16
17 RLAT (double precision, output) The latitudes of the output
18 coordinates, in degrees.
19
20 RLON (double precision, output) The longitudes of the output
21 coordinates, in degrees.
22
24 CSC2SD 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. CSC2SD is a
28 double precision version of CSC2S.
29
31 To use CSC2SD, load the NCAR Graphics library ngmath.
32
34 css_overview, cssgrid, css2cd, csc2s.
35
36 Complete documentation for Cssgrid is available at URL
37 http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html
38
40 Copyright (C) 2000
41 University Corporation for Atmospheric Research
42
43 The use of this Software is governed by a License Agreement.
44
45
46
47UNIX May 2000 CSC2SD(3NCARG)