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