Documentation and Tutorials#

Shown below are several documentation and tutorial Jupyter notebooks and scripts which go through various aspects of Parcels.

Warning

In v3.1.0 we updated kernels in the tutorials to use parcels.ParcelsRandom instead of from parcels import ParcelsRandom. Due to our C-conversion code, using parcels.ParcelsRandom only works with v3.1.0+. When browsing/downloading the tutorials, it’s important that you are using the documentation corresponding to the version of Parcels that you have installed. You can find which parcels version you have installed by doing import parcels followed by print(parcels.__version__). If you don’t want to use the latest version of Parcels, you can browse prior versions of the documentation by using the version switcher in the bottom right of this page.

Python Example Scripts#