1dsgrid_errors(3NCARG) NCAR GRAPHICS dsgrid_errors(3NCARG)
2
3
4
6 dsgrid_errors - This document briefly describes all the errors reported
7 from Dsgrid.
8
10 Each entry below includes the error number and its meaning.
11
12 1 Error number out of range.
13
14 2 Insufficient data in gridded region to triangulate.
15
16 3 Array dimension out of range.
17
18 4 Parameter name not known.
19
20 5 Cannot open error file.
21
22 6 Error allocating memory for input points.
23
24 7 Fortran DOUBLE PRECISION entries are not supported on UNICOS.
25
26 9 Error allocating memory for array of distances between input
27 points.
28
29 10 Error allocating memory for weights.
30
31 11 Error allocating memory for distance ordering vector.
32
33 12 Error allocating memory for output array.
34
35 13 Number of input points must be greater than 2.
36
37 14 No original data values within the specified distance -
38 interpolated value set to missing value flag.
39
41 dsgrid, dsgrid_params, dsgrid2s, dsgrid3s, dsgrid2d, dsgrid3d, dspnt2s,
42 dspnt2d, dspnt3s, dspnt3d
43
44 Complete documentation for Dsgrid is available at URL
45 http://ngwww.ucar.edu/ngdoc/ng/ngmath/dsgrid/dshome.html
46
48 Copyright (C) 2000
49 University Corporation for Atmospheric Research
50
51 This documentation is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as
53 published by the Free Software Foundation; either version 2 of the
54 License, or (at your option) any later version.
55
56 This software is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of
58 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
59 General Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with this software; if not, write to the Free Software Foundation,
63 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67
68UNIX September 1997-1998 dsgrid_errors(3NCARG)