nc_dimredim modifies the size of a dimension. The nc file must be set to define mode (see nc_endef/nc_redef).
Return Value
If the function succeeds, the return value is not equal to -1. If the function fails, the return value is -1.
Parameters
Identifies the netCDF file.
nSize is the new size of the dimension.
Comment
The nc file must be in define mode. Only available for UniPlot data files.
History
| Version | Description |
|---|---|
| 5.10.0 | New |
See also
Overview UniPlot Data Files, nc_redef, nc_dimdef, nc_dimid, nc_create
id-842514