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

20020712: 20020710: ingesting storm reports



>From: address@hidden
>Organization: UCAR/Unidata
>Keywords: 200207121351.g6CDpEa29633

>Steve,
>
>My system administrator wants source code.  I don't know what else
>I will need.  I am in the process of looking around and seeing what
>I am getting and not getting.  Could I suggest that you update the
>pqact.conf file on the web as that is the only guide I have to 
>tell whether things are as they should be.
>
>Donna Tucker                      http://chinook.phsx.ukans.edu/tucker.html
>address@hidden      Department of Physics and Astronomy  
>(785) 864-4738 (new area code!)    University of Kansas                 
>(785) 864-5262 (fax)               Lawrence, KS  66045-2151                   
>  
>


Donna,

I have updated the nws and decoders entries on line (and continuing
to do so for the next 5.6.h release shortly). I placed an updated tar file in
the gbuddy ftp account on ftp.unidata.ucar.edu (password still XXXXXX)
in the nawips-5.6/patches/dcstorm.tar.Z file. Unpack from the $NAWIPS directory
with zcat dcstorm.tar.Z | tar xvf -
then build and install with:

cd $NAWIPS/unidata/ldmbridge/dcstorm
make clean
make all
make install
make clean


The pqact pattern now looks like:

# SPC storm reports
# NWUS20 (daily), NWUS22 (Hourly)
#DDPLUS ^WWUS60 KMKC ([0-3][0-9])([0-2][0-9])
DDPLUS  ^NWUS2[02] KWNS ([0-3][0-9])([0-2][0-9])
        PIPE    -close  decoders/dcstorm -m 2000
        -d data/gempak/logs/dcstorm.log
        -e GEMTBL=/home/gempak/NAWIPS/gempak/tables
        data/gempak/storm/sels/YYYYMMDD_sels.gem

Steve Chiswell