Parcels v1.1.0: a Lagrangian Ocean Analysis tool for the petascale age
Parcels v1.1 builds on the previous v1.0.5 release. Major changes since then
- A renaming of the
FieldListclass toSummedFields, so that Fields can be summed byfieldAB = fieldA + fieldB(#435) - Implement way to do computations on defer-loaded FieldSets (#430). Useful for on-the-fly computing of e.g. relative vorticity.
- Adding of metadata, including by default the Parcels version, to the ParticleFile (#438)
- Support for
ParticleSet.from_field()for Curvilinear Grids (#429) - A few bug fixes, including for rotated grids (#440), for
indicesacross 2D and 3D Fields (#437) and for Fields without time dimension (#431)
As always, please let us know if anything isn't working as expected.