Published April 5, 2018
| Version v1.0.2
Software
Open
OceanParcels/parcels: Parcels v1.0.2: a Lagrangian Ocean Analysis tool for the petascale age
Authors/Creators
- 1. Utrecht University
- 2. European Centre for Medium-Range Weather Forecasts (ECMWF)
- 3. Imperial College London
Description
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
Files
OceanParcels/parcels-v1.0.2.zip
Files
(1.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:1878d67f03e0c1a0fb49ad054fabca94
|
1.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/OceanParcels/parcels/tree/v1.0.2 (URL)