Opens an existing netCDF file for reading (or, optionally, writing).

cf_open(filename, write = FALSE)

Arguments

filename

Name of the existing netCDF file to be opened.

write

If FALSE (default), then the file is opened read-only. If TRUE, then writing to the file is allowed.