nc_varinq_changed returns the change counter of a netCDF variable.
Return Value
If an error occurs, change_counter is -1.
Parameters
Identifies the netCDF file.
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