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.
Boyin Huang, >Date: Fri, 5 Dec 2003 07:58:10 -0800 (PST) >From: Boyin Huang <address@hidden> >Organization: The Center for Research on the Changing Earth System (CRCES) >To: Steve Emmerson <address@hidden> >Subject: Re: 20031204: error in create netcdf file The above message contained the following: > Thank you very much for your comments on the problem I encountered. > > I found the problem: I did not close the file using nf_close(ncid). I > thought the program should automatically close everything before it > stops, but it is not. You are not the the first one to forget to call nc_close(). Good job on finding it. > If you think this is the case, could you send an > email to the user list? > > Now, everything is fine to me. Thank you very much for your advice. Regards, Steve Emmerson