Parcels v1.0.4: a Lagrangian Ocean Analysis tool for the petascale age
Parcels v1.0.4 builds on the previous v1.0.3 release. Major changes since then
- Support for 
FieldLists(#393), which allows Kernels likeAdvectionRK4to work on multipleFieldsat once. See also the tutorial - Changing the plotting routines from 
Basemaptocartopy(#401). Note that this means you will need to uninstallBasemapand installcartopy, as they are conflicting - Interpolation of velocities on C-grids. This also means that the angle file is not needed anymore in 
FieldSet.from_nemo()(#394) - Much smaller output files by controlling the NetCDF chunk size (#366)
 - Displaying a 
Progressbarfor long (> 10 seconds) runs ofParticleSet.execute()(#381 and #418) - Possibility to initialise custom 
Variablesdirectly inParticleSet.from_list()(#397) - Numerous bug fixes
 
As always, please let us know if anything isn't working as expected.
Note that this release has some installation issues, so should not be used. Use v1.0.5 instead