There is a newer version of the record available.

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

  • 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 in FieldSet.from_netcdf() (and FieldSet.from_nemo()) don't require more memory. If you still require the entire dataset to be loaded in one go, you can use full_load=True as an option to FieldSet.from_netcdf().
  • TheParticleFile class now always writes particle data in array format. 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