Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

useNetCDF3 does not work #180

Closed
doutriaux1 opened this issue Oct 23, 2017 · 0 comments
Closed

useNetCDF3 does not work #180

doutriaux1 opened this issue Oct 23, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@doutriaux1
Copy link
Contributor

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 included
f = cdms2.open("example.nc","w")
f.write(data,id="data")
f.close()

Default warning should mention this instead of the whole long message

@doutriaux1 doutriaux1 added the bug label Oct 23, 2017
@doutriaux1 doutriaux1 added this to the 3.0 milestone Oct 23, 2017
@doutriaux1 doutriaux1 self-assigned this Oct 23, 2017
doutriaux1 added a commit that referenced this issue Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant