We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adca049 commit c6357b4Copy full SHA for c6357b4
README.md
@@ -175,6 +175,14 @@ compression and chunking are disabled if:
175
* any element of chunk_size is less than 1
176
* chunk_size is not given in the initialize() call AND not specified in %write()
177
178
+### check if a variable exists
179
+
180
+the logical method %exists() checks if a dataset (variable) exists in the initialized HDF5 file.
181
182
+```fortran
183
+exists = h5f%exists("/foo", ierr)
184
+```
185
186
### Read scalar, 3-D array of unknown size
187
188
```fortran
0 commit comments