[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20051207: objective analysis problem (oagrid / oabsfc)



Chirag,

In GDLIST, you have set SCALE=999 which determines a default scaling.
In your case, you will see blow that the GDLIST output is using
SCALE=10**1, so the data are not values ins the 40s and 50s, but rather
4.x and 5.x.

The default scaling is based on the range of data in your domain, which is
small. If you want to ensure that the values don't get scaled, set
SCALE=0 in your programs.

Steve Chiswell
Unidata User Support




>From: "Shukla, Chirag" <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200512072244.jB7Mic7s017929

>This is a multi-part message in MIME format.
>
>------_=_NextPart_001_01C5FB7F.CA61C6C5
>Content-Type: multipart/alternative;
>       boundary="----_=_NextPart_002_01C5FB7F.CA61C6C5"
>
>
>------_=_NextPart_002_01C5FB7F.CA61C6C5
>Content-Type: text/plain;
>       charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
>Hi all,
>
>I was trying to use objective analysis and am having a little problem. =
>Surface data is combined with South Dakota Automatic Weather Network =
>data and is dumped in a file that is used to create a grid. Everything =
>seemed to be going well until I checked the data in grid file using =
>'gdlist' and plotted using 'gdmap'. The temperature in the grid is in =
>40s and 50s. What did I do wrong?
>
>Gempak version: 5.8.3a; gcc: 4.0.1; FC4 2.6.11 kernel
>
>Your suggestions will be very helpful.=20
>
>How critical are these errors?
>* [OABSFC 6]  WARNING:  Area is not DATA area in file.
>     1 duplicate stations eliminated.
>--> This looks normal. Please correct me if I am wrong.
>
>*  Valid blocking bounds:                                                =
>        =20
> No data extrapolation will occur.
>--> This message was seen on a couple examples on gempak lists, and =
>seems normal too.
>
>Thank you.
>
>Sincerely,
>Chirag Shukla
>South Dakota State University
>
>
>
>
>
>At the very bottom of this email is the data I used and the files are =
>attached too. Here is the sequence of processes and data files that I =
>used:=20
>
>
>1) Created a surface file from raw data:
> GEMPAK-SFCFIL>list
> SFOUTF   =3D test.gem
> SFPRMF   =3D test_metar.pack
> STNFIL   =3D test_sfstns.tbl
> SHIPFL   =3D NO
> TIMSTN   =3D 1000/50
> SFFSRC   =3D
> GEMPAK-SFCFIL>
>
>2) Entered the data in surface file
> GEMPAK-SFEDIT>list
> SFEFIL   =3D test_data.txt
> SFFILE   =3D test.gem
> GEMPAK-SFEDIT> =20
>
>3) Verified the existance of data in surface file (sfmap did well too):
> GEMPAK-SFLIST>l
> SFFILE   =3D test.gem
> AREA     =3D @sd
> DATTIM   =3D LAST
> SFPARM   =3D tmpc
> OUTPUT   =3D T
> IDNTYP   =3D STID
> GEMPAK-SFLIST> =20
>
>4) Created a grid using oagrid:
> GEMPAK-OAGRID>l
> GDFILE   =3D test.grd
> DELTAN   =3D 1.28
> DELTAX   =3D 0.64
> DELTAY   =3D 0.64
> GRDAREA  =3D sd
> EXTEND   =3D 2;2;2;2
> DTAAREA  =3D
> SOURCE   =3D SF
> SNFILE   =3D
> SFFILE   =3D test.gem
> SNPARM   =3D
> SFPARM   =3D tmpc
> DATTIM   =3D 051109/1500 (also used LAST here)
> LEVELS   =3D 0
> MAXGRD   =3D 200
> GEMPAK-OAGRID>r
>
>                    OBJECTIVE ANALYSIS PARAMETERS
>
> GRIDAREA           39.00   -107.50     49.88    -91.50  (sd     50.00  =
>-91.50)
> DELTAN              1.280
> DELTAX              0.640
> DELTAY              0.640
>
> GRID POINTS     X :  26  ( 2, 2 )        Y :  18  ( 2, 2 )
> EXTENDAREA           37.72   -108.78     51.16    -90.22
> DATAAREA             37.72   -108.78     51.16    -90.22
>
>Enter <cr> to accept parameters or type EXIT:
> Parameters requested: =
>GDFILE,DELTAN,DELTAX,DELTAY,GRDAREA,EXTEND,DTAAREA,
> SOURCE,SNFILE,SFFILE,SNPARM,SFPARM,DATTIM,LEVELS,MAXGRD.
> GEMPAK-OAGRID>=20
>
>5) Entered data into the grid:
> GEMPAK-OABSFC>l
> SFFILE   =3D test.gem
> GDFILE   =3D test.grd
> SFPARM   =3D tmpc
 DATTIM   =3D 051109/1500
