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

[netCDF #KJK-861023]: nc__open() and nc_open() clarification

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 #KJK-861023]: nc__open() and nc_open() clarification
  • Date: Tue, 03 Apr 2012 22:47:32 -0600

Charlie-
Yes, the default is that 
nc_open(path,cmode,ncidp)
is the same as 
nc__open(path,cmode,NULL,ncidp)
or equivalently
size_t bfr_sz_hnt=NC_SIZEHINT_DEFAULT;
nc__open(path,cmode,&bfr_sz_hnt,ncidp)

I have added a note about this into
the documentation of nc_open()
(and nc_create()).
=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: KJK-861023
Department: Support netCDF
Priority: Normal
Status: Closed