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

20001208: pqact line for RUC data

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: 20001208: pqact line for RUC data
  • Date: Fri, 08 Dec 2000 10:43:30 -0700

>From: address@hidden (Celia Chen)
>Organization: UCAR/Unidata
>Keywords: 200012081657.eB8GvQo17003

>I would like to archive RUC data with yyyymmddhh on the
>file/dir name.  I checked the idd support email archive but
>didn't find any info on how to do so. I am currently using 
>the following line in my pqact.conf to capture the ruc data,
>which only gives me the day and hour info:
>  
>HDS     ^[YZ]..... KWB. ([0-3][0-9])([0-2][0-9]).*/mRUC FILE
> 
>Please help.
>
>Thanks in advance.
>
>Celia
>
>-- 
>Celia Chen
>RAP/NCAR
>
>
>


Celia, 
Using the above pqact line, you can FILE the data using:

        FILE    path.../(\1:yyyy)(\1:mm)\1\2_ruc.grib

The WMO header only provides the day, hour and minute as you mentioned.
The LDM uses the current system clock with the :yyyy and :mm macros
to figure out what the year and month should be given the day of the data.
The above should work fine with realtime feeds where the system clock
represents the time period around the date where the data is ingested.

Steve Chiswell