1cssgrid_params(3NCARG) NCAR GRAPHICS cssgrid_params(3NCARG)
2
3
4
6 cssgrid_params - This document briefly describes all the internal
7 parameters of Cssgrid.
8
10 Each entry below includes the name of a parameter, its Fortran type
11 (use the obvious equivalents for C), its default value, and a short
12 description of the parameter.
13
14 ´SIG´ - Real - computed
15 value of the tension factor for the splines
16
17 ´TOL´ - Real - 0.01
18 Tolerance to use in calculating gradient differences to
19 terminate the iteration sequence when computing global gradients
20
21 ´TTF´ - Real - 0.01
22 Tolerance to use in determining how accurately each tension
23 factor should be calculated to approximate its optimum value
24
25 ´NLS´ - Integer - 10
26 Number of nodes to use in the least squares fit.
27
28 ´NSG´ - Integer - 10
29 Maximum number of iterations to use in the algorithm for
30 computing automatic tension factors
31
32 ´ISG´ - Integer - 0
33 Flag to revert to calculating automatic tension factors rather
34 than use a constant tension. Using a constant tension is
35 effected by setting a value for the control parameter sig. If
36 isg is 0, then a tension array is used, otherwise a constant
37 tension is used.
38
39 ´IGR´ - Integer - 1
40 Flags whether global or local gradients are used (1 implies
41 global, anything else implies local).
42
43 ´MVL´ - Real - -8.
44 Fill value to use in returns for NCL functions. Used only if mvl
45 has been changed from its default.
46
48 cssgrid, csstri, csvoro, css2c, csc2s, csseti, csgeti, cssetr, csgetr,
49 cssetd, csgetd, cssgridd, csstrid, csvorod, css2cd, csc2sd, c_cssgrid,
50 c_csstri, c_csvoro, c_css2c, c_csc2s, c_csseti, c_csgeti, c_cssetr,
51 c_csgetr, c_cssetd, c_csgetd, c_cssgridd, c_csstrid, c_csvorod,
52 c_css2cd, c_csc2sd. Complete documentation for Cssgrid is available at
53 URL
54 http://ngwww.ucar.edu/ngdoc/ng/ngmath/csgrid/cshome.html
55
57 Copyright (C) 2000
58 University Corporation for Atmospheric Research
59
60 This documentation is free software; you can redistribute it and/or
61 modify it under the terms of the GNU General Public License as
62 published by the Free Software Foundation; either version 2 of the
63 License, or (at your option) any later version.
64
65 This software is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of
67 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
68 General Public License for more details.
69
70 You should have received a copy of the GNU General Public License along
71 with this software; if not, write to the Free Software Foundation,
72 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
73
74
75
76
77UNIX May 2000 cssgrid_params(3NCARG)