Skip to content

Commit

Permalink
Update demos/reanalysis-forced.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Barnes <[email protected]>
  • Loading branch information
navidcy and ashjbarnes authored Oct 5, 2024
1 parent 2098081 commit 94852b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/reanalysis-forced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 94852b3

Please sign in to comment.