You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of netcdf-c v4.9.2: "NCZarr currently is not thread-safe. So any attempt to use it with parallelism, including MPIO, is likely to fail."
"Note specifically that there is no NC_NCZARR flag for the mode argument of nc_create or nc_open. In this case, it is indicated by the URL path."
-> Replace "fileName" with "file://fileName#mode=nczarr,file" or "file://fileName#mode=nczarr,zip" for creating with nc_create(fileName, ...) and opening with nc_open(fileName, ...)
The text was updated successfully, but these errors were encountered:
dschlaep
changed the title
Option to output as NCZarr in addition to netCDF-4 mode
Option to choose output format as NCZarr or netCDF-4 (if netCDF-based)
Jun 10, 2024
See https://docs.unidata.ucar.edu/nug/current/nczarr_head.html
As of netcdf-c v4.9.2: "NCZarr currently is not thread-safe. So any attempt to use it with parallelism, including MPIO, is likely to fail."
"Note specifically that there is no NC_NCZARR flag for the mode argument of nc_create or nc_open. In this case, it is indicated by the URL path."
-> Replace
"fileName"
with"file://fileName#mode=nczarr,file"
or"file://fileName#mode=nczarr,zip"
for creating withnc_create(fileName, ...)
and opening withnc_open(fileName, ...)
The text was updated successfully, but these errors were encountered: