Parcels
Description
Parcels v2.4.0 implements a completely new way of outputting trajectory data (#1199). It writes directly to a .zarr directory, which can seamlessly be loaded with the xarray.open_zarr() method. For more info, see the Reading the output file tutorial.
Output is now smaller in size and faster to write. There is no need for temporary dumps and hence also not to convert these at the end of a simulation. This makes working with Parcels output during a simulation much easier.
What's Changed- Saving Parcels output directly in zarr format (https://github.com/OceanParcels/parcels/pull/1199)
- Updating documentation notebooks (https://github.com/OceanParcels/parcels/pull/1237)
- Fixing 'fatal: not a git repository' warning (https://github.com/OceanParcels/parcels/pull/1251)
Full Changelog: https://github.com/OceanParcels/parcels/compare/v2.3.2...v2.4.0
Notes
Files
OceanParcels/parcels-v2.4.0.zip
Files
(11.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b20d345ebff6f558096119e8a97a8c97
|
11.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/OceanParcels/parcels/tree/v2.4.0 (URL)