Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mom6_forge/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ def write_supergrid(

ds = self.supergrid.to_ds(name=self.name, author=author)
ds.attrs["filename"] = os.path.basename(path)
ds.to_netcdf(path, format="NETCDF3_64BIT")
ds.to_netcdf(path, format="NETCDF4")
return ds

def get_esmf_ready_tracer_ds(self):
Expand Down
Loading