Previous Scientific Data Formats: Network Common Data Format Next

NCDF_CLOSE

Syntax | Arguments | Keywords | Version History | See Also

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.

Syntax

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.

Keywords

None

Version History

Pre 4.0
Introduced

See Also

NCDF_ATTINQ

  IDL Online Help (March 06, 2007)