Skip to content

Commit 833c692

Browse files
Adding note on gridset to migration guide
1 parent 4d03c0e commit 833c692

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/community/v4-migration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ Version 4 of Parcels is unreleased at the moment. The information in this migrat
3434

3535
- Particlefiles should be created by `ParticleFile(...)` instead of `pset.ParticleFile(...)`
3636
- The `name` argument in `ParticleFile` has been replaced by `store` and can now be a string, a Path or a zarr store.
37+
38+
## GridSet
39+
40+
- `GridSet` is now a list, so change `fieldset.gridset.grids[0]` to `fieldset.gridset[0]`.

0 commit comments

Comments
 (0)