Table of contents Previous: ADUMP Next: AKA

ADVDISP

Plots flight advisories (airmets and sigmets).


Format

ADVDISP display <keywords>


Parameters

display   predefined display name in context table ADVDISP.CORE

Keywords

BULl= =bul1...bulN list of advisory bulletins for the display
COLor= =col1...colN outline color for specified advisory TYPe(s)
DATaset=   ADDE group name to search; the group name must be mapped to a server with weather text data
DEBug=   Print debug messages (def=NO)
DAY=   day of advisories (def=current)
DTIme=   number of hours back to retrieve data
DUMp=   Dump text to save files (def=NO); If YES, files are:
Raw Text -> advdisp.raw
Processed Text -> advdisp.test
FILl= =fil1...filN fill in specified advisory TYPe(s) with a pattern; (None, Solid, Hatch or Trans)
IMAge=   Image frame for navigation
GRAphic=   Graphic frame for display
MAP=   map name; use SAT to plot display using the frame navigation
MATCH=   plot text products with an exact text string
TIME=   starting GMT time on DAY (def=current)
TEXT=   name of text file containing raw flight advisories to plot
TYPe= =typ1...typ list of advisory types to display:
TST = thunderstorm
IFR = Instrument Flight Rules
ICE = Icing (Moderate and Severe)
WST = Convective Sigmets
MTN = Mountians Obscured
ASH = Volcanic Ash, Dust, Sand
WIN = High Wind
TRB = Turbulenece (moderate and Severe)
WST= =wst1...wst list of advisory sources for the display

Remarks:

ADVDISP is context file driven. Application parameter/keyword defaults reside in the file(s) ADVDISP.CORE, ADVDISP.SITE, and ADVDISP.USER. The program will use default values from only one of these files. The program will scan for context files in the order .USER, .SITE and finally .CORE. Once an ADVDISP context file is located, all of the defaults defined in that file are used by the application.

If a default value is not specified for the above Parameters and Keywords, the defaults are enumerated in the context file(s) for each specific display name.

COLors can be specified as either "relative" pen numbers or "absolute" color names. For example if the standard McIDAS graphics enhancement is set for the display frame, you could specify either COL=RED or COL=5 to draw an advisory outline in red. When using absolute color names the color name must be defined for the frame you are plotting.

When drawing the line segments of an advisory, intermediate points along the the path from the beginning segment point to the ending segment point are computed using a great circle approximation.

This program is a variation from code contributed by the Johnson Spaceflight Center (ADVSRY).


Table of contents Previous: ADUMP Next: AKA