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.
Becky, > When you say it grows dynamically, is it that it keeps reading in data > and at some point realizes it needs more space? That it's tallying up > the size as it reads it in? > > Or is there something in the data itself that says "I consist of the > next 13000 bytes"? pqing(1) is constantly reading chunks of data into its buffer. When there's insufficient room in the buffer for the next chunk, then it expands the buffer. There's nothing in a WMO message that says how big it is. Recall that the format for WMO messages dates from the time of teletypes. > We're trying to determine if the originators of this data are > mis-formatting their data and that's why our process thinks the product > is so big. Cause when you do an ls on the file, it's nowhere near as > big as our LDM thinks it is. The size of the buffer doubles when it expands, so it can end up being almost twice as large as the largest WMO message. > Becky Regards, Steve Emmerson Ticket Details =================== Ticket ID: WMK-256465 Department: Support LDM Priority: Normal Status: Closed