Skip to content

Commit f009c84

Browse files
Remove Meridional overturning circulation notebook (#548)
* Removed a notebook which should have been deleted, & removed a couple of errant markdown cells mentioning `cc.querying()` - no actual content though * Manual merge in main
1 parent b7d11b4 commit f009c84

File tree

2 files changed

+4
-2048
lines changed

2 files changed

+4
-2048
lines changed

β€ŽCooking-Lessons-101-Tutorials/ACCESS-NRI_Intake_Catalog.ipynbβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"source": [
1414
"This tutorial demonstrates how to use the ACCESS-NRI Intake catalog to load model or other output. The tutorial also showcases key similarities and differences with the deprecated COSIMA cookbook Python package.\n",
1515
"\n",
16+
"If you didn't use the cosima-cookbook, just ignore the references to it - this tutorial just included comparisons for those who did.\n",
17+
"\n",
1618
"⚠️ **Membership to project `xp65` is required to access the ACCESS-NRI Intake catalog** ⚠️\n",
1719
"\n",
1820
"This is a concise version of the longer [ACCESS-NRI Intake catalog documentation](https://access-nri-intake-catalog.readthedocs.io/) and related [COSIMA training workshop](https://github.com/ACCESS-Hive/cosima-training-workshop-2023/blob/main/Intake.ipynb). Users are encouraged to refer to these for more detail and demonstrations.\n",
@@ -24,7 +26,7 @@
2426
"cell_type": "markdown",
2527
"metadata": {},
2628
"source": [
27-
"# Too Long; Didn't Read:"
29+
"# Too Long; Didn't Read: \n"
2830
]
2931
},
3032
{
@@ -37,7 +39,7 @@
3739
"tags": []
3840
},
3941
"source": [
40-
"The most commonly used method from the cosima cookbook is `querying.getvar`, e.g.:\n",
42+
"The most commonly used method from the cosima cookbook was `querying.getvar`, e.g.:\n",
4143
"\n",
4244
"```python\n",
4345
"import cosima_cookbook as cc\n",

0 commit comments

Comments
Β (0)