Dispersal in the global coastal ocean

Would you, without running your own regional numerical ocean circulation model or downloading terrabytes of numerical ocean circulation model output, like to:

All this can be done in R with pre-computed particle tracks calculated from currents from the Mercator 1/12th of degree global ocean model described in in this data sheet. The particle tracking was made with oceanParcels, a python package described in at oceanparcels.org. For details of dates included, depths released and depth behaviors simulated, see the current github repository at https://github.com/JamiePringle/EZfate.

NOTE WELL: if you have trouble downloading data, update to the latest version of this code from GitHub. If I ever have to change where or how I store the data, the updated code will be modified to access the data.

To quickly see what you need to do generate these figures, and to adapt this resource to your needs, the following R notebooks are provided. If you want to get a quick glimpse of the capabilities of this code, you can skip ahead to notebook 04 and the following notebooks. But if you want to use this code, please go through them carefully and in order through at least notebook 4.

To download the code to run it locally, go to the gitHub directiory and look at the right-hand side toolbar for the “Releases” tab and click on the green “latest” button, or go to this page.

There are some other R notebooks you might find helpful.

In the next section, you will learn what R packages must be installed to use EZfate.