Re: [ldm-users] Simple FILE action trouble with pqact.conf settings

Thank you James and Steve, I have it going now!  The regex utility is
a life saver for tired eyes that see the patterns as all the same
after too much staring.

Cheers,

Lucas



On Jan 29, 2008 11:46 AM, James Murakami <tenki@xxxxxxxxxxxxxx> wrote:
> Hi Lucas,
>
> I use the following to store grib files from the GFS runs.
>
> #Send GFS grib output to separate storage
> CONDUIT prod/gfs.(.*)/gfs.t(..)z.pgrbf([0-8][0-9][^0-9])(.*) !
>                    FILE   /gem4/data/grib/\1_f00\3press_gr.onedeg.\4
>
> I only file away grib output up to hour 87. You'd want to replace the
> above with (.*) if
> you want all available hours. Adjust the title of the file to your suiting.
>
> James
>
> ----------------------------------------------
> James Murakami
> Staff Meteorologist/Student Affairs
> Department of Atmospheric and Oceanic Sciences
> University of California, Los Angeles
> 405 Hilgard Ave.
> Los Angeles, CA  90095-1565
>
>
>    e-mail: tenki@xxxxxxxxxxxxxx
> telephone: 310-825-2418
>       Fax: 310-206-5219
> ----------------------------------------------
>
>
>
>
> Lucas Sheehan wrote:
>
> >I am trying to do something I thought would be trivial however I am
> >having trouble.  I want to use the FILE action to get 1Deg GFS grib
> >files from the CONDUIT feed.  Here are my entries and troubles.
> >
> >------
> >CONDUIT (ST.opnl/MT.gfs|prod/gfs.*pgrb[^2])
> >        FILE    -close  data/GFS/gfs_1deg_grib/\1
> >
> >this one gets data but only a single file and I never seem to get the
> >run hour.
> >Example: data/GFS/gfs_1deg_grib/prod/gfs.2008012912/gfs.t12z.pgrbf
> >
> >where I would expect gfs.t12z.pgrbf12, f18, f30, etc....  The final
> >time is not there.
> >
> >------
> >CONDUIT (ST.opnl/MT.gfs|prod/gfs.*pgrb[^2])
> >        FILE    -close  data/GFS/gfs_1deg_grib/\1_FFF.grib
> >
> >This one I am just testing with, will the \1_FFF.grib get the hour stamp?
> >
> >------
> >CONDUIT prod/gfs\.(........).*/gfs\.t(..)z.*
> >        FILE    -close  data/gfs_test/\1\2_gfs.grib
> >
> >This one I get nothing with.
> >
> >Notifyme and ldmadmin watch tells me I am getting data.  This should
> >be simple but my brain apparently is failing me.  Any help would be
> >greatly appreciated.
> >
> >Thanks,
> >
> >Lucas
> >_______________________________________________
> >ldm-users mailing list
> >ldm-users@xxxxxxxxxxxxxxxx
> >For list information or to unsubscribe,  visit: 
> >http://www.unidata.ucar.edu/mailing_lists/
> >
> >
> >
>


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