1GFLAS4(3NCARG) NCAR GRAPHICS GFLAS4(3NCARG)
2
3
4
6 GFLAS4 - Allows you to access a disk file of plotting instructions,
7 generated with a GFLAS1 and GFLAS2 sequence in a previous job, for use
8 in a GFLAS3 call.
9
11 CALL GFLAS4 (IB, FNAME)
12
14 #include <ncarg/ncargC.h>
15
16 void c_gflas4 (int ib, char *fname)
17
19 IB (INTEGER, input) Specifies the identifier to be used for
20 subsequent GFLAS3 calls. This needs to be between 0 and 99
21 inclusive, just as with the argument IB to GFLAS1.
22
23 FNAME (CHARACTER, input) Specifies the name of the file in which
24 the plotting instructions are stored; FNAME is a FORTRAN
25 character variable specifying the file name of the disk
26 file.
27
29 The C-binding argument descriptions are the same as the FORTRAN
30 argument descriptions.
31
33 To use GFLAS4 or c_gflas4, load the NCAR Graphics libraries ncarg,
34 ncarg_gks, and ncarg_c, preferably in that order.
35
37 Online: gflash, gflas1, gflas2, gflas3, ncarg_cbind.
38
39 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics
40 Fundamentals, UNIX Version
41
43 Copyright (C) 1987-2009
44 University Corporation for Atmospheric Research
45 The use of this Software is governed by a License Agreement.
46
47
48
49UNIX March 1993 GFLAS4(3NCARG)