Skip to content

Commit

Permalink
Merge pull request #35 from boutproject/default-to-NETCDF4
Browse files Browse the repository at this point in the history
Use 'NETCDF4' as default format for DataFile
  • Loading branch information
johnomotani authored Dec 6, 2021
2 parents 59d44c6 + 11bb66d commit f7b8b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boututils/datafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class DataFile(object):
impl = None

def __init__(
self, filename=None, write=False, create=False, format="NETCDF3_64BIT", **kwargs
self, filename=None, write=False, create=False, format="NETCDF4", **kwargs
):
"""
Expand Down

0 comments on commit f7b8b59

Please sign in to comment.