logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WMSTNM - plots station model data as per WMO guidelines.

Access

       To  use WMSTNM or c_wmstnm, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
       that order.

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.

Name

       WMSTNM - plots station model data as per WMO guidelines.

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

Synopsis

       CALL WMSTNM (X, Y, IMDAT)

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.

See Also