Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Oct 11, 2024
1 parent c4b20c0 commit 218c476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dataset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ Load, create, or even overwrite a NetCDF file at `filename`, depending on `mode`
If `share` is true, the `NC_SHARE` flag is set allowing to have multiple
processes to read the file and one writer process. Likewise setting `diskless`
or `persist` to `true` will enable the flags `NC_DISKLESS` or `NC_PERSIST` flag.
processes to read the file and one writer process (netcdf classic files only).
Likewise setting `diskless` or `persist` to `true` will enable the flags
`NC_DISKLESS` or `NC_PERSIST` flag.
More information is available in the [NetCDF C-API](https://www.unidata.ucar.edu/software/netcdf/docs/).
Notice that this does not close the dataset, use `close` on the
Expand Down

0 comments on commit 218c476

Please sign in to comment.