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.
Hi Paul, re: > Description of problem: Our previously working LDM pqact.conf entry based > on: FSL2.NPN.AWCDF.06min feed doesn't seem to be working anymore. Could you > please advise what the current naming convention is for the 6 min data? Here are actions we use for the hourly and 6-minute wind and RASS profiler data: # Profiler data from FSL in NetCDF format FSL2 ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(01hr|06min)\.(.*) FILE -overwrite data/fsl/\1/\2.nc # Profiler RASS data from FSL in NetCDF format FSL2 ^FSL\.NetCDF\.NOAAnet\.(RASS)\.(01hr|06min)\.(.*) FILE -overwrite data/fsl/\1/\2/\3.nc By the way, the LDM 'notifyme' utility is very useful for figuring things like this out: <as 'ldm'> notifyme -vxl- -f FSL2 -o 3600 Review the output to see what the FSL2 product headers look like and then fashion an Extended Regular Expression (ERE) to use in a test: notifyme -vxl- -f FSL2 -o 3600 -p '^FSL\.NetCDF\.NOAAnet\.(RASS)\.(01hr|06min)\.(.*)' Tweek the ERE until you get the output you want, and then use the pattern ** without the single quotes ** in your pqact.conf action. Cheers, Tom **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: WVU-130716 Department: Support IDD Priority: Normal Status: Closed