1WMSTNM(3NCARG) NCAR GRAPHICS WMSTNM(3NCARG)
2
3
4
6 WMSTNM - plots station model data as per WMO guidelines.
7
9 CALL WMSTNM (X, Y, IMDAT)
10
12 #include <ncarg/gks.h>
13
14 void c_wmstnm(float x, float y, char *imdat)
15
17 X (Real, Input) - An X coordinate (specified in world coordi‐
18 nates) of a point that specifies the position of the base
19 of the wind barb shaft in the station model display.
20
21 Y (Real, Input) - A Y coordinate (specified in world coordi‐
22 nates) of a point that specifies the position of the base
23 of the wind barb shaft in the station model display.
24
25 IMDAT (Character, Input) - A CHARACTER*5 array of dimension 10
26 encoded as per the WMO/NOAA guidelines.
27
29 Set the values for the appropriate internal parameters before calling
30 WMSTNM to produce station model data plots. The internal parameters
31 that control the appearance of the station model data plots are: WBC
32 and WBL. The appearance of the wind barb part of the station model
33 data is controlled by the internal parameters applying to wind barbs.
34 See the documentation for WMBARB for a description of wind barbs.
35
37 To use WMSTNM or c_wmstnm, load the NCAR Graphics libraries ncarg,
38 ncarg_gks, and ncarg_c, preferably in that order.
39
41 Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti,
42 wmsetr, wmap_params
43
44 Hardcopy: WMAP - A Package for Producing Daily Weather Maps and Plot‐
45 ting Station Model Data
46
48 Copyright (C) 1987-2007
49 University Corporation for Atmospheric Research
50
51 This documentation is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as pub‐
53 lished by the Free Software Foundation; either version 2 of the
54 License, or (at your option) any later version.
55
56 This software is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
58 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
59 Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with this software; if not, write to the Free Software Foundation,
63 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67UNIX January 1995 WMSTNM(3NCARG)