Skip to content

useNetCDF3 does not work  #180

Description

@doutriaux1
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions