We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c2d2f commit b2da378Copy full SHA for b2da378
docs/community/v4-migration.md
@@ -35,6 +35,10 @@ Version 4 of Parcels is unreleased at the moment. The information in this migrat
35
- Particlefiles should be created by `ParticleFile(...)` instead of `pset.ParticleFile(...)`
36
- The `name` argument in `ParticleFile` has been replaced by `store` and can now be a string, a Path or a zarr store.
37
38
+## Field
39
+
40
+- `Field.eval()` returns an array of floats instead of a single float (related to the vectorization)
41
42
## GridSet
43
44
- `GridSet` is now a list, so change `fieldset.gridset.grids[0]` to `fieldset.gridset[0]`.
0 commit comments