ncl_c_csc2sd (3) Linux Manual Page
c_csc2sd – convert from Cartesian coordinates to lat/lon coordinates. Function Prototype void c_csc2sd(int, double *, double *, double *, double *, double *);Synopsis c_csc2sd(n, x, y, z, rlat, rlon);Descriptionn The number of input Cartesian coordinates. x An array containing the X component of the Cartesian coordinates of the input data. (rlat[i],rlon[i]) is the lat/lon coordinate…
