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 This documentation is free software; you can redistribute it and/or
99 modify it under the terms of the GNU General Public License as
100 published by the Free Software Foundation; either version 2 of the
101 License, or (at your option) any later version.
102
103 This software is distributed in the hope that it will be useful, but
104 WITHOUT ANY WARRANTY; without even the implied warranty of
105 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
106 General Public License for more details.
107
108 You should have received a copy of the GNU General Public License along
109 with this software; if not, write to the Free Software Foundation,
110 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
111
112
113
114
115UNIX March 1997-1998 natgrid_errors(3NCARG)