table of contents
WMSTNM(3NCARG) | NCAR GRAPHICS | WMSTNM(3NCARG) |
NAME¶
WMSTNM - plots station model data as per WMO guidelines.
SYNOPSIS¶
CALL WMSTNM (X, Y, IMDAT)
C-BINDING SYNOPSIS¶
#include <ncarg/gks.h>
void c_wmstnm(float x, float y, char *imdat)
DESCRIPTION¶
- X
- (Real, Input) - An X coordinate (specified in world coordinates) of a point that specifies the position of the base of the wind barb shaft in the station model display.
- Y
- (Real, Input) - A Y coordinate (specified in world coordinates) of a point that specifies the position of the base of the wind barb shaft in the station model display.
- IMDAT
- (Character, Input) - A CHARACTER*5 array of dimension 10 encoded as per the WMO/NOAA guidelines.
USAGE¶
Set the values for the appropriate internal parameters before calling WMSTNM to produce station model data plots. The internal parameters that control the appearance of the station model data plots are: WBC and WBL. The appearance of the wind barb part of the station model data is controlled by the internal parameters applying to wind barbs. See the documentation for WMBARB for a description of wind barbs.
ACCESS¶
To use WMSTNM or c_wmstnm, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
SEE ALSO¶
Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti, wmsetr, wmap_params
Hardcopy: WMAP - A Package for Producing Daily Weather Maps and Plotting Station Model Data
COPYRIGHT¶
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
January 1995 | UNIX |