ncl_css_overview (3) - Linux Manuals
NAME
Cssgrid is a software package in the ngmath library that implements a tension spline interpolation algorithm to fit a function to input data randomly located on the surface of a sphere.
There are user-settable parameters that control various aspects of the algorithm, the most important of which is the tension factor that controls the level a tautness of the spline fit. This varies from pure cubic spline interpolation for a tension factor of 0. to near linear interpolation for a large tension factor. By default, the tension factor is automatically computed to optimize certain fitting criteria.
The output is a set of values at coordinates on a user-specified lat/lon grid (which can be a single point). Procedures also exist for finding a Dealunay triangulation and Voronoi polygons.
Functionally equivalent Fortran, C, and NCL interfaces are provided. Fortran and C codes are available in both single and double precision.
Cssgrid is based on the work of Robert Renka and his packages STRIPACK and SSRFPACK.
SYNOPSIS
Fortran
-----------------------------
-----------------------------
ACCESS
To use Cssgrid entries, load the NCAR Graphics library ngmath.COPYRIGHT
Copyright (C) 2000University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
SEE ALSO
cssgrid_params cssgrid_errors
Complete documentation for Cssgrid is available at URL
http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html