NCDF_OPEN

The NCDF_OPEN function opens an existing netCDF file. If successful, the netCDF ID for the file is returned.

Calling Sequence

Result = NCDF_OPEN( Filename )

Arguments

Filename

A scalar string containing the name of the file to be opened.

Keywords

NOWRITE

Set this keyword to open an existing netCDF file as read only. This is the default.

WRITE

Set this keyword to open an existing netCDF file for both writing and reading.

See Also

NCDF_ATTINQ