Main Content
netcdf.open
Open netCDF data source
Syntax
Description
[
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.
Examples
Input Arguments
Output Arguments
Algorithms
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.