Skip to content

Commit a2d58a5

Browse files
Merge pull request #1 from OceanParcels/particle_release_development
Particle release development
2 parents d3312cb + 20af07b commit a2d58a5

29 files changed

Lines changed: 19974 additions & 3231 deletions

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
data/
1+
data/
2+
fig/
3+
**.code-workspace*
4+
**.DS_store**
5+
**.pyc**

paper/paper.bib

Whitespace-only changes.

paper/paper.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: 'PlasticParcels: A python package for marine plastic dispersal simulations using Parcels'
3+
tags:
4+
- Tag 1
5+
- Tag 2
6+
- Tag 3
7+
authors:
8+
- name: Author A. One
9+
orcid: 0000-0000-0000-0000
10+
affiliation: 1
11+
- name: Author B. Two
12+
orcid: 0000-0000-0000-0001
13+
affiliation: 2
14+
15+
affiliations:
16+
- name: Affil 1
17+
index: 1
18+
- name: Affil 2
19+
index: 2
20+
date: 12 January 2024
21+
bibliography: paper.bib
22+
link-bibliography: false
23+
---
24+
25+
# Summary
26+
-- to update, this is just what we used in the OSM24 abstract
27+
Lagrangian ocean analysis, where virtual particles are tracked in hydrodynamic flow fields, is widely used to uncover and investigate the pathways and timescales of the dispersion of plastic particulates in the ocean. However, plastics of different properties (e.g., size, shape, density) behave differently due to the complex fine-scale physics at play. This has led to a proliferation of community-developed software packages that are specific to particular plastic classes, or ocean models, and are inflexible and difficult to integrate into different applications. PlasticParcels is a python tool for simulating the dispersion of plastics in the global ocean. The tool is based on the Parcels computational Lagrangian framework, providing a modular and customizable python notebook for advecting virtual plastic particles with a wide range of properties, applying a collection of physical processes such as Stokes drift, wind-induced drift, biofouling, and turbulent mixing. The current version supports nano- and microplastic behavior, with support for macroplastics planned in the near-future. It has been designed for use on the Copernicus Marine Service platform, providing new plastic modelling capabilities as part of the NECCTON project.
28+
29+
30+
# Statement of need
31+
32+
-- Statement of need
33+
34+
# Usage Examples
35+
36+
-- Add examples
37+
38+
## Subsection
39+
-- something
40+
41+
# Acknowledgments
42+
43+
Acknowledgements
44+
45+
# References

src/.DS_Store

-6 KB
Binary file not shown.

src/DRAKKAR workshop code/PlasticParcels.ipynb

Lines changed: 402 additions & 0 deletions
Large diffs are not rendered by default.

src/DRAKKAR workshop code/PlasticParcels/helper.py

Lines changed: 473 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)