WXP version 5
File Reference

Parse Lookup File (parse.lup)

For most WXP program, they can find data files by use of the name convention tag.   For parsing, there is an additional method that simplifies the process.  When the parse program parses for a WMO header, it searches the parse lookup file "parse.lup" to cross reference headers to name convention tags.  This eliminates the need to specify the in_file file name tag. 

FORMAT

The syntax of the file is:

   pattern      tag

Where:

EXAMPLES

Here is a sample parse lookup file:

FO      mos_dat
FT      term_dat
W       sev_dat
F       for_dat
C       cli_dat
S       sfc_dat
UA      pirep_dat
UB      pirep_dat
UD      pirep_dat
U       upa_dat
AC      sev_dat
A       sum_dat
FO      mos_dat 

In this case, all products whose WMO header starts with "W" will be searched for in the files with the tag "sev_dat". 

SEE ALSO


Last updated August 11, 1998