Skip to content

Commit b78de00

Browse files
committed
Re-enable SGRID convention setting
1 parent ff1ac0b commit b78de00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parcels/_sgrid/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def _attach_sgrid_metadata(ds: xr.Dataset, grid: SGrid2DMetadata | SGrid3DMetada
695695
0,
696696
grid.to_attrs(),
697697
)
698-
# ds.attrs["Conventions"] = "SGRID" # TODO: re-enable once XGrid.from_dataset is gone
698+
ds.attrs["Conventions"] = "SGRID"
699699
return ds
700700

701701

0 commit comments

Comments
 (0)