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.
Hello Waldenio, Lately we have seen high latencies for the CONDUIT feed on: moingobe.cptec.inpe.br http://www.unidata.ucar.edu/cgi-bin/rtstats/iddstats_nc?CONDUIT+moingobe.cptec.inpe.br We were also seeing this same pattern with the data going to Portugal: http://www.unidata.ucar.edu/cgi-bin/rtstats/iddstats_nc?CONDUIT+atm77.fis.ua.pt As you can see, the latencies to Portugal dropped dramatically around 0Z on June 9th. What we did to improve the ingest of the CONDUIT data was to "split" the feed request into 5 different request lines. This is effective if it is not the absolute capacity of the network that is causing the latency, but rather the volume and timing of the ingest of the products (ingestion rate).. Here is an example of how a single request can be divided into 5 requests: [since you are running LDM 6.4.* the "PRIMARY" designation is not needed] request CONDUIT "MT.gfs_CY.00*|MT.gfs_CY.12*" idd.cise-nsf.gov PRIMARY (or whatever it is currently) and split it into 5 request lines: request CONDUIT "MT.gfs_CY.(00|12).*[05]$" idd.cise-nsf.gov PRIMARY request CONDUIT "MT.gfs_CY.(00|12).*[16]$" idd.cise-nsf.gov PRIMARY request CONDUIT "MT.gfs_CY.(00|12).*[27]$" idd.cise-nsf.gov PRIMARY request CONDUIT "MT.gfs_CY.(00|12).*[38]$" idd.cise-nsf.gov PRIMARY request CONDUIT "MT.gfs_CY.(00|12).*[49]$" idd.cise-nsf.gov PRIMARY I also believe you are ingesting the 0,6,12, and 18Z runs rather than the 0 Z and 12 Z runs in the example. (00|06|12|18) or a * would get all the times. Please let us know if you have any questions, and hopefully the data will arrive more timely. Cheers, Jeff --------------------------------------------------------------------- Jeff Weber address@hidden : Unidata Program Center PH:303-497-8676 : University Corp for Atmospheric Research 3300 Mitchell Ln : http://www.unidata.ucar.edu/staff/jweber Boulder,Co 80307-3000 : ---------------------------------------------------------------------