This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>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