Skip to content

Commit d4ed9ae

Browse files
authored
Merge pull request #44 from OceanParcels/update_CMS_paper
Updates to the JOSS paper submission
2 parents 920fd8e + 7b42de4 commit d4ed9ae

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

docs/paper/paper.bib

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,6 @@ @article{Large1994
2929
year = {1994}
3030
}
3131

32-
@misc{Allen1999,
33-
title = {{Review of leeway: field experiments and implementation. USCG R&D center technical report CG-D-08-99}},
34-
author = {Allen, A.A., Plourde, J.V.},
35-
year = {1999},
36-
month = {April},
37-
howpublished = {Available via: https://ntrl.ntis.gov/NTRL/},
38-
note = {{Accessed: 18 April 2024}}
39-
}
40-
41-
42-
@misc{Allen2005,
43-
title = {{Leeway divergence. USCG R&D center technical report CG-D-05-05}},
44-
author = {Allen, A.A.},
45-
year = {2005},
46-
month = {January},
47-
howpublished = {Available via: https://ntrl.ntis.gov/NTRL/},
48-
note = {{Accessed: 18 April 2024}}
49-
}
50-
5132
@article{Grawe2012,
5233
author = {Gräwe, Ulf and Deleersnijder, Eric and Shah, Syed Hyder Ali Muttaqi and Heemink, Arnold Willem},
5334
doi = {10.1007/s10236-012-0523-y},
@@ -63,8 +44,6 @@ @article{Grawe2012
6344
year = {2012}
6445
}
6546

66-
67-
6847
@article{Lebreton2012,
6948
author = {Lebreton, L.C.-M. and Greer, S.D. and Borrero, J.C.},
7049
doi = {10.1016/j.marpolbul.2011.10.027},
@@ -419,10 +398,3 @@ @article{Kaandorp2023
419398
volume = {16},
420399
year = {2023}
421400
}
422-
423-
@misc{CMS,
424-
title = {{Copernicus Marine Service}},
425-
howpublished = {https://marine.copernicus.eu/},
426-
note = {{Accessed: 27 March 2024}},
427-
year = {2024}
428-
}

docs/paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ link-bibliography: false
2323
# Summary
2424
`plasticparcels` is a python package for simulating the transport and dispersion of plastics in the ocean. The tool is based on `v3.0.3` of the `parcels` computational Lagrangian ocean analysis framework [@Lange2017; @Delandmeter2019], providing a modular and customisable collection of methods, notebooks, and tutorials for advecting virtual plastic particles with a wide range of physical properties. The tool applies a collection of physical processes to the virtual particles, such as Stokes drift, wind-induced drift, biofouling, and turbulent mixing, via custom particle behaviour programmed in the form of `Kernels`. In addition to the fine-scale physics parameterisations, `plasticparcels` provides global particle initialisation maps that represent best estimates for plastic pollution emissions along coastlines [@Jambeck2015], from river sources [@Meijer2021], and in the open-ocean from fishing-related activities [@Kroodsma2018], as well as a current best estimate of buoyant plastic concentrations globally [@Kaandorp2023]. We envisage `plasticparcels` as a tool for easy-to-run plastic dispersal simulations; as well as for rapid prototyping, development, and testing of new fine-scale physics parameterisations.
2525

26-
The current version supports nano- and microplastic behaviour, with support for macroplastics planned in the near-future. It has been designed for use with hydrodynamic and biogeochemical data from the Copernicus Marine Service [@CMS], providing new plastic modelling capabilities as part of the NECCTON project. `plasticparcels` is easily adapted to run on local machines and high-performance computing (HPC) architecture with various hydrodynamic, biogeochemical, and other model fields as input. A future goal is to embed `plasticparcels` within a cloud platform to allow for even more rapid prototyping, development, and simulations.
26+
The current version supports nano- and microplastic behaviour, with support for macroplastics planned in the near-future. It has been designed for use with hydrodynamic and biogeochemical data from the [Copernicus Marine Service](https://marine.copernicus.eu/), providing new plastic modelling capabilities as part of the NECCTON project. `plasticparcels` is easily adapted to run on local machines and high-performance computing (HPC) architecture with various hydrodynamic, biogeochemical, and other model fields as input. A future goal is to embed `plasticparcels` within a cloud platform to allow for even more rapid prototyping, development, and simulations.
2727

2828

2929
# Statement of need

0 commit comments

Comments
 (0)