RE: [Fwd: Re: Fwd: [Fwd: Re: NIDS display in general (was RE: 20040505: CRAFT data hardware)]]

  • To: <ldm-users@xxxxxxxxxxxxxxxx>
  • Subject: RE: [Fwd: Re: Fwd: [Fwd: Re: NIDS display in general (was RE: 20040505: CRAFT data hardware)]]
  • From: "Ray Weber" <admin@xxxxxxxx>
  • Date: Fri, 7 May 2004 17:28:08 -0400

>>WDSS-II is being made available free for research use.
> 
> 

Well kind of, but I just emailed, and the free version will not
do real time data. It has to be at least 24 hrs old. That makes
its value limited.

We are going to try to sign a cooperative reseach agreement,
as that kind of fits our usage of it.




Ray


>From owner-ldm-users@xxxxxxxxxxxxxxxx 07 2004 May -0600 16:04:52 
Date: 07 May 2004 16:04:52 -0600
From: Steve Chiswell <chiz@xxxxxxxxxxxxxxxx>
To: gembud@xxxxxxxxxxxxxxxx
Subject: 20040507: GEMPAK 5.7.2p2 available (Level II radar data mods)
Received: (from majordo@localhost)
        by unidata.ucar.edu (UCAR/Unidata) id i47M51UB001294
        for ldm-users-out; Fri, 7 May 2004 16:05:01 -0600 (MDT)
Received: from flip.unidata.ucar.edu (flip.unidata.ucar.edu [128.117.140.85])
        by unidata.ucar.edu (UCAR/Unidata) with ESMTP id i47M4qtK001162;
        Fri, 7 May 2004 16:04:52 -0600 (MDT)
Keywords: 200405072204.i47M4qtK001162
Received: (from chiz@localhost)
        by flip.unidata.ucar.edu (UCAR/8.12.5/Submit) id i47M4qwU2259065;
        Fri, 7 May 2004 16:04:52 -0600 (MDT)
X-Authentication-Warning: flip.unidata.ucar.edu: chiz set sender to 
chiz@xxxxxxxxxxxxxxxx using -f
Reply-To: chiz@xxxxxxxx
Cc: ldm-users@xxxxxxxxxxxxxxxx,
        GEMPAK support <support-gempak@xxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO8859-1
Content-Transfer-Encoding: 7bit
Organization: Unidata
Message-Id: <1083967492.2065374.63.camel@xxxxxxxxxxxxxxxxxxxxx>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.2.0 
Sender: owner-ldm-users@xxxxxxxxxxxxxxxx
Precedence: bulk


GEMPAK users,

I have reposted the latest GEMPAK release as GEMPAK 5.7.2p2 which
now includes the ability for the display programs to access the 
Level II radar products from the CRAFT IDD feedtype in the compressed
BZ2 format and eliminate the need to pipe the data through dcnexr2.

I have modified the pqact.gempak_craft template for filing the data
in $NAWIPS/ldm/etc/templates as follows:

####
# CRAFT stored as raw bz2 for GEMPAK
#
# file the raw data to a temporary file beginning with "." so that autoupdate 
GUIs don't
# get ugly partial volume plots
CRAFT   
^L2-BZIP2/(....)/([0-9][0-9][0-9][0-9][0-1][0-9][0-3][0-9])([0-2][0-9][0-5][0-9])([0-9][0-9])
        FILE    data/gempak/nexrad/craft/\1/.\1_\2_\3
#
# Done to move file after last record is received "/E" to prevent
# autoupdate from seeing partially received files (dccraft_move is a shell 
script copied from $NAWIPS/bin/scripts)
CRAFT   
^L2-BZIP2/(....)/([0-9][0-9][0-9][0-9][0-1][0-9][0-3][0-9])([0-2][0-9][0-5][0-9])([0-9][0-9]).*/E$
        EXEC    util/dccraft_move data/gempak/nexrad/craft/\1/.\1_\2_\3 
data/gempak/nexrad/craft/\1/\1_\2_\3
#
####


Note that the above actions contain 2 steps:
1) a file action to a temporary file beginning with ".".
2) an exec action of a script copied from 
        $NAWIPS/bin/scripts/dcmove_craft
   to rename the product after receiving the last part of the product 
(eg product name ending with "/E"). The script just puts a 
safety check around the "mv".

This is done to avoid the auto update feature of the NMAP gui from
seing the file as a partial volume since the pieces arrive over
a period of time. This prevents ending up with partial (eg 100 degree)
scans instead of a full scan on display). (This was a feature within
dcnexr2 as well).

Also note that until all NEXRAD sites have upgraded to Build 5.0,
those sites transmitting the older format data will not have the station
ID in bytes 21-24 of the product header, and therefore you must make
sure that the LDM file name matches the template of NEXRII in
$GEMTBL/config/datatype.tbl in order to nagivate the displays.
A waring message will be displayed for products that don't have the
station ID in them. The pqact.gempak_craft pattern action
matches the NEXRII template as distributed.

Note for binary users: All display programs and device drivers 
are afected by the change and should be upgraded together
(eg don't just extract gpnexr2 out of the tarfile).

Steve Chiswell
Unidata User Support
 

  • 2004 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the ldm-users archives: