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, >Date: Fri, 09 Apr 1999 08:38:44 -0400 >From: Harry Jenter <address@hidden> >Organization: U.S.G.S. >To: Steve Emmerson <address@hidden> >Subject: Re: 19990408: storing and retrieving exact floating-point value >Keywords: 199904082039.OAA25794 In the above message, you wrote: > Steve, > > It works! Thanks. NetCDF::DOUBLE was the key. > > -Harry Great! perl must store the 1e35 as a double: when it was converted to a NetCDF::FLOAT, truncation caused the problem. -------- Steve Emmerson <http://www.unidata.ucar.edu>