Skip to content

Commit 3056563

Browse files
author
Andrew Delman
committed
corrections to combining datasets tutorial
1 parent 60e4819 commit 3056563

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Combining_Multiple_Datasets.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"- **ECCO_L4_SSH_LLC0090GRID_MONTHLY_V4R4**\n",
2020
"- **ECCO_L4_OCEAN_3D_TEMPERATURE_FLUX_LLC0090GRID_MONTHLY_V4R4**\n",
2121
"\n",
22-
"If you did the previous tutorial you already have the temperature/salinity files.\n",
22+
"If you did the previous tutorial you already have the SSH files.\n",
2323
"\n",
2424
"Once you have the required ECCOv4 output downloaded, let's define our environment."
2525
]
@@ -77,7 +77,7 @@
7777
"cell_type": "markdown",
7878
"metadata": {},
7979
"source": [
80-
"# Open *c* point variable: ``SSH``"
80+
"### Open *c* point variable: ``SSH``"
8181
]
8282
},
8383
{
@@ -167,7 +167,7 @@
167167
"cell_type": "markdown",
168168
"metadata": {},
169169
"source": [
170-
"# Open *u* and *v* point variables: ``ADVx_TH`` and ``ADVy_TH``\n",
170+
"### Open *u* and *v* point variables: ``ADVx_TH`` and ``ADVy_TH``\n",
171171
"\n",
172172
"Now let's open the ECCOv4 output files containing the horizontal advective fluxes of potential temperature, ``ADVx_TH`` and ``ADVy_TH``."
173173
]

0 commit comments

Comments
 (0)