|
NEP 4.0.0
NetCDF Expansion Pack
|
Empty-file open and validation for the NEXTCDF-4 backend. More...
Functions | |
| int | NEXTCDF4_open (const char *path, int mode, int basepe, size_t *chunksizehintp, void *parameters, const NC_Dispatch *dispatch, int ncid) |
Empty-file open and validation for the NEXTCDF-4 backend.
| int NEXTCDF4_open | ( | const char * | path, |
| int | mode, | ||
| int | basepe, | ||
| size_t * | chunksizehintp, | ||
| void * | parameters, | ||
| const NC_Dispatch * | dispatch, | ||
| int | ncid | ||
| ) |
Open an empty, marked NEXTCDF-4 file.
| path | File-system path to open. |
| mode | NetCDF open-mode flags. |
| basepe | Base processing element; currently ignored. |
| chunksizehintp | Chunk-size hint; currently ignored. |
| parameters | Optional dispatch parameters; currently ignored. |
| dispatch | Dispatch table selected by netcdf-c. |
| ncid | NetCDF file identifier allocated by netcdf-c. |
NC_NOERR on success, or a NetCDF error code.