Parcels v3.0.2: a Lagrangian Ocean Analysis tool for the petascale age
Parcels v3.0.2 is a minor update to v3.0.1. It includes a new, more intuitive way to add Variables
to a ParticleSet
class, using a new Particleset.add_variable()
method (#1501). It also fixes a number of bugs.
What's Changed
Most relevant for users
- Implementing
Particleset.add_variable()
method by @erikvansebille in #1501 - Setting defaults for
FieldSet.computeTimeChunk()
by @erikvansebille in #1502
Bug-fixes and code cleaning etc
- make it possible to import dataset with single time instance by @dicaearchus in #1496
- Simplifying the NEMO curvilinear tutorial by @erikvansebille in #1499
- Bugfix for cgrid eval without applyConversion by @erikvansebille in #1500
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1490
Full Changelog: v3.0.1...v3.0.2