McIDAS-XCD Administrator's Guide
Version 2022.1
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Builds the rapid access pointer and text files for observational data.
BILDTEXT ADD id pfile
BILDTEXT DEL id pfile
BILDTEXT INIT pfile tfile maxsta maxreps idtype maxobs minhrs nbytes decnam idfile maxtxt [keyword]
BILDTEXT LIST pfile
list of defined circuits in idfile to build the initial station pointer list (default=all) |
BILDTEXT creates a pointer file and text file for observational data used by rapid access routines.
The INIT option is typically run only once per observation type to initialize the file structure. Running INIT deletes the existing versions of pfile and tfile. This command is run automatically for SAO, RAOB, SYN, and terminal forecasts when the McIDAS-XCD server software package is installed.
To list the valid circuit and decoder names from which to build your ID tables, type:
When a station is added or deleted from a pointer file, the change does not take effect until the data monitor is restarted.
BILDTEXT INIT RAOB.RAP RAOB.RAT 1500 5 IDN 4 3 80 RAOB
This entry builds the pointer file RAOB.RAP which stores five reports for every 3-hourly observation for up to 1500 stations. Four observation periods are stored online for use with rapid access text applications. The raw text is stored in the file RAOB.RAT. The IDs are stored as station block numbers. The ID list built for the RAOB.RAP file is generated from the same ID list used by the RAOB decoder.
This entry adds the station UES to the pointer file SAOMETAR.RAP.
BILDTEXT INIT TERMFCST.RAP TERMFCST.RAT 2500 4 C4 6 1 80 TERMFCST X 8
This entry builds the pointer file TERMFCST.RAP which stores up to four reports per observation time and keeps up to six observation times available. The TERMFCST decoder builds the station list; the maximum size of the text file generated is eight megabytes. The raw text is stored in the file TERMFCST.RAT. The IDs are stored as character IDs.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]