.. plasticparcels documentation master file, created by sphinx-quickstart on Fri May 3 09:55:52 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Plasticparcels documentation ============================ Welcome to the documentation of ``plasticparcels``. ``plasticparcels`` is a python package for simulating the transport and dispersion of plastics in the ocean. The tool is based on the ``parcels`` computational Lagrangian ocean analysis framework, providing a modular and customisable collection of methods, notebooks, and tutorials for advecting virtual plastic particles with a wide range of physical properties. Installation ^^^^^^^^^^^^ ``plasticparcels`` can be installed using ``conda`` from the `conda-forge channel `_ with the following command: .. code-block:: conda install conda-forge::plasticparcels Or downloaded from https://github.com/OceanParcels/plasticparcels Required Data ^^^^^^^^^^^^^ ``plasticparcels`` has been developed for use with data from the Copernicus Marine Service, and requires the following data to run: * Hydrodynamic model data: `MOI GLO12 (psy4v3r1) `_ * Biogeochemical model data: `MOI BIO4 (biomer4v2r1) `_ * Wave data: `ECMWF ERA5 Wave `_ (specifically, the variables ``mean_wave_period``, ``peak_wave_period``, ``u_component_stokes_drift``, and ``v_component_stokes_drift``.) * Wind data: `ECMWF ERA5 Wind `_ (specifically, the variables ``10m_u_component_of_wind`` and ``10m_v_component_of_wind``) For downloading the wind and wave data, we recommend using the `CDS API `_. To run the examples, you will need to update the data directories in the relevant settings ``.json`` file. Just like the ``parcels`` framework, ``plasticparcels`` can be adapted to use other hydrodynamic, biogeochemical, wave, and atmospheric models. If you require assistance, please contact us through the `Discussions page on GitHub `_. Community Guidelines ^^^^^^^^^^^^^^^^^^^^ We welcome contributions to ``plasticparcels``, especially example workbooks and analyses for our `public examples page `_. To contribute to the project, please submit a `pull request `_. If you want to request a new feature, or if you find an issue or bug in the code, please open an issue in the `plasticparcels issue tracker `_. If you would like support using ``plasticparcels``, or are have any questions about your ``plasticparcels`` simulations, please start a discussion in the `plasticparcels discussion page `_. .. toctree:: :maxdepth: 2 :caption: Contents Home Examples Physics kernels Plastic initialisation maps API reference OceanParcels website