- To: ldm-users@xxxxxxxxxxxxxxxx
- Subject: Re: [ldm-users] pqact.conf gfs grib2 question
- From: donna Cote <d-cote@xxxxxxxx>
- Date: Thu, 22 Dec 2011 11:30:00 -0600
Mark, We have a download for KWNS files and I don't know about the gfs11
product in particular. Try the regex test (it's in ~ldm/bin/ ).
You do need to escape the "/" if there is a directory in the product string. [ldm@windfarm-gw ~]$ grep -w HDS etc/ldmd.conf exec "pqact -f HDS -p KWNS etc/pqact.conf" [ldm@windfarm-gw ~]$ regex -h regex: invalid option -- h Usage: ./bin/regex [-n count] [-s string] pattern[ldm@windfarm-gw ~]$ regex -s "YxHxxx KWBx 0909andsomestuffmGFS" "^[YZ].[AIJQHG]... KWB. ([0-3][0-9])([0-2][0-9]).*/mGFS"
no match[ldm@windfarm-gw ~]$ regex -s "YxHxxx KWBx 0909andsomestuff /mGFS" "^[YZ].[AIJQHG]... KWB. ([0-3][0-9])([0-2][0-9]).*\/mGFS"
match [ldm@windfarm-gw ~]$ Also, try the notifyme command to get some sample product strings. [ldm@windfarm-gw ~]$ notifyme -vl - -f HDS -p "KWB" -o 3600(note that the data product may not stream in for a few hours if you are running this when this product isn't in the queue; an alternative:)
[ldm@windfarm-gw ~]$ notifyme -v -l /tmp/mynotifyme.txt -f HDS -p "KWB" -o 3600
Good luck, Donna -- Donna Cote Senior Research Associate The Academy for Advanced Telecommunications and Learning Technologies Texas A&M University 3139 TAMU College Station, Texas 77843-3139 Office: (979) 862-3982 Fax: (979) 862-3983 http://academy.tamu.edu/ On 12/22/11 9:04 AM, Mark Tucker wrote:
Hi, I'm trying to file the global gfs grids as grib(2) files. I think this is "gfs11". I can't seem to get a proper pattern for the global grid. I'm successfully filing the conus data using the following entry: HDS ^[YZ].[AIJQHG]... KWB. ([0-3][0-9])([0-2][0-9]).*/mGFS FILE data/grib/gfs211/(\1:yyyy)(\1:mm)\1\2_gfs211.grb I was hoping someone might be able to give me a working pattern or point me to some documentation on the headers for this product. I feel like I'm missing something obvious here. Thanks. -- Mark Tucker Systems Administrator Dept. of Atmospheric Sciences Lyndon State College http://meteorology.lyndonstate.edu mark.tucker@xxxxxxxxxxxxxxx (802)-626-6328 _______________________________________________ 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] pqact.conf gfs grib2 question
- From: Steve Emmerson
- Re: [ldm-users] pqact.conf gfs grib2 question
- References:
- [ldm-users] pqact.conf gfs grib2 question
- From: Mark Tucker
- [ldm-users] pqact.conf gfs grib2 question