logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CSS2C - convert from Cartesian to lat/lon coordinates

Access

       To use CSS2C, load the NCAR Graphics library ngmath.

Description

       N           (integer, input) The number of coordinates to convert.

       RLAT        (real, input) The latitudes of the input coordinates, in degrees.

       RLON        (real, input) The longitudes of the input coordinates, in degrees.

       X,Y,Z       (real, output) The Cartesian coordinates of the output points.

Name

       CSS2C - convert from  Cartesian to  lat/lon coordinates

See Also

       css_overview, cssgrid, csc2s.

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

Synopsis

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

Usage

       CSS2C  is  called  to  find equivalent Cartesian coordinates on the unit sphere to latitude and longitude
       coordinates.  The coordinate 0. degrees latitude and 0. degrees longitude  is  mapped  to  the  Cartesian
       coordinate (1., 0.,0.).

See Also