Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
fimex:usage [2022-11-09 12:07:43] alexanderb Add zarr example. |
fimex:usage [2022-11-15 14:13:54] (current) alexanderb change wording |
||
---|---|---|---|
Line 34: | Line 34: | ||
Please note that using libnetcdf to write zarr will still use a lock on libnetcdf function calls, i.e. there will only be one thread at a time reading or writing. | Please note that using libnetcdf to write zarr will still use a lock on libnetcdf function calls, i.e. there will only be one thread at a time reading or writing. | ||
+ | |||
+ | Datasets that were written like this do not seem to be readable with the same url (observed with netcdf 4.8.1), but reading appears to work with '' | ||
See the [[https:// | See the [[https:// | ||
+ |