nc_dimrenameΒΆ
nc_dimrename renames a given dimension.
- ret = nc_dimrename(ncid, dimid, ssNewName)
Return Value
ret.
Parameters
- ncid
Identifies the netCDF file.
- dimid
dimid is the ID of a dimension.
- ssNewName
ssNewName is the new name of the netCDF dimension.
See also
id-1108275