nc_closeΒΆ
nc_close closes an open nc file.
- r = nc_close(ncid)
Return Value
If the function succeeds, the return value is not equal to -1. If the function fails, the return value is -1.
Parameters
- ncid
Identifies the nc file.
History
Version |
Description |
---|---|
R2012.1 (5.40.1) |
Reference counter, see nc_open. |
See also
id-1050110