Simulation runs for stranded bulls along the coast of Brittany, which occured in November and December 2023. This is supplementary code for the follow the money article, that can be found here.
Scripts for running a basic forward in time simulation, can be done by running the following scripts:
-
src/01_download_data.py : downloads datasets within a given timespan and
In order to download ocean data from Coperncius, a registration is mandatory. This can be done here.
-
src/02_run_parcels.py : compute advection forward in time, via seeding from the ship trajectories.
-
src/03_convert_data.py : convert data to compressed numpy files.
The simulation is based on Copernicus marine data, simulations are based on Parcels software.