> DTAAREA  =3D
> GUESS    =3D
> GUESFUN  =3D
> GAMMA    =3D 0.3
> SEARCH   =3D 20
> NPASS    =3D 2
> QCNTL    =3D
> OABND    =3D
> GEMPAK-OABSFC>r
>Creating process: gplt for queue 227639304
>Creating process: gn for queue 0
> [OABSFC 6]  WARNING:  Area is not DATA area in file.
>     1 duplicate stations eliminated.
>
> OABSFC PARAMETERS:
>
> Output grid file:        test.grd
> Number of x, y points:    26    18
> Grid bnds:     39.00  -107.50    49.88   -91.50  Grid xtnd:    2   2   =
>2   2
> Station spacing:           1.28
> No first guess file is requested.
> Surface file:            test.gem
> Data area:               37.72;-108.78;51.16;-90.22
> Parameters:              TMPC
> QC threshold:             0.0
> Time:                   051109/1500
> GAMMA: 0.30   SEARCH:  20.00  NPASS:  2
> Valid blocking bounds:                                                  =
>      =20
> No data extrapolation will occur.
>Enter <cr> to accept parameters or type EXIT:
>
> Processing data at time 051109/1500
>
> RMS values for pass  1
>   PARAMETER:     TMPC
>   RMS:           4.42
>   #STN:            37
>
> RMS values for pass  2
>   PARAMETER:     TMPC
>   RMS:           3.98
>   #STN:            19
> Parameters requested: =
>SFFILE,GDFILE,SFPARM,DATTIM,DTAAREA,GUESS,GUESFUN,
> GAMMA,SEARCH,NPASS,QCNTL,OABND.
> GEMPAK-OABSFC>
>
>
>6) Verified the parameters in grid file using gdinfo:
> GEMPAK-GDINFO>l
> GDFILE   =3D test.grd
> LSTALL   =3D YES
> OUTPUT   =3D T
> GDATTIM  =3D LAST
> GLEVEL   =3D 0
> GVCORD   =3D none
> GFUNC    =3D tmpc
> GEMPAK-GDINFO>r
>
> GRID FILE: test.grd                                                     =
>      =20
>
> GRID NAVIGATION:
>     PROJECTION:          CED
>     GRID SIZE:           26  18
>     LL CORNER:              39.00   -107.50
>     UR CORNER:              49.88    -91.50
>
> GRID ANALYSIS BLOCK:
>     ANALYSIS TYPE:        BARNES
>     DELTAN:               1.280
>     DELTAX:               0.640
>     DELTAY:               0.640
>     GRID AREA:            39.00 -107.50   49.88  -91.50
>     EXTEND AREA:          37.72 -108.78   51.16  -90.22
>     DATA AREA:            37.72 -108.78   51.16  -90.22
>
> Number of grids in file:     1
>
> Maximum number of grids in file:    200
>
>  NUM       TIME1              TIME2           LEVL1 LEVL2  VCORD PARM
>    1     051109/1500                              0         NONE TMPC
> Parameters requested: GDFILE,LSTALL,OUTPUT,GDATTIM,GLEVEL,GVCORD,GFUNC.
> GEMPAK-GDINFO>    =20
>
>
>7) Tried to see actual data contained in the grid file using gdlist:
> GEMPAK-GDLIST>l
> GDATTIM  =3D LAST
> GLEVEL   =3D 0
> GVCORD   =3D none
> GFUNC    =3D tmpc
> GDFILE   =3D test.grd
> GAREA    =3D 41.8;-105.3;46.5;-95.5
> PROJ     =3D MER/0.0;-99.5;0.0
> SCALE    =3D 999
> OUTPUT   =3D T
> GEMPAK-GDLIST>r
>
>
> GDLIST PARAMETERS:
>
> Grid file: test.grd                                                     =
>      =20
> GRID IDENTIFIER:
>    TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>051109/1500                             0          NONE TMPC
>
> GAREA:    41.8;-105.3;46.5;-95.5
> SCALE FACTOR : 10** 1
> OUTPUT:    TERM/
>
> MINIMUM AND MAXIMUM VALUES    39.64    61.34
>Enter <cr> to accept parameters or type EXIT:
>
>
> Grid file: test.grd
> GRID IDENTIFIER:
>    TIME1             TIME2         LEVL1 LEVL2   VCORD PARM
>051109/1500                             0          NONE TMPC
> AREA: 41.8;-105.3;46.5;-95.5                              GRID SIZE:    =
>26   18
> COLUMNS:     4   20     ROWS:     5   13
>
> Scale factor: 10** 1
>
>
> COLUMN:      4        5        6        7        8        9       10    =
>   11
>             12       13       14       15       16       17       18    =
>   19
>             20
> ROW 13  -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00
> ROW 12  -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00
> ROW 11  -9999.00 -9999.00 -9999.00 -9999.00    43.97    54.20    60.73  =
>  61.34
>            56.80    50.36    46.04    43.30    40.79    39.64    40.14 =
>-9999.00
>         -9999.00
> ROW 10  -9999.00 -9999.00 -9999.00 -9999.00    49.52    55.10    59.66  =
>  60.72
>            58.25    54.18    49.65    45.33    43.16    43.69    45.50 =
>-9999.00
>         -9999.00
> ROW  9  -9999.00 -9999.00 -9999.00 -9999.00    47.18    52.61    57.00  =
>  58.27
>            56.50    53.09    48.39    44.24    43.89    46.41    49.08 =
>-9999.00
>         -9999.00
> ROW  8  -9999.00 -9999.00 -9999.00 -9999.00    42.01    47.54    53.15  =
>  55.60
>            53.33    49.34    45.45    43.48    45.74    49.66    52.63 =
>-9999.00
>         -9999.00
> ROW  7  -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00
> ROW  6  -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00
> ROW  5  -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00
>         -9999.00
> Parameters requested: =
>GDATTIM,GLEVEL,GVCORD,GFUNC,GDFILE,GAREA,PROJ,SCALE,
> OUTPUT.
> GEMPAK-GDLIST>
>
>
>
>
>test_metar.pack
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>!METAR.PACK
>!
>!This table is the packing table for DCMTR, which decodes Metar data.
>!
>TMPC      -100.       150.       .1
>
>
>
>
>test_sfstns.tbl
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>FSD      726510 SIOUX_FALLS/FOSS_(ASOS)          SD US  4358  -9673   =
>435  0             =20
>BKX      726515 BROOKINGS_(AWOS)                 SD US  4430  -9682   =
>502  0             =20
>YKN      726525 YANKTON(AWOS)                    SD US  4292  -9738   =
>398  0             =20
>9V9      726530 CHAMBERLAIN_(ASOS)               SD US  4380  -9932   =
>530  0             =20
>HON      726540 HURON_REGIONAL_(ASOS)            SD US  4438  -9822   =
>393 99             =20
>MHE      726545 MITCHELL_(ASOS)                  SD US  4377  -9803   =
>397  0             =20
>ATY      726546 WATERTOWN_MUNICIPAL_(ASOS)       SD US  4492  -9715   =
>533  0             =20
>ABR      726590 ABERDEEN_REGIONAL_(ASOS)         SD US  4545  -9843   =
>396  0             =20
>RAP      726620 RAPID_CITY_REGIONAL_(ASOS)       SD US  4405 -10307   =
>966 99             =20
>RCA      726625 ELLSWORTH_AFB                    SD US  4415 -10310   =
>999  0             =20
>PIR      726686 PIERRE_MUNICIPAL_(ASOS)          SD US  4438 -10028   =
>531 99             =20
>SFD      999999 WINNER_(ASOS)                    SD US  4339  -9984   =
>620  0             =20
>IEN      999999 PINE_RIDGE_(ASOS)                SD US  4303 -10252   =
>998  0             =20
>MBG      726685 MOBRIDGE_(ASOS)                  SD US  4555 -10042   =
>510  0             =20
>2WX      999999 BUFFALO_(ASOS)                   SD US  4557 -10352   =
>915  0             =20
>D07      999999 FAITH_MUNICIPAL_ARPT_(ASOS)      SD US  4502 -10202   =
>787  0             =20
>PHP      999999 PHILIP_AIRPORT_(ASOS)            SD US  4405 -10160   =
>673  0             =20
>8D3      999999 SISSETON_MCPL_AIRPORT_(ASOS)     SD US  4568  -9699   =
>354  0             =20
>CUT      999999 CUSTER_COUNTY_AIRPORT_(ASOS)     SD US  4373 -10361  =
>1711  0             =20
>AURS2    999999 AURORA_(AWDN)                    SD US  4428  -9668  =
>1711  0             =20
>CENS2    999999 BERESFORD_(AWDN)                 SD US  4307  -9693  =
>1711  0             =20
>BROS2    999999 BROOKINGS_(AWDN)                 SD US  4432  -9677  =
>1711  0             =20
>CPTS2    999999 CAPUTA_(AWDN)                    SD US  4400 -10300  =
>1711  0             =20
>CTWS2    999999 COTTONWOOD_(AWDN)                SD US  4397 -10187  =
>1711  0             =20
>DLRS2    999999 DELL RAPIDS_(AWDN)               SD US  4378  -9675  =
>1711  0             =20
>NISS2    999999 NISLAND_(AWDN)                   SD US  4468 -10357  =
>1711  0             =20
>OCMS2    999999 OACOMA_(AWDN)                    SD US  4375  -9955  =
>1711  0             =20
>ORRS2    999999 ORAL_(AWDN)                      SD US  4340 -10327  =
>1711  0             =20
>PRFS2    999999 PIERRE_(AWDN)                    SD US  4428 -10000  =
>1711  0             =20
>RDFS2    999999 REDFIELD_(AWDN)                  SD US  4487  -9852  =
>1711  0             =20
>SHSS2    999999 SOUTH SHORE_(AWDN)               SD US  4492  -9715  =
>1711  0             =20
>OAKS2    999999 OAK LAKE_(AWDN)                  SD US  4450  -9652  =
>1711  0             =20
>MCTS2    999999 MCINTOSH_(AWDN)                  SD US  4591 -10134  =
>1711  0             =20
>TIMS2    999999 TIMBER LAKE_(AWDN)               SD US  4541 -10108  =
>1711  0             =20
>UNIS2    999999 UNION CENTER_(AWDN)              SD US  4456 -10267  =
>1711  0             =20
>LMNS2    999999 LEMMON_(AWDN)                    SD US  4591 -10210  =
>1711  0             =20
>MATS2    999999 MARTIN_(AWDN)                    SD US  4316 -10171  =
>1711  0             =20
>TAKS2    999999 TAKINI_(AWDN)                    SD US  4464 -10184  =
>1711  0             =20
>EGBS2    999999 EAGLE BUTTE_(AWDN)               SD US  4498 -10125  =
>1711  0             =20
>
>
>
>
>test_data.txt
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>PARM =3D TMPC
>
>AURS2  051109/1500     6.11=09
>CENS2  051109/1500     8.89=09
>BROS2  051109/1500     6.11=09
>CPTS2  051109/1500     11.11=09
>CTWS2  051109/1500     11.11=09
>DLRS2  051109/1500     6.67=09
>LMNS2  051109/1500     7.22=09
>MATS2  051109/1500     10.0=09
>MCTS2  051109/1500     8.33=09
>NISS2  051109/1500     11.11=09
>OCMS2  051109/1500     10.0=09
>OAKS2  051109/1500     5.56=09
>ORRS2  051109/1500     11.11=09
>PRFS2  051109/1500     10.0=09
>RDFS2  051109/1500     7.78=09
>SHSS2  051109/1500     5.0=09
>TAKS2  051109/1500     11.11=09
>TIMS2  051109/1500     8.89=09
>EGBS2  051109/1500     8.89=09
>2WX    051109/1500     -2.2=09
>8D3    051109/1500     3.3=09
>9V9    051109/1500     0.6=09
>ABR    051109/1500     3.3=09
>ATY    051109/1500     2.8=09
>BKX    051109/1500     3.0=09
>CUT    051109/1500     -3.3=09
>D07    051109/1500     0.0=09
>FSD    051109/1500     2.8=09
>HON    051109/1500     1.7=09
>IEN    051109/1500     -3.9=09
>MBG    051109/1500     0.0=09
>MHE    051109/1500     3.3=09
>PHP    051109/1500     -1.1=09
>PIR    051109/1500     2.2=09
>RAP    051109/1500     0.6=09
>RCA    051109/1500     0.0=09
>SFD    051109/1500     2.2=09
>YKN    051109/1500     4.0=09
>
>
>------_=_NextPart_002_01C5FB7F.CA61C6C5
>Content-Type: text/html;
>       charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
><HTML>
><HEAD>
><META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
>charset=3Diso-8859-1">
><META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
>6.5.7233.28">
><TITLE>objective analysis problem (oagrid / oabsfc)</TITLE>
></HEAD>
><BODY>
><!-- Converted from text/plain format -->
>
><P><FONT SIZE=3D2>Hi all,<BR>
><BR>
>I was trying to use objective analysis and am having a little problem. =
>Surface data is combined with South Dakota Automatic Weather Network =
>data and is dumped in a file that is used to create a grid. Everything =
>seemed to be going well until I checked the data in grid file using =
>'gdlist' and plotted using 'gdmap'. The temperature in the grid is in =
>40s and 50s. What did I do wrong?<BR>
><BR>
>Gempak version: 5.8.3a; gcc: 4.0.1; FC4 2.6.11 kernel<BR>
><BR>
>Your suggestions will be very helpful.<BR>
><BR>
>How critical are these errors?<BR>
>* [OABSFC 6]&nbsp; WARNING:&nbsp; Area is not DATA area in file.<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; 1 duplicate stations eliminated.<BR>
>--&gt; This looks normal. Please correct me if I am wrong.<BR>
><BR>
>*&nbsp; Valid blocking =
>bounds:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>&nbsp;No data extrapolation will occur.<BR>
>--&gt; This message was seen on a couple examples on gempak lists, and =
>seems normal too.<BR>
><BR>
>Thank you.<BR>
><BR>
>Sincerely,<BR>
>Chirag Shukla<BR>
>South Dakota State University<BR>
><BR>
><BR>
><BR>
><BR>
><BR>
>At the very bottom of this email is the data I used and the files are =
>attached too. Here is the sequence of processes and data files that I =
>used:<BR>
><BR>
><BR>
>1) Created a surface file from raw data:<BR>
>&nbsp;GEMPAK-SFCFIL&gt;list<BR>
>&nbsp;SFOUTF&nbsp;&nbsp; =3D test.gem<BR>
>&nbsp;SFPRMF&nbsp;&nbsp; =3D test_metar.pack<BR>
>&nbsp;STNFIL&nbsp;&nbsp; =3D test_sfstns.tbl<BR>
>&nbsp;SHIPFL&nbsp;&nbsp; =3D NO<BR>
>&nbsp;TIMSTN&nbsp;&nbsp; =3D 1000/50<BR>
>&nbsp;SFFSRC&nbsp;&nbsp; =3D<BR>
>&nbsp;GEMPAK-SFCFIL&gt;<BR>
><BR>
>2) Entered the data in surface file<BR>
>&nbsp;GEMPAK-SFEDIT&gt;list<BR>
>&nbsp;SFEFIL&nbsp;&nbsp; =3D test_data.txt<BR>
>&nbsp;SFFILE&nbsp;&nbsp; =3D test.gem<BR>
>&nbsp;GEMPAK-SFEDIT&gt;&nbsp;<BR>
><BR>
>3) Verified the existance of data in surface file (sfmap did well =
>too):<BR>
>&nbsp;GEMPAK-SFLIST&gt;l<BR>
>&nbsp;SFFILE&nbsp;&nbsp; =3D test.gem<BR>
>&nbsp;AREA&nbsp;&nbsp;&nbsp;&nbsp; =3D @sd<BR>
>&nbsp;DATTIM&nbsp;&nbsp; =3D LAST<BR>
>&nbsp;SFPARM&nbsp;&nbsp; =3D tmpc<BR>
>&nbsp;OUTPUT&nbsp;&nbsp; =3D T<BR>
>&nbsp;IDNTYP&nbsp;&nbsp; =3D STID<BR>
>&nbsp;GEMPAK-SFLIST&gt;&nbsp;<BR>
><BR>
>4) Created a grid using oagrid:<BR>
>&nbsp;GEMPAK-OAGRID&gt;l<BR>
>&nbsp;GDFILE&nbsp;&nbsp; =3D test.grd<BR>
>&nbsp;DELTAN&nbsp;&nbsp; =3D 1.28<BR>
>&nbsp;DELTAX&nbsp;&nbsp; =3D 0.64<BR>
>&nbsp;DELTAY&nbsp;&nbsp; =3D 0.64<BR>
>&nbsp;GRDAREA&nbsp; =3D sd<BR>
>&nbsp;EXTEND&nbsp;&nbsp; =3D 2;2;2;2<BR>
>&nbsp;DTAAREA&nbsp; =3D<BR>
>&nbsp;SOURCE&nbsp;&nbsp; =3D SF<BR>
>&nbsp;SNFILE&nbsp;&nbsp; =3D<BR>
>&nbsp;SFFILE&nbsp;&nbsp; =3D test.gem<BR>
>&nbsp;SNPARM&nbsp;&nbsp; =3D<BR>
>&nbsp;SFPARM&nbsp;&nbsp; =3D tmpc<BR>
>&nbsp;DATTIM&nbsp;&nbsp; =3D 051109/1500 (also used LAST here)<BR>
>&nbsp;LEVELS&nbsp;&nbsp; =3D 0<BR>
>&nbsp;MAXGRD&nbsp;&nbsp; =3D 200<BR>
>&nbsp;GEMPAK-OAGRID&gt;r<BR>
><BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OBJECTIVE ANALYSIS =
>PARAMETERS<BR>
><BR>
>&nbsp;GRIDAREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>; 39.00&nbsp;&nbsp; -107.50&nbsp;&nbsp;&nbsp;&nbsp; =
>49.88&nbsp;&nbsp;&nbsp; -91.50&nbsp; (sd&nbsp;&nbsp;&nbsp;&nbsp; =
>50.00&nbsp; -91.50)<BR>
>&nbsp;DELTAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp; 1.280<BR>
>&nbsp;DELTAX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp; 0.640<BR>
>&nbsp;DELTAY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp; 0.640<BR>
><BR>
>&nbsp;GRID POINTS&nbsp;&nbsp;&nbsp;&nbsp; X :&nbsp; 26&nbsp; ( 2, 2 =
>)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Y :&nbsp; 18&nbsp; ( 2, 2 =
>)<BR>
>&nbsp;EXTENDAREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp; 37.72&nbsp;&nbsp; -108.78&nbsp;&nbsp;&nbsp;&nbsp; =
>51.16&nbsp;&nbsp;&nbsp; -90.22<BR>
>&nbsp;DATAAREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>;&nbsp;&nbsp; 37.72&nbsp;&nbsp; -108.78&nbsp;&nbsp;&nbsp;&nbsp; =
>51.16&nbsp;&nbsp;&nbsp; -90.22<BR>
><BR>
>Enter &lt;cr&gt; to accept parameters or type EXIT:<BR>
>&nbsp;Parameters requested: =
>GDFILE,DELTAN,DELTAX,DELTAY,GRDAREA,EXTEND,DTAAREA,<BR>
>&nbsp;SOURCE,SNFILE,SFFILE,SNPARM,SFPARM,DATTIM,LEVELS,MAXGRD.<BR>
>&nbsp;GEMPAK-OAGRID&gt;<BR>
><BR>
>5) Entered data into the grid:<BR>
>&nbsp;GEMPAK-OABSFC&gt;l<BR>
>&nbsp;SFFILE&nbsp;&nbsp; =3D test.gem<BR>
>&nbsp;GDFILE&nbsp;&nbsp; =3D test.grd<BR>
>&nbsp;SFPARM&nbsp;&nbsp; =3D tmpc<BR>
>&nbsp;DATTIM&nbsp;&nbsp; =3D 051109/1500<BR>
>&nbsp;DTAAREA&nbsp; =3D<BR>
>&nbsp;GUESS&nbsp;&nbsp;&nbsp; =3D<BR>
>&nbsp;GUESFUN&nbsp; =3D<BR>
>&nbsp;GAMMA&nbsp;&nbsp;&nbsp; =3D 0.3<BR>
>&nbsp;SEARCH&nbsp;&nbsp; =3D 20<BR>
>&nbsp;NPASS&nbsp;&nbsp;&nbsp; =3D 2<BR>
>&nbsp;QCNTL&nbsp;&nbsp;&nbsp; =3D<BR>
>&nbsp;OABND&nbsp;&nbsp;&nbsp; =3D<BR>
>&nbsp;GEMPAK-OABSFC&gt;r<BR>
>Creating process: gplt for queue 227639304<BR>
>Creating process: gn for queue 0<BR>
>&nbsp;[OABSFC 6]&nbsp; WARNING:&nbsp; Area is not DATA area in file.<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; 1 duplicate stations eliminated.<BR>
><BR>
>&nbsp;OABSFC PARAMETERS:<BR>
><BR>
>&nbsp;Output grid file:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>test.grd<BR>
>&nbsp;Number of x, y points:&nbsp;&nbsp;&nbsp; 26&nbsp;&nbsp;&nbsp; =
>18<BR>
>&nbsp;Grid bnds:&nbsp;&nbsp;&nbsp;&nbsp; 39.00&nbsp; =
>-107.50&nbsp;&nbsp;&nbsp; 49.88&nbsp;&nbsp; -91.50&nbsp; Grid =
>xtnd:&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 2&nbsp;&nbsp; 2&nbsp;&nbsp; 2<BR>
>&nbsp;Station =
>spacing:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>1.28<BR>
>&nbsp;No first guess file is requested.<BR>
>&nbsp;Surface =
>file:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>test.gem<BR>
>&nbsp;Data =
>area:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp; 37.72;-108.78;51.16;-90.22<BR>
>&nbsp;Parameters:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp; TMPC<BR>
>&nbsp;QC =
>threshold:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp; 0.0<BR>
>&nbsp;Time:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500<BR>
>&nbsp;GAMMA: 0.30&nbsp;&nbsp; SEARCH:&nbsp; 20.00&nbsp; NPASS:&nbsp; =
>2<BR>
>&nbsp;Valid blocking =
>bounds:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>&nbsp;No data extrapolation will occur.<BR>
>Enter &lt;cr&gt; to accept parameters or type EXIT:<BR>
><BR>
>&nbsp;Processing data at time 051109/1500<BR>
><BR>
>&nbsp;RMS values for pass&nbsp; 1<BR>
>&nbsp;&nbsp; PARAMETER:&nbsp;&nbsp;&nbsp;&nbsp; TMPC<BR>
>&nbsp;&nbsp; =
>RMS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>4.42<BR>
>&nbsp;&nbsp; =
>#STN:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>37<BR>
><BR>
>&nbsp;RMS values for pass&nbsp; 2<BR>
>&nbsp;&nbsp; PARAMETER:&nbsp;&nbsp;&nbsp;&nbsp; TMPC<BR>
>&nbsp;&nbsp; =
>RMS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>3.98<BR>
>&nbsp;&nbsp; =
>#STN:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>19<BR>
>&nbsp;Parameters requested: =
>SFFILE,GDFILE,SFPARM,DATTIM,DTAAREA,GUESS,GUESFUN,<BR>
>&nbsp;GAMMA,SEARCH,NPASS,QCNTL,OABND.<BR>
>&nbsp;GEMPAK-OABSFC&gt;<BR>
><BR>
><BR>
>6) Verified the parameters in grid file using gdinfo:<BR>
>&nbsp;GEMPAK-GDINFO&gt;l<BR>
>&nbsp;GDFILE&nbsp;&nbsp; =3D test.grd<BR>
>&nbsp;LSTALL&nbsp;&nbsp; =3D YES<BR>
>&nbsp;OUTPUT&nbsp;&nbsp; =3D T<BR>
>&nbsp;GDATTIM&nbsp; =3D LAST<BR>
>&nbsp;GLEVEL&nbsp;&nbsp; =3D 0<BR>
>&nbsp;GVCORD&nbsp;&nbsp; =3D none<BR>
>&nbsp;GFUNC&nbsp;&nbsp;&nbsp; =3D tmpc<BR>
>&nbsp;GEMPAK-GDINFO&gt;r<BR>
><BR>
>&nbsp;GRID FILE: =
>test.grd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR=
>>
><BR>
>&nbsp;GRID NAVIGATION:<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; =
>PROJECTION:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>CED<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; GRID =
>SIZE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>26&nbsp; 18<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; LL =
>CORNER:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp; 39.00&nbsp;&nbsp; -107.50<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; UR =
>CORNER:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp; 49.88&nbsp;&nbsp;&nbsp; -91.50<BR>
><BR>
&nbsp;GRID ANALYSIS BLOCK:<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; ANALYSIS =
>TYPE:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BARNES<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; =
>DELTAN:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp; 1.280<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; =
>DELTAX:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp; 0.640<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; =
>DELTAY:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp; 0.640<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; GRID =
>AREA:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>39.00 -107.50&nbsp;&nbsp; 49.88&nbsp; -91.50<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; EXTEND =
>AREA:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 37.72 =
>-108.78&nbsp;&nbsp; 51.16&nbsp; -90.22<BR>
>&nbsp;&nbsp;&nbsp;&nbsp; DATA =
>AREA:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>37.72 -108.78&nbsp;&nbsp; 51.16&nbsp; -90.22<BR>
><BR>
>&nbsp;Number of grids in file:&nbsp;&nbsp;&nbsp;&nbsp; 1<BR>
><BR>
>&nbsp;Maximum number of grids in file:&nbsp;&nbsp;&nbsp; 200<BR>
><BR>
>&nbsp; NUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp; =
>TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEVL1 =
>LEVL2&nbsp; VCORD PARM<BR>
>&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp; =
>051109/1500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NONE TMPC<BR>
>&nbsp;Parameters requested: =
>GDFILE,LSTALL,OUTPUT,GDATTIM,GLEVEL,GVCORD,GFUNC.<BR>
>&nbsp;GEMPAK-GDINFO&gt;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
><BR>
><BR>
>7) Tried to see actual data contained in the grid file using gdlist:<BR>
>&nbsp;GEMPAK-GDLIST&gt;l<BR>
>&nbsp;GDATTIM&nbsp; =3D LAST<BR>
>&nbsp;GLEVEL&nbsp;&nbsp; =3D 0<BR>
>&nbsp;GVCORD&nbsp;&nbsp; =3D none<BR>
>&nbsp;GFUNC&nbsp;&nbsp;&nbsp; =3D tmpc<BR>
>&nbsp;GDFILE&nbsp;&nbsp; =3D test.grd<BR>
>&nbsp;GAREA&nbsp;&nbsp;&nbsp; =3D 41.8;-105.3;46.5;-95.5<BR>
>&nbsp;PROJ&nbsp;&nbsp;&nbsp;&nbsp; =3D MER/0.0;-99.5;0.0<BR>
>&nbsp;SCALE&nbsp;&nbsp;&nbsp; =3D 999<BR>
>&nbsp;OUTPUT&nbsp;&nbsp; =3D T<BR>
>&nbsp;GEMPAK-GDLIST&gt;r<BR>
><BR>
><BR>
>&nbsp;GDLIST PARAMETERS:<BR>
><BR>
>&nbsp;Grid file: =
>test.grd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR=
>>
>&nbsp;GRID IDENTIFIER:<BR>
>&nbsp;&nbsp;&nbsp; =
>TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEVL1 =
>LEVL2&nbsp;&nbsp; VCORD PARM<BR>
>051109/1500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NONE TMPC<BR>
><BR>
>&nbsp;GAREA:&nbsp;&nbsp;&nbsp; 41.8;-105.3;46.5;-95.5<BR>
>&nbsp;SCALE FACTOR : 10** 1<BR>
>&nbsp;OUTPUT:&nbsp;&nbsp;&nbsp; TERM/<BR>
><BR>
>&nbsp;MINIMUM AND MAXIMUM VALUES&nbsp;&nbsp;&nbsp; =
>39.64&nbsp;&nbsp;&nbsp; 61.34<BR>
>Enter &lt;cr&gt; to accept parameters or type EXIT:<BR>
><BR>
><BR>
>&nbsp;Grid file: test.grd<BR>
>&nbsp;GRID IDENTIFIER:<BR>
>&nbsp;&nbsp;&nbsp; =
>TIME1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp; TIME2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LEVL1 =
>LEVL2&nbsp;&nbsp; VCORD PARM<BR>
>051109/1500&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NONE TMPC<BR>
>&nbsp;AREA: =
>41.8;-105.3;46.5;-95.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GRID =
>SIZE:&nbsp;&nbsp;&nbsp; 26&nbsp;&nbsp; 18<BR>
>&nbsp;COLUMNS:&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; =
>20&nbsp;&nbsp;&nbsp;&nbsp; ROWS:&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; =
>13<BR>
><BR>
>&nbsp;Scale factor: 10** 1<BR>
><BR>
><BR>
>&nbsp;COLUMN:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>17&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>18&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>20<BR>
>&nbsp;ROW 13&nbsp; -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00 -9999.00 =
>-9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;ROW 12&nbsp; -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00 -9999.00 =
>-9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;ROW 11&nbsp; -9999.00 -9999.00 -9999.00 -9999.00&nbsp;&nbsp;&nbsp; =
>43.97&nbsp;&nbsp;&nbsp; 54.20&nbsp;&nbsp;&nbsp; 60.73&nbsp;&nbsp;&nbsp; =
>61.34<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>56.80&nbsp;&nbsp;&nbsp; 50.36&nbsp;&nbsp;&nbsp; 46.04&nbsp;&nbsp;&nbsp; =
>43.30&nbsp;&nbsp;&nbsp; 40.79&nbsp;&nbsp;&nbsp; 39.64&nbsp;&nbsp;&nbsp; =
>40.14 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;ROW 10&nbsp; -9999.00 -9999.00 -9999.00 -9999.00&nbsp;&nbsp;&nbsp; =
>49.52&nbsp;&nbsp;&nbsp; 55.10&nbsp;&nbsp;&nbsp; 59.66&nbsp;&nbsp;&nbsp; =
>60.72<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>58.25&nbsp;&nbsp;&nbsp; 54.18&nbsp;&nbsp;&nbsp; 49.65&nbsp;&nbsp;&nbsp; =
>45.33&nbsp;&nbsp;&nbsp; 43.16&nbsp;&nbsp;&nbsp; 43.69&nbsp;&nbsp;&nbsp; =
>45.50 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;ROW&nbsp; 9&nbsp; -9999.00 -9999.00 -9999.00 =
>-9999.00&nbsp;&nbsp;&nbsp; 47.18&nbsp;&nbsp;&nbsp; =
>52.61&nbsp;&nbsp;&nbsp; 57.00&nbsp;&nbsp;&nbsp; 58.27<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>56.50&nbsp;&nbsp;&nbsp; 53.09&nbsp;&nbsp;&nbsp; 48.39&nbsp;&nbsp;&nbsp; =
>44.24&nbsp;&nbsp;&nbsp; 43.89&nbsp;&nbsp;&nbsp; 46.41&nbsp;&nbsp;&nbsp; =
>49.08 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;ROW&nbsp; 8&nbsp; -9999.00 -9999.00 -9999.00 =
>-9999.00&nbsp;&nbsp;&nbsp; 42.01&nbsp;&nbsp;&nbsp; =
>47.54&nbsp;&nbsp;&nbsp; 53.15&nbsp;&nbsp;&nbsp; 55.60<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>53.33&nbsp;&nbsp;&nbsp; 49.34&nbsp;&nbsp;&nbsp; 45.45&nbsp;&nbsp;&nbsp; =
>43.48&nbsp;&nbsp;&nbsp; 45.74&nbsp;&nbsp;&nbsp; 49.66&nbsp;&nbsp;&nbsp; =
>52.63 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;ROW&nbsp; 7&nbsp; -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00 -9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00 -9999.00 =
>-9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;ROW&nbsp; 6&nbsp; -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00 -9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00 -9999.00 =
>-9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;ROW&nbsp; 5&nbsp; -9999.00 -9999.00 -9999.00 -9999.00 -9999.00 =
>-9999.00 -9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00 -9999.00 =
>-9999.00 -9999.00 -9999.00 -9999.00 -9999.00 -9999.00<BR>
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999.00<BR>
>&nbsp;Parameters requested: =
>GDATTIM,GLEVEL,GVCORD,GFUNC,GDFILE,GAREA,PROJ,SCALE,<BR>
>&nbsp;OUTPUT.<BR>
>&nbsp;GEMPAK-GDLIST&gt;<BR>
><BR>
><BR>
><BR>
><BR>
>test_metar.pack<BR>
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR>
>!METAR.PACK<BR>
>!<BR>
>!This table is the packing table for DCMTR, which decodes Metar =
>data.<BR>
>!<BR>
>TMPC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>-100.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>150.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .1<BR>
><BR>
><BR>
><BR>
><BR>
>test_sfstns.tbl<BR>
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR>
>FSD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726510 =
>SIOUX_FALLS/FOSS_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp; SD US&nbsp; 4358&nbsp; -9673&nbsp;&nbsp; 435&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>BKX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726515 =
>BROOKINGS_(AWOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4430&nbsp; =
>-9682&nbsp;&nbsp; 502&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>YKN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726525 =
>YANKTON(AWOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; =
>4292&nbsp; -9738&nbsp;&nbsp; 398&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>9V9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726530 =
>CHAMBERLAIN_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4380&nbsp; -9932&nbsp;&nbsp; =
>530&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>HON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726540 =
>HURON_REGIONAL_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
>p;&nbsp;&nbsp; SD US&nbsp; 4438&nbsp; -9822&nbsp;&nbsp; 393 =
>99&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>;&nbsp;<BR>
>MHE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726545 =
>MITCHELL_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4377&nbsp; =
>-9803&nbsp;&nbsp; 397&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>ATY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726546 =
>WATERTOWN_MUNICIPAL_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD =
>US&nbsp; 4492&nbsp; -9715&nbsp;&nbsp; 533&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>ABR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726590 =
>ABERDEEN_REGIONAL_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>SD US&nbsp; 4545&nbsp; -9843&nbsp;&nbsp; 396&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>RAP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726620 =
>RAPID_CITY_REGIONAL_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD =
>US&nbsp; 4405 -10307&nbsp;&nbsp; 966 =
>99&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>;&nbsp;<BR>
>RCA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726625 =
>ELLSWORTH_AFB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4415 =
>-10310&nbsp;&nbsp; 999&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>PIR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726686 =
>PIERRE_MUNICIPAL_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp; SD US&nbsp; 4438 -10028&nbsp;&nbsp; 531 =
>99&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>;&nbsp;<BR>
>SFD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 999999 =
>WINNER_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; =
>4339&nbsp; -9984&nbsp;&nbsp; 620&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>IEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 999999 =
>PINE_RIDGE_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4303 -10252&nbsp;&nbsp; =
>998&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>MBG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 726685 =
>MOBRIDGE_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4555 =
>-10042&nbsp;&nbsp; 510&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>2WX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 999999 =
>BUFFALO_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4557 =
>-10352&nbsp;&nbsp; 915&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>D07&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 999999 =
>FAITH_MUNICIPAL_ARPT_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; =
>4502 -10202&nbsp;&nbsp; 787&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>PHP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 999999 =
>PHILIP_AIRPORT_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
>p;&nbsp;&nbsp; SD US&nbsp; 4405 -10160&nbsp;&nbsp; 673&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>8D3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 999999 =
>SISSETON_MCPL_AIRPORT_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; =
>4568&nbsp; -9699&nbsp;&nbsp; 354&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>CUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 999999 =
>CUSTER_COUNTY_AIRPORT_(ASOS)&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4373 =
>-10361&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>AURS2&nbsp;&nbsp;&nbsp; 999999 =
>AURORA_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; =
>4428&nbsp; -9668&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>CENS2&nbsp;&nbsp;&nbsp; 999999 =
>BERESFORD_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4307&nbsp; =
>-9693&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>BROS2&nbsp;&nbsp;&nbsp; 999999 =
>BROOKINGS_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4432&nbsp; =
>-9677&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>CPTS2&nbsp;&nbsp;&nbsp; 999999 =
>CAPUTA_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4400 =
>-10300&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>CTWS2&nbsp;&nbsp;&nbsp; 999999 =
>COTTONWOOD_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4397 -10187&nbsp; =
>1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>DLRS2&nbsp;&nbsp;&nbsp; 999999 DELL =
>RAPIDS_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4378&nbsp; -9675&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>NISS2&nbsp;&nbsp;&nbsp; 999999 =
>NISLAND_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4468 =
>-10357&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>OCMS2&nbsp;&nbsp;&nbsp; 999999 =
>OACOMA_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; =
>4375&nbsp; -9955&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>ORRS2&nbsp;&nbsp;&nbsp; 999999 =
>ORAL_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD =
>US&nbsp; 4340 -10327&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>PRFS2&nbsp;&nbsp;&nbsp; 999999 =
>PIERRE_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4428 =
>-10000&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>RDFS2&nbsp;&nbsp;&nbsp; 999999 =
>REDFIELD_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4487&nbsp; =
>-9852&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>SHSS2&nbsp;&nbsp;&nbsp; 999999 SOUTH =
>SHORE_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4492&nbsp; -9715&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>OAKS2&nbsp;&nbsp;&nbsp; 999999 OAK =
>LAKE_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4450&nbsp; =
>-9652&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>MCTS2&nbsp;&nbsp;&nbsp; 999999 =
>MCINTOSH_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
>p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4591 =
>-10134&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>TIMS2&nbsp;&nbsp;&nbsp; 999999 TIMBER =
>LAKE_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>bsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4541 -10108&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>UNIS2&nbsp;&nbsp;&nbsp; 999999 UNION =
>CENTER_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp; SD US&nbsp; 4456 -10267&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>LMNS2&nbsp;&nbsp;&nbsp; 999999 =
>LEMMON_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4591 =
>-10210&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>MATS2&nbsp;&nbsp;&nbsp; 999999 =
>MARTIN_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4316 =
>-10171&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>TAKS2&nbsp;&nbsp;&nbsp; 999999 =
>TAKINI_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4464 =
>-10184&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
>EGBS2&nbsp;&nbsp;&nbsp; 999999 EAGLE =
>BUTTE_(AWDN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
>nbsp;&nbsp;&nbsp;&nbsp; SD US&nbsp; 4498 -10125&nbsp; 1711&nbsp; =
>0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>&nbsp;<BR>
><BR>
><BR>
><BR>
><BR>
>test_data.txt<BR>
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR>
>PARM =3D TMPC<BR>
><BR>
>AURS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>6.11&nbsp;&nbsp;&nbsp;<BR>
>CENS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>8.89&nbsp;&nbsp;&nbsp;<BR>
>BROS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>6.11&nbsp;&nbsp;&nbsp;<BR>
>CPTS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>11.11&nbsp;&nbsp;<BR>
>CTWS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>11.11&nbsp;&nbsp;<BR>
>DLRS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>6.67&nbsp;&nbsp;&nbsp;<BR>
>LMNS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>7.22&nbsp;&nbsp;&nbsp;<BR>
>MATS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>10.0&nbsp;&nbsp;&nbsp;<BR>
>MCTS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>8.33&nbsp;&nbsp;&nbsp;<BR>
>NISS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>11.11&nbsp;&nbsp;<BR>
>OCMS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>10.0&nbsp;&nbsp;&nbsp;<BR>
>OAKS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>5.56&nbsp;&nbsp;&nbsp;<BR>
>ORRS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>11.11&nbsp;&nbsp;<BR>
>PRFS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>10.0&nbsp;&nbsp;&nbsp;<BR>
>RDFS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>7.78&nbsp;&nbsp;&nbsp;<BR>
>SHSS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>5.0&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>TAKS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>11.11&nbsp;&nbsp;<BR>
>TIMS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>8.89&nbsp;&nbsp;&nbsp;<BR>
>EGBS2&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>8.89&nbsp;&nbsp;&nbsp;<BR>
>2WX&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>-2.2&nbsp;&nbsp;&nbsp;<BR>
>8D3&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>3.3&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>9V9&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>0.6&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>ABR&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>3.3&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>ATY&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>2.8&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>BKX&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>3.0&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>CUT&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>-3.3&nbsp;&nbsp;&nbsp;<BR>
>D07&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>0.0&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>FSD&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>2.8&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>HON&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>1.7&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>IEN&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>-3.9&nbsp;&nbsp;&nbsp;<BR>
>MBG&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>0.0&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>MHE&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>3.3&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>PHP&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>-1.1&nbsp;&nbsp;&nbsp;<BR>
>PIR&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>2.2&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>RAP&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>0.6&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>RCA&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>0.0&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>SFD&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>2.2&nbsp;&nbsp;&nbsp;&nbsp;<BR>
>YKN&nbsp;&nbsp;&nbsp;&nbsp; 051109/1500&nbsp;&nbsp;&nbsp;&nbsp; =
>4.0&nbsp;&nbsp;&nbsp;&nbsp;<BR>
><BR>
></FONT>
></P>
>
></BODY>
></HTML>
>------_=_NextPart_002_01C5FB7F.CA61C6C5--
>
>------_=_NextPart_001_01C5FB7F.CA61C6C5
>Content-Type: text/plain;
>       name="test_data.txt"
>Content-Transfer-Encoding: base64
>Content-Description: test_data.txt
>Content-Disposition: attachment;
>       filename="test_data.txt"
>
>UEFSTSA9IFRNUEMKCkFVUlMyCTA1MTEwOS8xNTAwCTYuMTEJCkNFTlMyCTA1MTEwOS8xNTAwCTgu
>ODkJCkJST1MyCTA1MTEwOS8xNTAwCTYuMTEJCkNQVFMyCTA1MTEwOS8xNTAwCTExLjExCQpDVFdT
>MgkwNTExMDkvMTUwMAkxMS4xMQkKRExSUzIJMDUxMTA5LzE1MDAJNi42NwkKTE1OUzIJMDUxMTA5
>LzE1MDAJNy4yMgkKTUFUUzIJMDUxMTA5LzE1MDAJMTAuMAkKTUNUUzIJMDUxMTA5LzE1MDAJOC4z
>MwkKTklTUzIJMDUxMTA5LzE1MDAJMTEuMTEJCk9DTVMyCTA1MTEwOS8xNTAwCTEwLjAJCk9BS1My
>CTA1MTEwOS8xNTAwCTUuNTYJCk9SUlMyCTA1MTEwOS8xNTAwCTExLjExCQpQUkZTMgkwNTExMDkv
>MTUwMAkxMC4wCQpSREZTMgkwNTExMDkvMTUwMAk3Ljc4CQpTSFNTMgkwNTExMDkvMTUwMAk1LjAJ
>ClRBS1MyCTA1MTEwOS8xNTAwCTExLjExCQpUSU1TMgkwNTExMDkvMTUwMAk4Ljg5CQpFR0JTMgkw
>NTExMDkvMTUwMAk4Ljg5CQoyV1gJCTA1MTEwOS8xNTAwCS0yLjIJCjhEMwkJMDUxMTA5LzE1MDAJ
>My4zCQo5VjkJCTA1MTEwOS8xNTAwCTAuNgkKQUJSCQkwNTExMDkvMTUwMAkzLjMJCkFUWQkJMDUx
>MTA5LzE1MDAJMi44CQpCS1gJCTA1MTEwOS8xNTAwCTMuMAkKQ1VUCQkwNTExMDkvMTUwMAktMy4z
>CQpEMDcJCTA1MTEwOS8xNTAwCTAuMAkKRlNECQkwNTExMDkvMTUwMAkyLjgJCkhPTgkJMDUxMTA5
>LzE1MDAJMS43CQpJRU4JCTA1MTEwOS8xNTAwCS0zLjkJCk1CRwkJMDUxMTA5LzE1MDAJMC4wCQpN
>SEUJCTA1MTEwOS8xNTAwCTMuMwkKUEhQCQkwNTExMDkvMTUwMAktMS4xCQpQSVIJCTA1MTEwOS8x
>NTAwCTIuMgkKUkFQCQkwNTExMDkvMTUwMAkwLjYJClJDQQkJMDUxMTA5LzE1MDAJMC4wCQpTRkQJ
>CTA1MTEwOS8xNTAwCTIuMgkKWUtOCQkwNTExMDkvMTUwMAk0LjAJCg==
>
>------_=_NextPart_001_01C5FB7F.CA61C6C5
>Content-Type: application/octet-stream;
>       name="test_metar.pack"
>Content-Transfer-Encoding: base64
>Content-Description: test_metar.pack
>Content-Disposition: attachment;
>       filename="test_metar.pack"
>
>IU1FVEFSLlBBQ0sKIQohVGhpcyB0YWJsZSBpcyB0aGUgcGFja2luZyB0YWJsZSBmb3IgRENNVFIs
>IHdoaWNoIGRlY29kZXMgTWV0YXIgZGF0YS4KIQpUTVBDICAgICAgLTEwMC4gICAgICAgMTUwLiAg
>ICAgICAuMQo=
>
>------_=_NextPart_001_01C5FB7F.CA61C6C5
>Content-Type: application/octet-stream;
>       name="test_sfstns.tbl"
>Content-Transfer-Encoding: base64
>Content-Description: test_sfstns.tbl
>Content-Disposition: attachment;
>       filename="test_sfstns.tbl"
>
>RlNEICAgICAgNzI2NTEwIFNJT1VYX0ZBTExTL0ZPU1NfKEFTT1MpICAgICAgICAgIFNEIFVTICA0
>MzU4ICAtOTY3MyAgIDQzNSAgMCAgICAgICAgICAgICAgCkJLWCAgICAgIDcyNjUxNSBCUk9PS0lO
>R1NfKEFXT1MpICAgICAgICAgICAgICAgICBTRCBVUyAgNDQzMCAgLTk2ODIgICA1MDIgIDAgICAg
>ICAgICAgICAgIApZS04gICAgICA3MjY1MjUgWUFOS1RPTihBV09TKSAgICAgICAgICAgICAgICAg
>ICAgU0QgVVMgIDQyOTIgIC05NzM4ICAgMzk4ICAwICAgICAgICAgICAgICAKOVY5ICAgICAgNzI2
>NTMwIENIQU1CRVJMQUlOXyhBU09TKSAgICAgICAgICAgICAgIFNEIFVTICA0MzgwICAtOTkzMiAg
>IDUzMCAgMCAgICAgICAgICAgICAgCkhPTiAgICAgIDcyNjU0MCBIVVJPTl9SRUdJT05BTF8oQVNP
>UykgICAgICAgICAgICBTRCBVUyAgNDQzOCAgLTk4MjIgICAzOTMgOTkgICAgICAgICAgICAgIApN
>SEUgICAgICA3MjY1NDUgTUlUQ0hFTExfKEFTT1MpICAgICAgICAgICAgICAgICAgU0QgVVMgIDQz
>NzcgIC05ODAzICAgMzk3ICAwICAgICAgICAgICAgICAKQVRZICAgICAgNzI2NTQ2IFdBVEVSVE9X
>Tl9NVU5JQ0lQQUxfKEFTT1MpICAgICAgIFNEIFVTICA0NDkyICAtOTcxNSAgIDUzMyAgMCAgICAg
>ICAgICAgICAgCkFCUiAgICAgIDcyNjU5MCBBQkVSREVFTl9SRUdJT05BTF8oQVNPUykgICAgICAg
>ICBTRCBVUyAgNDU0NSAgLTk4NDMgICAzOTYgIDAgICAgICAgICAgICAgIApSQVAgICAgICA3MjY2
>MjAgUkFQSURfQ0lUWV9SRUdJT05BTF8oQVNPUykgICAgICAgU0QgVVMgIDQ0MDUgLTEwMzA3ICAg
>OTY2IDk5ICAgICAgICAgICAgICAKUkNBICAgICAgNzI2NjI1IEVMTFNXT1JUSF9BRkIgICAgICAg
>ICAgICAgICAgICAgIFNEIFVTICA0NDE1IC0xMDMxMCAgIDk5OSAgMCAgICAgICAgICAgICAgClBJ
>UiAgICAgIDcyNjY4NiBQSUVSUkVfTVVOSUNJUEFMXyhBU09TKSAgICAgICAgICBTRCBVUyAgNDQz
>OCAtMTAwMjggICA1MzEgOTkgICAgICAgICAgICAgIApTRkQgICAgICA5OTk5OTkgV0lOTkVSXyhB
>U09TKSAgICAgICAgICAgICAgICAgICAgU0QgVVMgIDQzMzkgIC05OTg0ICAgNjIwICAwICAgICAg
>ICAgICAgICAKSUVOICAgICAgOTk5OTk5IFBJTkVfUklER0VfKEFTT1MpICAgICAgICAgICAgICAg
>IFNEIFVTICA0MzAzIC0xMDI1MiAgIDk5OCAgMCAgICAgICAgICAgICAgCk1CRyAgICAgIDcyNjY4
>NSBNT0JSSURHRV8oQVNPUykgICAgICAgICAgICAgICAgICBTRCBVUyAgNDU1NSAtMTAwNDIgICA1
>MTAgIDAgICAgICAgICAgICAgIAoyV1ggICAgICA5OTk5OTkgQlVGRkFMT18oQVNPUykgICAgICAg
>ICAgICAgICAgICAgU0QgVVMgIDQ1NTcgLTEwMzUyICAgOTE1ICAwICAgICAgICAgICAgICAKRDA3
>ICAgICAgOTk5OTk5IEZBSVRIX01VTklDSVBBTF9BUlBUXyhBU09TKSAgICAgIFNEIFVTICA0NTAy
>IC0xMDIwMiAgIDc4NyAgMCAgICAgICAgICAgICAgClBIUCAgICAgIDk5OTk5OSBQSElMSVBfQUlS
>UE9SVF8oQVNPUykgICAgICAgICAgICBTRCBVUyAgNDQwNSAtMTAxNjAgICA2NzMgIDAgICAgICAg
>ICAgICAgIAo4RDMgICAgICA5OTk5OTkgU0lTU0VUT05fTUNQTF9BSVJQT1JUXyhBU09TKSAgICAg
>U0QgVVMgIDQ1NjggIC05Njk5ICAgMzU0ICAwICAgICAgICAgICAgICAKQ1VUICAgICAgOTk5OTk5
>IENVU1RFUl9DT1VOVFlfQUlSUE9SVF8oQVNPUykgICAgIFNEIFVTICA0MzczIC0xMDM2MSAgMTcx
>MSAgMCAgICAgICAgICAgICAgCkFVUlMyICAgIDk5OTk5OSBBVVJPUkFfKEFXRE4pICAgICAgICAg
>ICAgICAgICAgICBTRCBVUyAgNDQyOCAgLTk2NjggIDE3MTEgIDAgICAgICAgICAgICAgIApDRU5T
>MiAgICA5OTk5OTkgQkVSRVNGT1JEXyhBV0ROKSAgICAgICAgICAgICAgICAgU0QgVVMgIDQzMDcg
>IC05NjkzICAxNzExICAwICAgICAgICAgICAgICAKQlJPUzIgICAgOTk5OTk5IEJST09LSU5HU18o
>QVdETikgICAgICAgICAgICAgICAgIFNEIFVTICA0NDMyICAtOTY3NyAgMTcxMSAgMCAgICAgICAg
>ICAgICAgCkNQVFMyICAgIDk5OTk5OSBDQVBVVEFfKEFXRE4pICAgICAgICAgICAgICAgICAgICBT
>RCBVUyAgNDQwMCAtMTAzMDAgIDE3MTEgIDAgICAgICAgICAgICAgIApDVFdTMiAgICA5OTk5OTkg
>Q09UVE9OV09PRF8oQVdETikgICAgICAgICAgICAgICAgU0QgVVMgIDQzOTcgLTEwMTg3ICAxNzEx
>ICAwICAgICAgICAgICAgICAKRExSUzIgICAgOTk5OTk5IERFTEwgUkFQSURTXyhBV0ROKSAgICAg
>ICAgICAgICAgIFNEIFVTICA0Mzc4ICAtOTY3NSAgMTcxMSAgMCAgICAgICAgICAgICAgCk5JU1My
>ICAgIDk5OTk5OSBOSVNMQU5EXyhBV0ROKSAgICAgICAgICAgICAgICAgICBTRCBVUyAgNDQ2OCAt
>MTAzNTcgIDE3MTEgIDAgICAgICAgICAgICAgIApPQ01TMiAgICA5OTk5OTkgT0FDT01BXyhBV0RO
>KSAgICAgICAgICAgICAgICAgICAgU0QgVVMgIDQzNzUgIC05OTU1ICAxNzExICAwICAgICAgICAg
>ICAgICAKT1JSUzIgICAgOTk5OTk5IE9SQUxfKEFXRE4pICAgICAgICAgICAgICAgICAgICAgIFNE
>IFVTICA0MzQwIC0xMDMyNyAgMTcxMSAgMCAgICAgICAgICAgICAgClBSRlMyICAgIDk5OTk5OSBQ
>SUVSUkVfKEFXRE4pICAgICAgICAgICAgICAgICAgICBTRCBVUyAgNDQyOCAtMTAwMDAgIDE3MTEg
>IDAgICAgICAgICAgICAgIApSREZTMiAgICA5OTk5OTkgUkVERklFTERfKEFXRE4pICAgICAgICAg
>ICAgICAgICAgU0QgVVMgIDQ0ODcgIC05ODUyICAxNzExICAwICAgICAgICAgICAgICAKU0hTUzIg
>ICAgOTk5OTk5IFNPVVRIIFNIT1JFXyhBV0ROKSAgICAgICAgICAgICAgIFNEIFVTICA0NDkyICAt
>OTcxNSAgMTcxMSAgMCAgICAgICAgICAgICAgCk9BS1MyICAgIDk5OTk5OSBPQUsgTEFLRV8oQVdE
>TikgICAgICAgICAgICAgICAgICBTRCBVUyAgNDQ1MCAgLTk2NTIgIDE3MTEgIDAgICAgICAgICAg
>ICAgIApNQ1RTMiAgICA5OTk5OTkgTUNJTlRPU0hfKEFXRE4pICAgICAgICAgICAgICAgICAgU0Qg
>VVMgIDQ1OTEgLTEwMTM0ICAxNzExICAwICAgICAgICAgICAgICAKVElNUzIgICAgOTk5OTk5IFRJ
>TUJFUiBMQUtFXyhBV0ROKSAgICAgICAgICAgICAgIFNEIFVTICA0NTQxIC0xMDEwOCAgMTcxMSAg
>MCAgICAgICAgICAgICAgClVOSVMyICAgIDk5OTk5OSBVTklPTiBDRU5URVJfKEFXRE4pICAgICAg
>ICAgICAgICBTRCBVUyAgNDQ1NiAtMTAyNjcgIDE3MTEgIDAgICAgICAgICAgICAgIApMTU5TMiAg
>ICA5OTk5OTkgTEVNTU9OXyhBV0ROKSAgICAgICAgICAgICAgICAgICAgU0QgVVMgIDQ1OTEgLTEw
>MjEwICAxNzExICAwICAgICAgICAgICAgICAKTUFUUzIgICAgOTk5OTk5IE1BUlRJTl8oQVdETikg
>ICAgICAgICAgICAgICAgICAgIFNEIFVTICA0MzE2IC0xMDE3MSAgMTcxMSAgMCAgICAgICAgICAg
>ICAgClRBS1MyICAgIDk5OTk5OSBUQUtJTklfKEFXRE4pICAgICAgICAgICAgICAgICAgICBTRCBV
>UyAgNDQ2NCAtMTAxODQgIDE3MTEgIDAgICAgICAgICAgICAgIApFR0JTMiAgICA5OTk5OTkgRUFH
>TEUgQlVUVEVfKEFXRE4pICAgICAgICAgICAgICAgU0QgVVMgIDQ0OTggLTEwMTI1ICAxNzExICAw
>ICAgICAgICAgICAgICAK
>
>------_=_NextPart_001_01C5FB7F.CA61C6C5--
>
--
NOTE: All email exchanges with Unidata User Support are recorded in the
Unidata inquiry tracking system and then made publicly available
through the web.  If you do not want to have your interactions made
available in this way, you must let us know in each email you send to us.