1shgrid_errors(3NCARG) NCAR GRAPHICS shgrid_errors(3NCARG)
2
3
4
6 shgrid_errors - This document briefly describes all the errors reported
7 from Shgrid.
8
10 Each entry below includes the error number and its meaning.
11
12 0 No error.
13
14 1 number of input data must be > 9
15
16 2 NLS must be .GT. 9
17
18 3 number of data points used in least squares fit must be > 9
19
20 4 NFL (number of points used to calculate weights) must be at
21 least 1
22
23 5 number of points used in least squares fit too large
24
25 6 number of points used in calculating weights too large
26
27 7 cell grid dimensions must be positive
28
29 8 duplicate input points encountered
30
31 9 collinear input, no unique solution
32
33 10 at least two points must have different X coordinates
34
35 11 at least two points must have different Y coordinates
36
37 12 at least two points must have different Z coordinates
38
39 13 no cells contain a point within the radius of influence of the
40 input point
41
42 14 negative search radius in calculating least squares fit
43
45 shgrid, shseti, shgeti, shsetnp, c_shgrid, c_shseti, c_shseti,
46 c_shgetnp.
47
48 Complete documentation for Shgrid is available at URL
49 http://ngwww.ucar.edu/ngdoc/ng/ngmath/shgrid/shhome.html
50
52 Copyright (C) 2000
53 University Corporation for Atmospheric Research
54
55 The use of this Software is governed by a License Agreement.
56
57
58
59UNIX January 1999 shgrid_errors(3NCARG)