1Wmap(3NCARG)                     NCAR GRAPHICS                    Wmap(3NCARG)
2
3
4

NAME

6       Wmap - A Package for Producing Daily Weather Maps and Plotting Station
7       Model Data
8

SYNOPSIS

10       WMBARB - Plots wind barbs.
11
12       WMDFLT - Returns all values of all internal parameters to their
13       defaults.
14
15       WMDRFT - Draws weather fronts.
16
17       WMDRRG - Draws weather regions (indicating "snow", "rain", etc.) or
18       regions of solid color indicating temperature regions.
19
20       WMGETC - Retrieves the character value of a specified internal
21       parameter.
22
23       WMGETI - Retrieves the integer value of a specified internal parameter.
24
25       WMGETR - Retrieves the real value of a specified internal parameter.
26
27       WMLABC - Plots city names and daily hi/lows.
28
29       WMLABS - Plots special symbols and daily weather icons.
30
31       WMLABT - Plots regional temperature labels.
32
33       WMLABW - Plots regional weather labels.
34
35       WMLGND - Plots weather map legends.
36
37       WMSETC - Gives a new character value to a specified internal parameter.
38
39       WMSETI - Gives a new integer value to a specified internal parameter.
40
41       WMSETR - Gives a new real value to a specified internal parameter.
42
43       WMSTNM - Plots station model data.
44

C-BINDING SYNOPSIS

46       #include <ncarg/ncargC.h>
47
48       c_wmbarb
49       c_wmdflt
50       c_wmdrft
51       c_wmdrrg
52       c_wmgetc
53       c_wmgeti
54       c_wmgetr
55       c_wmlabc
56       c_wmlabs
57       c_wmlabt
58       c_wmlabw
59       c_wmlgnd
60       c_wmsetc
61       c_wmseti
62       c_wmsetr
63       c_wmstnm
64

ACCESS

66       To use Wmap Fortran or C entries, load the NCAR Graphics libraries
67       ncarg, ncarg_gks, and ncarg_c, preferably in that order.
68

SEE ALSO

70       Online: wmap_params, wmbarb, wmdflt, wmdrft, wmdrrg, wmgetc, wmgeti,
71       wmgetr, wmlabc, wmlabs, wmlabt, wmlabw, wmlgnd, wmsetc, wmseti, wmsetr,
72       wmstnm, ncarg_cbind.
73
74       Hardcopy: WMAP - A Package for Producing Daily Weather Maps and
75       Plotting Station Model Data
76
78       Copyright (C) 1987-2007
79       University Corporation for Atmospheric Research
80
81       This documentation is free software; you can redistribute it and/or
82       modify it under the terms of the GNU General Public License as
83       published by the Free Software Foundation; either version 2 of the
84       License, or (at your option) any later version.
85
86       This software is distributed in the hope that it will be useful, but
87       WITHOUT ANY WARRANTY; without even the implied warranty of
88       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
89       General Public License for more details.
90
91       You should have received a copy of the GNU General Public License along
92       with this software; if not, write to the Free Software Foundation,
93       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
94
95
96
97UNIX                             January 1995                     Wmap(3NCARG)
Impressum