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.
Robert, These are the entries I currently distribute in $NAWIPS/ldm/etc/templates/pqact.gempak_decoders.in ##### # FSL NetCDF Wind Profiler FSL2 ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(01hr)\. PIPE -close decoders/dcncprof -l data/gempak/logs/dcncprof.log -e GEMTBL=@GEMTBL@ data/gempak/profiler/YYYYMMDD_pro.gem FSL2 ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\. PIPE -close decoders/dcncprof -l data/gempak/logs/dcncprof.log -e GEMTBL=@GEMTBL@ data/gempak/profiler/YYYYMMDD_6min.gem Note that there is only 1 6min file per day instead of 2 that you have (since current distributions can store all the times in a single file). Steve Chiswell On Fri, 26 Sep 2003, Robert Mullenax wrote: > These are the GEMPAK pqact entries I have had for profiler data for quite some > time (even before the feed quit). Are they still correct? > > Thanks, > Robert Mullenax > > # FSL NetCDF Wind Profiler > FSL2 ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(01hr)\.(.*)\..* > PIPE -close decoders/dcncprof > -e GEMTBL=/home/gempak/GEMPAK/gempak/tables > /data2/gempak/profiler/YYYYMMDD_pro.gem > FSL2 > ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\........(0[0-9]|1[01])..\..* > PIPE -close decoders/dcncprof > -e GEMTBL=/home/gempak/GEMPAK/gempak/tables > /data2/gempak/profiler/YYYYMMDD00_6min.gem > FSL2 > ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\........(1[2-9]|2[0-3])..\..* > PIPE -close decoders/dcncprof > -e GEMTBL=/home/gempak/GEMPAK/gempak/tables > /data2/gempak/profiler/YYYYMMDD12_6min.gem >