Skip to content

Commit

Permalink
netcdf4_classic instead
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 11, 2024
1 parent dc01edb commit 0c9616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/dflowfm/net/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _create_netcdf(
self, path: Path, dfm_version: str, dimr_version: str, suite_version: str
) -> nc.Dataset: # type: ignore[import]

file_format = "NETCDF3_CLASSIC" # "NETCDF4"
file_format = "NETCDF4_CLASSIC" # "NETCDF4"
ncfile = nc.Dataset(path, "w", format=file_format) # type: ignore[import]

UgridWriter._set_global_attributes(ncfile, path)
Expand Down

0 comments on commit 0c9616b

Please sign in to comment.