Skip to content

Commit ad2fd77

Browse files
committed
Capitalising the 'A' in some of the 'Arakawa' text
1 parent 6d53f60 commit ad2fd77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/examples/documentation_indexing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"\n",
2424
"## Barycentric coordinates and indexing in Parcels\n",
2525
"\n",
26-
"### arakawa C-grids\n",
26+
"### Arakawa C-grids\n",
2727
"\n",
2828
"In a regular grid (also called an Arakawa A-grid), the velocities (`U`, `V` and `W`) and tracers (e.g. temperature) are all located in the center of each cell. But hydrodynamic model data is often supplied on staggered grids (e.g. for NEMO, POP and MITgcm), where `U`, `V` and `W` are shifted with respect to the cell centers.\n",
2929
"\n",
@@ -68,7 +68,7 @@
6868
"cell_type": "markdown",
6969
"metadata": {},
7070
"source": [
71-
"Let's see how this works. We'll use the NemoNorthSeaORCA025-N006_data data, which is on an arakawa C-grid. If we create the `FieldSet` using the coordinates in the U, V and W files, we get an Error as seen below:\n"
71+
"Let's see how this works. We'll use the NemoNorthSeaORCA025-N006_data data, which is on an Arakawa C-grid. If we create the `FieldSet` using the coordinates in the U, V and W files, we get an Error as seen below:\n"
7272
]
7373
},
7474
{

0 commit comments

Comments
 (0)