Skip to content

Commit 977d926

Browse files
Merge pull request #2471 from Parcels-code/moving_tutorials
Moving/renaming tutorials
2 parents 557916c + 8de3ef7 commit 977d926

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/getting_started/explanation_concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ We have to be careful with writing kernels for vector fields on Curvilinear grid
162162
- [Sample fields like temperature](../user_guide/examples/tutorial_sampling.ipynb).
163163
- [Mimic the behaviour of ARGO floats](../user_guide/examples/tutorial_Argofloats.ipynb).
164164
- [Add diffusion to approximate subgrid-scale processes and unresolved physics](../user_guide/examples/tutorial_diffusion.ipynb).
165-
- [Convert between units in m/s and degrees](../user_guide/examples/tutorial_unitconverters.ipynb).
165+
- [Convert velocities between units in m s<sup>-1</sup> and degrees s<sup>-1</sup>](../user_guide/examples/tutorial_velocityconversion.ipynb).
166166
```
167167

168168
## 4. Execute

docs/user_guide/examples_v3/tutorial_nemo_3D.ipynb renamed to docs/user_guide/examples/tutorial_nemo_3D.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"cell_type": "markdown",
66
"metadata": {},
77
"source": [
8-
"# Nemo 3D tutorial\n"
8+
"# 🖥️ Nemo 3D tutorial\n"
99
]
1010
},
1111
{

docs/user_guide/examples/tutorial_unitconverters.ipynb renamed to docs/user_guide/examples/tutorial_velocityconversion.ipynb

File renamed without changes.

docs/user_guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The tutorials written for Parcels v3 are currently being updated for Parcels v4.
2626
:titlesonly:
2727
examples/explanation_grids.md
2828
examples/tutorial_nemo_curvilinear.ipynb
29-
examples_v3/tutorial_nemo_3D.ipynb # TODO move to examples folder
30-
examples/tutorial_unitconverters.ipynb
29+
examples/tutorial_nemo_3D.ipynb
30+
examples/tutorial_velocityconversion.ipynb
3131
examples/tutorial_nestedgrids.ipynb
3232
```
3333

src/parcels/_core/fieldset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def add_constant_field(self, name: str, value, mesh: Mesh = "spherical"):
136136
Value of the constant field
137137
mesh : str
138138
String indicating the type of mesh coordinates,
139-
see also `this tutorial <../examples/tutorial_unitconverters.ipynb>`__:
140139
141140
1. spherical (default): Lat and lon in degree, with a
142141
correction for zonal velocity U near the poles.

0 commit comments

Comments
 (0)