1natgrid_errors(3NCARG) NCAR GRAPHICS natgrid_errors(3NCARG)
2
3
4
6 natgrid_errors - This document briefly describes all the errors
7 reported from Natgrid.
8
10 Each entry below includes the error number and its meaning.
11
12 1 Insufficient data in gridded region to triangulate.
13
14 2 Duplicate input data coordinates are not allowed.
15
16 3 Unable to open file for writing algorithmic data.
17
18 4 WARNING: The ratio of vertical to horizontal scales is too
19 large for meaningful gradient estimation. Rescale the data if
20 gradients are required.
21
22 5 WARNING: The ratio of vertical to horizontal scales is too
23 small for meaningful gradient estimation. Rescale the data if
24 gradients are required.
25
26 6 WARNING: The ratio of x-axis breadth to y-axis breadth of this
27 gridded region may be too extreme for good interpolation.
28 Changing the block proportions, or rescaling the x or y
29 coordinate may be indicated. Gradient calculations have been
30 disabled.
31
32 7 Unable to allocate storage for ivector.
33
34 8 Unable to allocate storage for dvector.
35
36 9 Unable to allocate storage for **imatrix.
37
38 10 Unable to allocate storage for imatrix[].
39
40 11 Unable to allocate storage for **fmatrix.
41
42 12 Unable to allocate storage for fmatrix[].
43
44 13 Unable to allocate storage for **dmatrix.
45
46 14 Unable to allocate storage for dmatrix[].
47
48 15 Unable to allocate storage for raw data.
49
50 16 Unable to allocate storage for a simplex.
51
52 17 Unable to allocate storage for temp.
53
54 18 Unable to allocate storage for neig.
55
56 19 slopes have not been computed, set sdip.
57
58 20 row argument out of range.
59
60 21 column argument out of range.
61
62 22 aspects have not been computed, set sdip.
63
64 23 Parameter name not known.
65
66 24 Cannot open error file.
67
68 25 Automatic scaling has been done - aspects will be distorted and
69 consequently are not returned. Rescale your data manually, or
70 by setting magx, magy, and magz appropriately.
71
72 26 Automatic scaling has been done - slopes will be distorted and
73 consequently are not returned. Rescale your data manually, or
74 by setting magx, magy, and magz appropriately.
75
76 27 Coordinate is outside of the gridded region for a single point
77 interpolation.
78
79 28 Cannot compute aspects and slopes in conjunction with single
80 point interpolation mode.
81
82 29 Fortran DOUBLE PRECISION entries are not supported on UNICOS.
83
84 30 Error number out of range.
85
87 natgrid, c_natgridd, c_natgrids, c_nngetaspectd, c_nngetaspects,
88 c_nngetsloped, c_nngetslopes, natgridd, natgrids, nngetaspectd,
89 nngetaspects, nngetslopes, nngetslpped.
90
91 Complete documentation for Natgrid is available at URL
92 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
93
95 Copyright (C) 2000
96 University Corporation for Atmospheric Research
97
98 The use of this Software is governed by a License Agreement.
99
100
101
102UNIX March 1997-1998 natgrid_errors(3NCARG)