[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20010105: ETA entry in pqact.conf problems
- Subject: 20010105: ETA entry in pqact.conf problems
- Date: Fri, 05 Jan 2001 10:35:47 -0700
>From: Christian Page <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200101051436.f05Eauo01228
>
>Hi, I try to get the 80km ETA output for Precipitation, MSLP and
>geopotential height at 1000 hPa and 500 hPa, for all forecast times. I try wit
> h
>the following entry in pqact.conf with no success (no output file is created):
>
>HDS ^[YZ]([EHP])Q(.)(98|99|89|87|50)*/mETA
> FILE data/models/eta_\1_\2_\3.grib
>
>Any idea why it isn't working?
>
>Thanks,
>
>Christian Page finger address@hidden => tel. + adresse
>address@hidden http://www.sca.uqam.ca/
>
>Assistant de recherche / Research Assistant
>Universite du Quebec a Montreal / Universite McGill / McGill Radar
>
>
>
Christian,
The following expression works for me:
HDS ^[YZ]([EHP])Q(.)(98|99|89|87|50) .*/mETA
I think the uncertainty in the expression comes from whether the group
following the * in your expression is trying to match the KWB. group.
Steve Chiswell