Skip to content

Commit

Permalink
Change default format to 'NETCDF3_64BIT_OFFSET'
Browse files Browse the repository at this point in the history
This will beetter accommodate MOAB
  • Loading branch information
xylar committed Jul 21, 2024
1 parent bffb9ea commit a809b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyremap/descriptor/mesh_descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, meshName=None, regional=None):
self.dims = None
self.dimSizes = None
self.coords = None
self.format = 'NETCDF4'
self.format = 'NETCDF3_64BIT_OFFSET'
self.engine = None

def to_scrip(self, scripFileName, expandDist=None, expandFactor=None):
Expand Down

0 comments on commit a809b99

Please sign in to comment.