This function will read the metadata of a netCDF resource and interpret the
netCDF dimensions, variables and attributes to generate the corresponding CF
objects. The data for the CF variables is not read, please see CFVariable
for methods to read the variable data.
Usage
open_ncdf(resource)
Value
An CFDataset instance, or an error if the resource was not found
or errored upon reading.
Arguments
resource
The name of the netCDF resource to open, either a local file
name or a remote URI.