Skip to content

Commit 48fd7f6

Browse files
committed
Updates to fisheries example - shorter title and removing minor imports
1 parent e183fc3 commit 48fd7f6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/examples/example_Croatian_fisheries.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Sensitivity of biofouling parameters - The pathways and fate of plastic pollution from Croatian registered fishing vessels\n",
7+
"# Sensitivity of biofouling parameters - Plastic pollution from Croatian fishing vessels\n",
88
"In this example, we will use `plasticparcels` to run a basic simulation of microplastic pollution emitted from Croatian registered fishing vessels. We will use the [Open-sea fishing-related plastic emissions dataset](https://plastic.oceanparcels.org/en/latest/initialisationmaps.html#open-sea-fishing-related-plastic-emissions) to release virtual particles in ocean model grid cells, using the 3D velocity fields to advect the particles. We also include the effects of biofouling and Stokes drift on the particles. We will run two simulations, one with the default biofouling parameters, and another where we vary some of the biofouling parameters."
99
]
1010
},
@@ -16,8 +16,7 @@
1616
"source": [
1717
"# Library imports\n",
1818
"from datetime import datetime, timedelta\n",
19-
"import os\n",
20-
"os.chdir('../../')\n",
19+
"\n",
2120
"# Parcels and PlasticParcels imports\n",
2221
"import plasticparcels as pp\n",
2322
"\n",

0 commit comments

Comments
 (0)