The
NCDF_CLOSE procedure
closes an open netCDF file. If a writable netCDF file is not closed before exiting IDL, the disk copy of the netCDF file may not reflect recent data changes or new definitions.
Calling Sequence
NCDF_CLOSE,
Cdfid
Arguments
Cdfid
The netCDF ID of the file to be closed, returned from a previous call to NCDF_OPEN or NCDF_CREATE.