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.
Kevin, Yes, you need to remove the trailing .* on the pattern. See the examples I sent to the GEMBUD list or are found in the current $NAWIPS/ldm/etc/templates/pqact.gempak_decoders.in file. Steve Chiswell >From: "Kevin Polston" <address@hidden> >Organization: UCAR/Unidata >Keywords: 200309262157.h8QLvlk1019801 >Hi Steve, > >Here is a portion of my ldmd.conf file and pqact.conf file to access the >profiler data. I have been following the thread about the profiler data >and thought I had everything set up correctly. But no profiler data is >being received or decoded. Do I need to change anything? Thanks. > >KP > >request FSL2 ".*" weather2.admin.niu.edu (ldmd.conf) > > > >(pqact.conf) >############################################################################## > ############################################## ># FSL NETCDF WIND PROFILER >FSL2 ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(01hr)\.(.*)\..* > PIPE -close decoders/dcncprof > -l data/gempak/logs/dcncprof.log > -e GEMTBL=/usr1/nawips/gempak/tables > /usr1/nawips/metdat/gempak/upperair/YYYYMMDD_prf.gem >#FSL2 >^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\........(0[0-9]|1[01])..\..* ># PIPE -close decoders/dcncprof ># -l data/gempak/logs/dcncprof.log ># -e GEMTBL=/usr1/nawips/gempak/tables ># /usr1/nawips/metdat/gempak/upperair/YYYYMMDD00_6min.gem >#FSL2 >^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\........(1[2-9]|2[0-3])..\..* ># PIPE -close decoders/dcncprof ># -l data/gempak/logs/dcncprof.log ># -e GEMTBL=/usr1/nawips/gempak/tables ># /usr1/nawips/metdat/gempak/upperair/YYYYMMDD12_6min.gem >############################################################################## > ############################################### > > > >Thanks, > >KP >