1WMSETR(3NCARG) NCAR GRAPHICS WMSETR(3NCARG)
2
3
4
6 WMSETR - Sets the value of an internal parameter of type REAL.
7
9 CALL WMSETR (PNAM,RVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_wmsetr (char *pnam, real rval)
15
17 PNAM (an input constant or variable of type CHARACTER) specifies
18 the name of the parameter to be set. The name must appear
19 as the first three characters of the string.
20
21 RVAL (an input expression of type REAL) is the value to be
22 assigned to the internal parameter specified by PNAM.
23
25 The C-binding argument descriptions are the same as the FORTRAN
26 argument descriptions.
27
29 This routine allows you to set the current value of Wmap parameters.
30 For a complete list of parameters available in this utility, see the
31 wmap_params man page.
32
34 To use WMSETR or c_wmsetr, load the NCAR Graphics libraries ncarg,
35 ncarg_gks, and ncarg_c, preferably in that order.
36
38 Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti,
39 wmap_params
40
41 Hardcopy: WMAP - A Package for Producing Daily Weather Maps and
42 Plotting Station Model Data
43
45 Copyright (C) 1987-2009
46 University Corporation for Atmospheric Research
47 The use of this Software is governed by a License Agreement.
48
49
50
51UNIX January 1995 WMSETR(3NCARG)