From 94852b37a583c298a1b8c171206df4bb066065a7 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Sun, 6 Oct 2024 09:54:18 +1100 Subject: [PATCH] Update demos/reanalysis-forced.ipynb Co-authored-by: Ashley Barnes <53282288+ashjbarnes@users.noreply.github.com> --- demos/reanalysis-forced.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/reanalysis-forced.ipynb b/demos/reanalysis-forced.ipynb index e3f2319a..ef722983 100644 --- a/demos/reanalysis-forced.ipynb +++ b/demos/reanalysis-forced.ipynb @@ -168,7 +168,7 @@ "source": [ "### Modular workflow!\n", "\n", - "After constructing our `expt` object, if we don't like default horizontal and vertical grids (`hgrid` and `vgrid`) we can modify and then save them back into the `expt` object. However, we will also need to save them to disk again. For example:\n", + "After constructing our `expt` object, if we don't like the default horizontal and vertical grids (`hgrid` and `vgrid`) we can modify and then save them back into the `expt` object. However, we will also need to save them to disk again. For example:\n", "\n", "```python\n", "new_hgrid = xr.open_dataset(input_dir + \"/hgrid.nc\")\n",