Skip to content

Commit 472930d

Browse files
committed
Remove combine="nested"
Use combine coords instead
1 parent dc652da commit 472930d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/parcels/_datasets/remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def open_dataset(self) -> xr.Dataset:
135135
f"{self.pup.path}/{self.path_relative_to_root}",
136136
decode_cf=False,
137137
# options to open mfdataset https://github.com/Parcels-code/Parcels/pull/2574#discussion_r3073256988
138-
combine="nested",
139138
data_vars="minimal",
140139
coords="minimal",
141140
compat="override",

0 commit comments

Comments
 (0)