nc_varinq_changedΒΆ
nc_varinq_changed returns the change counter of a netCDF variable.
- change_counter = nc_varinq_changed(ncid, varid)
Return Value
If an error occurs, change_counter is -1.
Parameters
- ncid
Identifies the netCDF file.
- varid
varid is the ID of the variable.
Comment
This function can only be used for netCDF-up files. See nc_create. For netCDF-files (NC_FORMAT_CLASSIC and NC_FORMAT_PC) the function always returns -1.
History
Version |
Description |
---|---|
5.10.0 |
New |
See also
id-1837825