The NCDF_OPEN function opens an existing netCDF file. If successful, the netCDF ID for the file is returned.
Result = NCDF_OPEN( Filename )
A scalar string containing the name of the file to be opened.
Set this keyword to open an existing netCDF file as read only. This is the default.
Set this keyword to open an existing netCDF file for both writing and reading.
NCDF_ATTINQ