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

NLDN: pqact.conf for LDM (fwd)




===============================================================================
Robb Kambic                                Unidata Program Center
Software Engineer III                      Univ. Corp for Atmospheric Research
address@hidden             WWW: http://www.unidata.ucar.edu/
===============================================================================

---------- Forwarded message ----------
Date: Mon, 03 Jan 2000 15:51:53 -0500
From: Jim Koermer <address@hidden>
To: address@hidden, address@hidden
Subject: NLDN: pqact.conf for LDM

I put in the changes in my pqact.conf file several days ago to handle
the y2k issue. However, now I am having a hard time getting the hour
written in the filename for light (wxp5) to interpret properly.

Here is my old pqact.conf entries

# Store in separate 6-min files in yyjjjhhmm.nldn filename
NLDN   ^(9[3-9])([0-3][0-9][0-9])([0-2][0-9])([0-5][0-9])([0-5][0-9])
       FILE    -close  /datt/wxpdata/nldn6/\1\2\3\4.nldn
# Store as hourly file in yyjjjhh.nldn filename
NLDN   ^(9[3-9])([0-3][0-9][0-9])([0-2][0-9])([0-5][0-9])([0-5][0-9])
       FILE    -close  /datt/wxpdata/nldn6/\1\2\3.nldn

Here are my new ones (per Unidata advice on y2k):

# Store in separate 6-min files in YYYYjjjhhmm.nldn filename
NLDN   
^([12][0-9][0-9][0-9]|[0-9][0-9])([0-3][0-9][0-9])([0-2][0-9])([0-5][0-9])([0-5][0-9])
        FILE    -close  /datt/wxpdata/nldn6/\1\2\3\4.nldn
# Store as hourly file in YYYYjjjhh.nldn filename
NLDN   
^([12][0-9][0-9][0-9]|[0-9][0-9])([0-3][0-9][0-9])([0-2][0-9])([0-5][0-9])([0-5][0-9])
        FILE    -close  /datt/wxpdata/nldn/\1\2\3.nldn

Both new FILE entries leave off the hour information. The first one
leaves off the hh and just puts on the mm. The second just tags YYYYjjj
(e.g. 2000003.nldn)

Does anyone see the problem?

                               Jim

-- 
James P. Koermer             E-Mail: address@hidden
Professor of Meteorology     Office Phone: (603)535-2574
Natural Science Department   Office Fax: (603)535-2723
Plymouth State College       WWW: http://vortex.plymouth.edu/
Plymouth, NH 03264