McIDAS-X Learning Guide
Version 2020
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Weather text data is unique, because it must reside on a McIDAS-X remote server; it cannot reside on the local server.
The first line of text products received by McIDAS contains WMO information about the data being received. An example of this WMO information line is shown below:| Example: | FPUS5 KMKE 171245 |
| Format: | product origin date |
| product | the product header; includes a two-character WMO product code (FP), a two-character geographic identification code (US), and an optional product ID number between 0 and 99 (5) |
| origin | the station initiating the report (KMKE) |
| date | day of the month (17), hour UTC (12), and minute (45) |
| Examples: | ZFPWI or LFPMKE |
| Format: | pppsss |
| ppp | the product header; three-character AFOS/AWIPS product code (ZFP or LFP) |
| sss | the station initiating the report; two or three characters, depending on the AFOS product (WI or MKE) |
Type: WXTLIST DIR
This will produce a listing of all the predefined text products available in the group RTWXTEXT.
Type: WXTLIST SEVERE_WX_STATEMENT NUM=5
WXTLIST relies on keywords to refine the search for text products. The NUM keyword indicates how many reports you want listed. The WSTN keyword can be used to match the station initiating the report.
Type: WXTLIST APRO=ZFP ASTN=MKX MATCH=MADISON
The APRO keyword matches the product header. The ASTN keyword matches the station initiating the report. The MATCH keyword looks for any occurrence of the word MADISON in the reports.Type: RAOBRPT AZ NM 24
Type: SFCRPT KPHX 12
This data is all listed in the raw report format. In a later section, you will use the UALIST and SFCLIST commands to quickly list the observed data in a format that is easier to read.[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]