1cssgrid_errors(3NCARG) NCAR GRAPHICS cssgrid_errors(3NCARG)
2
3
4
6 cssgrid_errors - This document briefly describes all the errors
7 reported from Cssgrid.
8
10 Each entry below includes the error number and its meaning.
11
12 1 Invalid number of input points (must be greater than 3).
13
14 2 Invalid dimension for latitudes in the output grid.
15
16 3 Invalid dimension for longitudes in the output grid.
17
18 4 First three nodes of input array are collinear.
19
20 5 Extrapolation failed due to the uniform grid extending too far
21 beyond the triangulation boundary.
22
23 6 Internal algorithm error - please report this.
24
25 7 Vertex of a triangle containing an interpolation point is
26 outside its valid range.
27
28 8 The angular distance between an interpolated point and the
29 nearest point of the triangulation is at least 90 degrees.
30
31 9 Not enough input points to calculate a gradient.
32
33 10 Insufficient space for the triangulation (must be >= number of
34 boundary nodes minus 2).
35
36 11 Degenerate triangle (two vertices lie on same geodesic).
37
38 -L Coordinates L and M coincide for some M > L >= 1 (coordinate
39 numbering starting at 1).
40
42 css_overview, cssgrid, csstri, csscoord, cstrans, csvoro, c_cssgrid,
43 c_csstri, c_csscoord, c_cstrans, c_csvoro
44
45 Complete documentation for Cssgrid is available at URL
46 http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html
47
49 Copyright (C) 2000
50 University Corporation for Atmospheric Research
51
52 The use of this Software is governed by a License Agreement.
53
54
55
56UNIX May 2000 cssgrid_errors(3NCARG)