Skip to content

Commit 49e5522

Browse files
committed
Disclaimer added
1 parent df73eaf commit 49e5522

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

parcels/examples/tutorial_plotting.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"The `show()` method of the `Particelset` class is capable of plotting the particle locations and velocity fields in scalar and vector form. In this notebook, we demonstrate these capabilities using the GlobCurrent dataset. We begin by importing the relevant modules."
7+
"# Parcels plotting methods\n",
8+
"**Disclaimer: This tutorial demonstrates the simple plotting functionality included in Parcels. For high quality analysis it is recommended to create your own code. [This tutorial](https://nbviewer.jupyter.org/github/OceanParcels/parcels/blob/master/parcels/examples/tutorial_output.ipynb) shows how to start a more advanced analysis.** The `show()` method of the `Particelset` class is capable of plotting the particle locations and velocity fields in scalar and vector form. In this notebook, we demonstrate these capabilities using the GlobCurrent dataset. We begin by importing the relevant modules."
89
]
910
},
1011
{
@@ -420,7 +421,7 @@
420421
"name": "python",
421422
"nbconvert_exporter": "python",
422423
"pygments_lexer": "ipython3",
423-
"version": "3.6.8"
424+
"version": "3.6.11"
424425
}
425426
},
426427
"nbformat": 4,

0 commit comments

Comments
 (0)