Open NetCDF data source
[
opens an existing NetCDF data source, with a specified actualChunksize
,ncid
] = netcdf.open(source
,mode
,chunksize
)chunksize
. The
chunksize
parameter enables I/O performance tuning.
This function corresponds to the nc_open
and
nc__open
functions in the netCDF library C API. To use this function, you
should be familiar with the netCDF programming paradigm.