Parcels v1.0.2: a Lagrangian Ocean Analysis tool for the petascale age
Parcels v1.0.2 builds on the previous v1.0.1 release. Major changes since then:
- Parcels is now also Python3-compatible
- No need anymore for
FieldSet.advancetime(), as advancing of time for large datasets is now dealt with under the hood. For datasets that have more than 3 time snapshots, Parcels runs in 'defer_load' mode, where the actual reading of NetCDF files is only performed when required. This means that longer lists of filenames inFieldSet.from_netcdf()(andFieldSet.from_nemo()) don't require more memory. If you still require the entire dataset to be loaded in one go, you can usefull_load=Trueas an option toFieldSet.from_netcdf(). - The
ParticleFileclass now always writes particle data inarrayformat. See also http://oceanparcels.org/faq.html#outputformat - The website has been revamped at http://oceanparcels.org, with repository at https://github.com/OceanParcels/oceanparcels_website