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-2009
49 University Corporation for Atmospheric Research
50 The use of this Software is governed by a License Agreement.
51
52
53
54UNIX January 1995 WMSTNM(3NCARG)