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

20050310: 20050309: 20050308:NLDN data and decoder (fwd)



Mark,

The @GEMTBL@ string will be replaced by the $GEMTBL location when you run
gen_pqact.csh 
(http://my.unidata.ucar.edu/content/software/gempak/GEMPAK5.7/configuration.html).
 But, as long as your GEMTBL path is correct, pasting it with VI should work.

Also, -v4 is the maximum level of logging at present.

The key for you message below is: nflash 0
That means that there weren't any flashes in the bulletin that was
received. The NLDN data stream will send out a bulletin regardless of
whether there were any flashes. A Gempak file will only get created when 
there is data to be written.

You should have files for 200503101230_nldn.gem and
200503101400_nldn.gem. There was 1 flash at 14:20 today
to create the 200503101400_nldn.gem file.

The other logging you had been seing previously was a result of trying to
open either the packing file, or the output file....which won't
occur until there are flashes, so can't tell yet until you see logs
with nflashes > 0 if the problem is fixed.

Steve Chiswell
Unidat User Support



>From: Mark Price <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200503101840.j2AIeDv2028591

>Unidata Support wrote:
>
>>Mark,
>>
>>The likely problem you are having with your dcnldn action from pqact is
>>a combination of a bad data path and probably an old distribution or
>>pqact.conf example. The pqact.conf entry that Jeff sent you is the entry 
>>that is provided in th $NAWIPS/ldm/etc/templates/pqact.gempak_decoders.in
>>examples in the current distribution, and will match the defined
>>NLDN file template in the $GEMTBL/config/datatype.tbl file. By using
>>consistent file naming that matches the template file, your installation
>>will be much easier to maintain.
>>  
>>
>>What version of GEMPAK are you running? If its very old, then
>>the decoders won't create the directories to the data file location,
>>which would be the cause of your log message.
>>
>>  
>>
>we are using:
>  gempak 5.7.4
>  ldm 6.2.0
>I am, in fact, trying to do things in a standard manner, but being new 
>to this package, that's not always easy to figure out.
>I started out with Jeff's configuration, but it was not working.
>
>In the interests of starting from a clean slate, I am putting everything 
>in default states
>
>1. The data directories are default now:
>crusty:~> cd ~/
>crusty:~> find data/gempak/
>data/gempak/
>data/gempak/nldn
>data/gempak/logs
>data/gempak/logs/dcnldn.log
>2. I used vi to save out the NLDN entry in the template file, and then 
>used vi to save it into my pqact file, then changed $GEMTBL from 
>@GEMTBL@ to  /usr/local/NAWIPS/gempak/gempak/tables
>3. I added the "-v 10" option in the pqact.conf entry for verbose logging
>4. I set GEMDATA to /usr/local/ldm/data/gempak in .tcshrc
>And here is my .tcshrc:
>setenv LDMHOME $HOME
>set path=($HOME/decoders $HOME/util $HOME/bin $path)
>setenv MANPATH $HOME/man
>setenv UDUNITS_PATH $HOME/etc/udunits.dat
>setenv NAWIPS /usr/local/NAWIPS
>setenv GEMPAK "$NAWIPS/gempak"
>setenv GEMTBL "$GEMPAK/gempak/tables"
>setenv GEMDATA /usr/local/ldm/data/gempak
>5. > ldmadmin stop ; ldmadmin start
>
>BTW, should I remove the GEMTBL entry from .tcshrc?  I don't like 
>setting variables twice for maintenance reasons.
>BTW, I have used "dcnldn < filename yyyymmddnn" to manually process an 
>NLDN file, and it worked just fine.
>
>Here's the dcnldn log for 2 cycles.  It is interesting that when I do 
>the ldmadmin stop, it says:
>[20661] 050310/1331[DC 2] Number of bulletins read and processed: 0
>
>
>[20661] 050310/1325[DCGNLDN 0] Header len 3 nflash 0
>[20661] 050310/1325[DCGNLDN 0] iret dcb_getb 0
>[20661] 050310/1331[DC 2] read 84/102316 bytes strt 84 newstrt 168
>[20661] 050310/1331[DCGNLDN 0] Header len 3 nflash 0
>[20661] 050310/1331[DCGNLDN 0] iret dcb_getb 0
>[20661] 050310/1331[DC 2] Interrupt Signal
>[20661] 050310/1331[DC 5]
>[20661] 050310/1331[DC 2] Number of bulletins read and processed: 0
>
>I noticed that -v 10 seems to have less output that -v 5, some programs 
>do verbosity based on even/odd and strange things like that, so here's 
>some additional output generated using -v 5:
>
>[21935] 050310/1331[DC 3] Version 5.7.4
>[21935] 050310/1337[DC 2] read 84/102399 bytes strt 0 newstrt 84
>[21935] 050310/1337[DCGNLDN 0] Header len 3 nflash 0
>[21935] 050310/1337[DCGNLDN 0] iret dcb_getb 0
>
>Well, that's interesting..  It's not nearly as verbose as the last one I 
>sent you, which was using -v 5
>
>Anyways, still no output to file.
>
>Thanks,
>Mark Price
>
>
>
>>The standard location of data directories under ~ldm/data
>>would be ~ldm/data/gempak/nldn. This would
>>match the relative location in the entry that Jeff sent you. On the other
>>hand, you have specified:
>>  
>>
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/YYYYMMDDHHNN_nldn.gem
>>>    
>>>
>>
>>Check that this directory /usr/local/ldm/data/NAWIPS/gempak/nldn/
>>exists on your system. And, that GEMDATA is then 
>>/usr/local/ldm/data/NAWIPS/gempak. Although, the added NAWIPS is
>>not part of the examples I provide.
>>
>>Also you are not using the -e GEMTBL=.... entry,
>>but rather coding in the location you your packing file nldn.pack.
>>I'd recommend using the GEMTBL environmental variable option
>>preferably, but otherwise, make sure your -p path is correct:
>>  
>>
>do I need to use -e GEMTBL=, or is it sufficient to set it in .tcshrc
>
>>>/usr/local/NAWIPS/gempak/gempak/tables/pack/ That implies your
>>>    
>>>
>>$GEMTBL location is: /usr/local/NAWIPS/gempak/gempak/tables
>>
>>
>>Steve Chiswell
>>Unidata User SUpport
>>
>>
>>
>>  
>>
>>>From: Jeff Weber <address@hidden>
>>>Organization: UCAR/Unidata
>>>Keywords: 200503092344.j29Niv0X017374
>>>    
>>>
>>
>> problem you are having with your dcnldn action from pqact is
>>a combination of a bad data path and probably an old distribution or
>>pqact.conf example. The pqact.conf entry that Jeff sent you is the entry 
>>that is provided in th $NA
>>
>>>---------- Forwarded message ----------
>>>Date: Wed, 09 Mar 2005 17:34:02 -0500
>>>From: Mark Price <address@hidden>
>>>To: Jeff Weber <address@hidden>
>>>Subject: Re: 20050308:NLDN data and decoder
>>>
>>>Jeff Weber wrote:
>>>
>>>    
>>>
>>>>Hi Mark,
>>>>
>>>>How do you plan on viewing the data?
>>>>
>>>>GEMPAK would not use the netCDF decoder?..it would use dcnldn..
>>>>
>>>>Like this:
>>>>
>>>>###########################################################################
> ##
>>>>      
>>>>
>>>###
>>>    
>>>
>>>># GEMPAK Point source decoders
>>>>#
>>>>NLDN    .*
>>>>       PIPE    decoders/dcnldn -m 25000 -b 30 -s minute05
>>>>       -d data/gempak/logs/dcnldn.log
>>>>       -e GEMTBL=/home/gempak/NAWIPS/gempak/tables
>>>>       data/gempak/nldn/YYYYMMDDHHNN_nldn.gem
>>>>###
>>>>
>>>>
>>>>
>>>>      
>>>>
>>>Hi, Jef
>>>
>>>I've been unable to get this to work.. the data is processing, but the
>>>output is not being written to file.  I've dug around in the docs quite
>>>a bit, short of going through source code.  Do you think you could help me?
>>>
>>>Here's serveral iterations of the pqact entry I've been using, followed
>>>by some representative log entries.
>>>The very first line of the log seems particularly suspicious to me, with
>>>it's [WRITE_NLDN -1].
>>>Just to be super sure (although it hasn't been a problem with MADIS
>>>data), I did a chmod 777 on /usr/local/ldm/data/NAWIPS/gempak/nldn, with
>>>no results.
>>>
>>>#NLDN   .*      PIPE    decoders/dcnldn -m 25000 -b 30 -s minute06 -d
>>>data/NAWIPS/gempak/logs/dcnldn.log -p
>>>/usr/local/NAWIPS/gempak/gempak/tables/pack/nldn.pack -v 5
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/YYYYMMDDHHNN_nldn.gem
>>>#NLDN   .*      PIPE    decoders/dcnldn -m 25000 -s minute06 -d
>>>data/NAWIPS/gempak/logs/dcnldn.log -p
>>>/usr/local/NAWIPS/gempak/gempak/tables/pack/nldn.pack -v 5
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/YYYYMMDDHHNN_nldn.gem
>>>NLDN    .*      PIPE    decoders/dcnldn -d
>>>data/NAWIPS/gempak/logs/dcnldn.log -p
>>>/usr/local/NAWIPS/gempak/gempak/tables/pack/nldn.pack -v 5
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/YYYYMMDDHHNN_nldn.gem
>>>
>>>
>>>
>>>[30365] 050309/1719[WRITE_NLDN -1] New output file
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092217_nldn.gem
>>>[30365] 050309/1719[WRITE_NLDN 0] 050309/2217  31.91  -91.41
>>>[30365] 050309/1719[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1719[WRITE_NLDN 0] WIPS/gempak/nldn/200503092217_nldn.gem -2
>>>[30365] 050309/1725[DC 2] read 756/101896 bytes strt 504 newstrt 1260
>>>[30365] 050309/1725[DCGNLDN 0] Header len 3 nflash 24
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 0/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406686 nsec 800000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -120.000000 mult 2
>>>[30365] 050309/1725[FL -3]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092218_nldn.gem
>>>[30365] 050309/1725[DM -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092218_nldn.gem
>>>[30365] 050309/1725[SF -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092218_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN -1] New output file
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092218_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2218  32.24  -91.38
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0] WIPS/gempak/nldn/200503092218_nldn.gem -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 1/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406687 nsec 100000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] 200.000000 mult 3
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2218  32.20  -91.60
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092218_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 2/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406687 nsec 200000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -40.000000 mult 3
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2218  32.31  -91.56
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092218_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 3/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406702 nsec 500000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] 40.000000 mult 2
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2218  32.92  -92.10
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092218_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 4/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406715 nsec 0 sgnl -20.000000
>>>[30365] 050309/1725[DCGNLDN 0] mult 2
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2218  31.86  -91.34
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092218_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 5/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406757 nsec 0 sgnl -70.000000
>>>[30365] 050309/1725[DCGNLDN 0] mult 1
>>>[30365] 050309/1725[FL -3]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092219_nldn.gem
>>>[30365] 050309/1725[DM -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092219_nldn.gem
>>>[30365] 050309/1725[SF -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092219_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN -1] New output file
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092219_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2219  23.87  -84.10
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0] WIPS/gempak/nldn/200503092219_nldn.gem -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 6/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406764 nsec 400000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -70.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2219  31.83  -91.35
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092219_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 7/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406770 nsec 700000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -50.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2219  32.24  -91.37
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092219_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 8/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406809 nsec 200000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -140.000000 mult 1
>>>[30365] 050309/1725[FL -3]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092220_nldn.gem
>>>[30365] 050309/1725[DM -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092220_nldn.gem
>>>[30365] 050309/1725[SF -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092220_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN -1] New output file
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092220_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2220  23.32  -84.53
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0] WIPS/gempak/nldn/200503092220_nldn.gem -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 9/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406828 nsec 200000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -80.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2220  32.26  -91.36
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092220_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 10/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406849 nsec 500000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -100.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2220  32.19  -91.35
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092220_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 11/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406854 nsec 400000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] 100.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2220  31.38  -91.53
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092220_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 12/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406854 nsec 600000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -160.000000 mult 2
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2220  31.46  -91.45
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092220_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 13/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406872 nsec 400000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] 60.000000 mult 1
>>>[30365] 050309/1725[FL -3]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092221_nldn.gem
>>>[30365] 050309/1725[DM -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092221_nldn.gem
>>>[30365] 050309/1725[SF -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092221_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN -1] New output file
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092221_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2221  31.92  -91.37
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0] WIPS/gempak/nldn/200503092221_nldn.gem -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 14/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406879 nsec 300000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -40.000000 mult 2
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2221  32.93  -91.99
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092221_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 15/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406887 nsec 100000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -100.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2221  32.24  -91.41
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092221_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 16/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406910 nsec 400000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -220.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2221  32.31  -91.23
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092221_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 17/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406911 nsec 0 sgnl -50.000000
>>>[30365] 050309/1725[DCGNLDN 0] mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2221  32.33  -91.35
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092221_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 18/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406942 nsec 100000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -90.000000 mult 1
>>>[30365] 050309/1725[FL -3]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092222_nldn.gem
>>>[30365] 050309/1725[DM -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092222_nldn.gem
>>>[30365] 050309/1725[SF -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092222_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN -1] New output file
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092222_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2222  23.90  -84.04
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0] WIPS/gempak/nldn/200503092222_nldn.gem -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 19/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406948 nsec 500000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -140.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2222  32.30  -91.38
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092222_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 20/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406952 nsec 500000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -40.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2222  32.98  -92.03
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092222_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 21/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110406971 nsec 800000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -160.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2222  32.19  -91.35
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092222_nldn.gem_%% -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 22/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110407005 nsec 200000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -180.000000 mult 1
>>>[30365] 050309/1725[FL -3]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092223_nldn.gem
>>>[30365] 050309/1725[DM -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092223_nldn.gem
>>>[30365] 050309/1725[SF -1]
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092223_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN -1] New output file
>>>/usr/local/ldm/data/NAWIPS/gempak/nldn/200503092223_nldn.gem
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2223  32.93  -91.99
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0] WIPS/gempak/nldn/200503092223_nldn.gem -2
>>>[30365] 050309/1725[DCGNLDN 0] iret dcb_getb 0 fcnt 23/24
>>>[30365] 050309/1725[DCGNLDN 0]    sec 1110407020 nsec 600000000 sgnl
>>>[30365] 050309/1725[DCGNLDN 0] -120.000000 mult 1
>>>[30365] 050309/1725[WRITE_NLDN 0] 050309/2223  32.16  -91.33
>>>[30365] 050309/1725[WRITE_NLDN 0] /usr/local/ldm/data/NA
>>>[30365] 050309/1725[WRITE_NLDN 0]
>>>WIPS/gempak/nldn/200503092223_nldn.gem_%% -2
>>>
>>>
>>>Thanks
>>>Mark Price
>>>
>>>    
>>>
>>--
>>**************************************************************************** 
>>Unidata User Support                                    UCAR Unidata Program 
>>(303)497-8643                                                  P.O. Box 3000 
>>address@hidden                                   Boulder, CO 80307 
>>---------------------------------------------------------------------------- 
>>Unidata WWW Service              http://my.unidata.ucar.edu/content/support  
>>---------------------------------------------------------------------------- 
>>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.
>>  
>>
>
>
>-- 
>Mark Price
>System Administrator
>Advanced Weather Information Systems Lab, UNF
>(904) 620-2759
>
>
--
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.