WXP version 5
File Reference

ASCII Surface Data File

This type of file is generated by the surface METAR/SAO decoder (sacvt) and the synoptic decoder (smcvt) programs for use with other WXP surface display programs.

FORMAT

This is an ASCII format which makes the files editable by programs such as "vi" and "emacs".  The format of the file is as follows:

WXPSFC
hhZ dd mmm yy
iii TTT ddd wwww aaa ppp vvv hhhC[,hhhC...] WWW [@tttt] [LAAAA,OOOOO] [PTttt][QRRR] [rrrr][qrrr] [RRRR] [Xxxx] [Nnnn] [Tee] [SSS] [Cccc] [Ggg] [ssss] [#cccccc...] $
iii TTT ddd wwww aaa ppp vvv hhhC[,hhhC...] ... $
...

Header Format

The first line of the file is the string:

WXPSFC

which is used to determine file type. The second line of the data file contains the date and time in the following format:

hhnnZ dd mmm yy

Where:

Example: 12Z 24 JUN 98

Data Line Format

The data are entered on the following lines, one station per line. Each particular piece of information is separated by a space and the line is terminated with a space and a "$". The format for each station is listed below:

iii TTT ddd wwww aaa ppp vvv hhhC[,hhhC...] WWW [@tttt] [LAAAA,OOOOO] [PTttt][QRRR] [rrrr][qrrr] [RRRR] [Xxxx] [Nnnn] [Tee] [SSS] [Cccc] [Ggg] [ssss] [#cccccc...] $

Where:

EXAMPLES

Example of raw surface data:

KIND 091756Z 16012KT 2 1/2SM RA BR SCT040 OVC046 07/06 A3002 RMK
     AO2 PRESFR SLP170 P0012 60017 T00670061 10072 20033 58036
     $=

The above line would be decoded into the following format:

KIND 441 430 1612   2 170 2.5 40S,46O !RA_BR @1756 P8-36 r17 x45.0 n37.9 #AO2 PRESFR P0012  $

A sample surface converted file would look like:

WXPSFC
1800Z  9 MAR 97
WRN 122  -4 3223 -99 263 9.0 -99M M @1745 G 29 #M/ 7007  $
WZN -99 -99 3515 -99 -99 -99 -99M M @1747 G 20 #M/M 7018  $
WBK 104 -22 3215 -99 299 9.0 -99M M @1746 #7009  $
KHKY 608 374 0908  43 -99  15 50S,90O - @1752 P7-19 x61.5 n37.0 #SLPNO  $
KMWC -99 -99 1907 988 -99 1.0 6O !-RA_BR @1745 $
KTRK 340 261 0000  42 -99  30 180S - @1745 n18.0 #NOSPECI  $
KART 284  32 3105  51 340  15 -99C - @1748 P7-20 x29.5 n-4.7 $
...

FILES

SEE ALSO


Last updated August 3, 1998