[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #CIV-552078]: bug mixing dap reads and netcdf4 writes

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.


  • Subject: [netCDF #CIV-552078]: bug mixing dap reads and netcdf4 writes
  • Date: Fri, 15 Mar 2013 14:08:03 -0600

Fixed in revision 3069.
Should be in snapshot of 3/16/2013

Problem was that the NC_create
code was not checking for the NC_CLASSIC_MODEL
mode flag in deciding what dispatch table to use.
This meant that it was then defaulting to use
the default format, and if that was changed
to e.g. NC_FORMAT_NETCDF4, then it would try
to create a netcdf-4 format file, even if
NC_CLASSIC_MODEL mode flag was set. 
=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: CIV-552078
Department: Support netCDF
Priority: Normal
Status: Closed