Skip to content

Commit 4dece3d

Browse files
committed
review feedback
1 parent 62f25be commit 4dece3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/examples/tutorial_peninsula_AvsCgrid.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"The notebook below shows how sensitive trajectories are to the combination of grid and velocity interpolation schemes. We will use the Peninsula example (also discussed in the [Quickstart to Parcels tutorial](https://docs.oceanparcels.org/en/latest/examples/parcels_tutorial.html#Sampling-a-Field-with-Particles)), but carefully compare how trajectories on the [A-grid and C-grid](https://docs.oceanparcels.org/en/latest/examples/documentation_indexing.html) version of this flow differ. To enhance the differences, we deliberately use a very course-resolution grid."
14+
"The notebook below shows how sensitive trajectories are to the combination of grid and velocity interpolation schemes. We will use the Peninsula example (also discussed in the [Quickstart to Parcels tutorial](https://docs.oceanparcels.org/en/latest/examples/parcels_tutorial.html#Sampling-a-Field-with-Particles)), and carefully compare how trajectories on the [A-grid and C-grid](https://docs.oceanparcels.org/en/latest/examples/documentation_indexing.html) version of this flow differ. To enhance the differences, we deliberately use a very coarse-resolution grid."
1515
]
1616
},
1717
{
@@ -36,7 +36,7 @@
3636
"cell_type": "markdown",
3737
"metadata": {},
3838
"source": [
39-
"We start with defining the `FieldSet` for the Peninsula flow and the grid. Note that on the A-grid we can directly calculate the velocities on the grid pints from the streamfunction `P`. On the C-grid, we need to differentiate the streamfunction `P` to get the velocities on the staggered `U` and `V` grid points."
39+
"We start with defining the `FieldSet` for the Peninsula flow and the grid. Note that on the A-grid we can directly calculate the velocities on the grid points from the streamfunction `P`. On the C-grid, we need to differentiate the streamfunction `P` to get the velocities on the staggered `U` and `V` grid points."
4040
]
4141
},
4242
{
@@ -230,7 +230,7 @@
230230
"cell_type": "markdown",
231231
"metadata": {},
232232
"source": [
233-
"Then, we finally plot the trajectories for all six experiments. We see that the trajectories are very sensitive to the combination of grid and velocity interpolation scheme. Note for example that using `cgrid_velocity` interpolation on an A-grid (fifth panel) leads to particles getting grounded on the land, which is not physical."
233+
"Finally, we plot the trajectories for all six experiments. We see that the trajectories are very sensitive to the combination of grid and velocity interpolation scheme. Note for example that using `cgrid_velocity` interpolation on an A-grid (fifth panel) leads to particles getting grounded on the land, which is not physical."
234234
]
235235
},
236236
{
@@ -291,7 +291,7 @@
291291
"cell_type": "markdown",
292292
"metadata": {},
293293
"source": [
294-
"Because we know that Particles have to follow lines of constant streamfunction, we can also plot the streamlines of the flow field. When we overlay the \"Agrid & linear interpolation\" and \"Cgrid & cgrid interpolation\" trajectories onto these streamlines, we see that they are subtly different."
294+
"Because we know that particles must follow lines of constant streamfunction, we can also plot the streamlines of the flow field. When we overlay the \"Agrid & linear interpolation\" and \"Cgrid & cgrid interpolation\" trajectories onto these streamlines, we see that they are subtly different."
295295
]
296296
},
297297
{
@@ -410,7 +410,7 @@
410410
],
411411
"metadata": {
412412
"kernelspec": {
413-
"display_name": "parcels",
413+
"display_name": "parcels-dev",
414414
"language": "python",
415415
"name": "python3"
416416
},
@@ -424,7 +424,7 @@
424424
"name": "python",
425425
"nbconvert_exporter": "python",
426426
"pygments_lexer": "ipython3",
427-
"version": "3.12.3"
427+
"version": "3.10.15"
428428
}
429429
},
430430
"nbformat": 4,

0 commit comments

Comments
 (0)