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
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: