- To: ldm-users@xxxxxxxxxxxxxxxx
- Subject: Re: [ldm-users] Matching gfs 2.5deg
- From: donna Cote <d-cote@xxxxxxxx>
- Date: Sun, 01 Jan 2012 14:42:39 -0600
Jeff, I hope you found an answer quickly but just in case, this is the
REQUEST line we are using:
request CONDUIT "pgrb2" bigbird.tamu.edu request CONDUIT "pgrb2" idd.unidata.ucar.edu Our working pqact's are: CONDUIT (gfs\.(....)(..)(..)(..))/(.*)(pgrb2f[0-9][0-9])[ ].*$STDIOFILE /usr/local/ldm/data/models/atmosphere/gfs/gfsgrid004/\2/\3/\4/gfs.\2\3\4\5/\6\7
CONDUIT (gfs\.(....)(..)(..)(..))/(.*)(pgrb2f1[012][0-9])[ ].*$STDIOFILE /usr/local/ldm/data/models/atmosphere/gfs/gfsgrid004/\2/\3/\4/gfs.\2\3\4\5/\6\7
When I got these pqact's working around the exclamation marks in the product name, I stopped fiddling with it. Supposedly leaving off the
"[ ].*$"at the end of the regex should also work. Can't figure why it wouldn't for me.
-Donna On 12/26/11 12:41 AM, Jeff Lake wrote:
Greetings .. I have been having a heck of a time getting the correct regex for the 2.5degree GFS, using the file naming from here http://www.nco.ncep.noaa.gov/pmb/products/gfs/ gfs.tccz.pgrb2fxxx.2p5deg here is my ldmd.conf REQUEST CONDUIT ".*2p5deg.*" idd.aos.wisc.edu REQUEST CONDUIT ".*2p5deg.*" bigbird.tamu.edu:388 REQUEST CONDUIT ".*2p5deg.*" sasquatch.tamu.edu:388 according to mu logs .. I haven't seen it .. anybody got a working ldmd.conf entry ?? _______________________________________________ ldm-users mailing list ldm-users@xxxxxxxxxxxxxxxx For list information or to unsubscribe, visit: http://www.unidata.ucar.edu/mailing_lists/
- Follow-Ups:
- Re: [ldm-users] Matching gfs 2.5deg
- From: Jeff Lake
- Re: [ldm-users] Matching gfs 2.5deg