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 Rick, > Something does not make sense. Using the 2 regex in ldmd.conf > request CONDUIT|NGRID ".*.gfs*" idd.unidata.ucar.edu > request CONDUIT|NGRID ".*.GFS*" idd.unidata.ucar.edu The extended regular expressions in the above probably don't do what you think they do. Their ".*" prefix makes them pathological: they'll match exactly the same strings as expressions that don't have that prefix and some regular expression libraries will take an order of magnitude longer to match using such expressions. Also the "s*" and "S*" suffixes mean *zero* or more of the indicated character, so the expression will also match strings like "/gf/" or "/GF/". Regards, Steve Emmerson Ticket Details =================== Ticket ID: CZE-486853 Department: Support LDM Priority: Normal Status: Closed =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.