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.
Harry Edmon wrote: > > I'm not sure why. Looking at the code, Delay should be printed for each > product > in pq_sequence: > > if(ulogIsDebug()) { /* delay to process product, useful to see if > it > 's falling behind */ > timestampt now; > if(gettimeofday(&now, 0) == 0) { > double delay = d_diff_timestamp(&now, &tqep->tv); > udebug("Delay: %.4f sec", delay); > } > } > > Is he running 5.1.4? > Yes, he is. It must be the case that pq_sequence is not being called on his machine. Or, gettimeofday is failing. I'm not overly familiar with this part of the code, but I will look further after lunch. Russ is our pq guy, but he's out today. I'll talk to him about it Monday. Anne > > -- > Dr. Harry Edmon E-MAIL: address@hidden > 206-543-0547 address@hidden > Dept of Atmospheric Sciences FAX: 206-543-0308 > University of Washington, Box 351640, Seattle, WA 98195-1640 -- *************************************************** Anne Wilson UCAR Unidata Program address@hidden P.O. Box 3000 Boulder, CO 80307 ---------------------------------------------------- Unidata WWW server http://www.unidata.ucar.edu/ ****************************************************