cdms2.useNetcdf3()
# or# value = 0# cdms2.setNetcdfShuffleFlag(value) ## where value is either 0 or 1# cdms2.setNetcdfDeflateFlag(value) ## where value is either 0 or 1# cdms2.setNetcdfDeflateLevelFlag(value) ## where value is a integer between 0 and 9 includedf=cdms2.open("example.nc","w")
f.write(data,id="data")
f.close()
Default warning should mention this instead of the whole long message
The text was updated successfully, but these errors were encountered:
Default warning should mention this instead of the whole long message
The text was updated successfully, but these errors were encountered: