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 This documentation is free software; you can redistribute it and/or
53 modify it under the terms of the GNU General Public License as
54 published by the Free Software Foundation; either version 2 of the
55 License, or (at your option) any later version.
56
57 This software is distributed in the hope that it will be useful, but
58 WITHOUT ANY WARRANTY; without even the implied warranty of
59 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
60 General Public License for more details.
61
62 You should have received a copy of the GNU General Public License along
63 with this software; if not, write to the Free Software Foundation,
64 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
65
66
67
68
69UNIX May 2000 cssgrid_errors(3NCARG)