1NNGETASPECTD(3NCARG) NCAR GRAPHICS NNGETASPECTD(3NCARG)
2
3
4
6 NNGETASPECTD - retrieve the double precision aspect at a specified
7 coordinate.
8
10 CALL NNGETASPECTD (I,J,ASPECT,IER)
11
13 I (Integer, Input) - A subscript indexing the first dimen‐
14 sioned variable in the output grid of the most recent call
15 to NATGRIDD.
16
17 J (Integer, Input) - A subscript indexing the second dimen‐
18 sioned variable in the output grid of the most recent call
19 to NATGRIDD.
20
21 ASPECT (Double precision, Output) - The slope at the grid point
22 Z(I,J), where Z is the output grid in the most recent call
23 to NATGRIDD.
24
25 IER (Integer, Output) - An error return value. If IER is
26 returned as 0, then no errors were detected. If IER is non-
27 zero, then refer to the man page for natgrid_errors for
28 details.
29
31 To use NNGETASPECTD, load the NCAR Graphics library ngmath.
32
34 natgrid, natgridd, natgrid_params.
35
36 Complete documentation for Natgrid is available at URL
37 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
38
40 Copyright (C) 2000
41 University Corporation for Atmospheric Research
42
43 The use of this Software is governed by a License Agreement.
44
45
46
47UNIX March 1997-1998 NNGETASPECTD(3NCARG)