Skip to content

Commit 743598f

Browse files
authored
Merge branch 'main' into INTAKE_Querying_Scalar_Quantities_and_Annually_Averaged_Timeseries
2 parents c7aba57 + a2b1952 commit 743598f

8 files changed

+7824
-1633
lines changed

Recipes/Along-slope-velocities.ipynb

Lines changed: 951 additions & 0 deletions
Large diffs are not rendered by default.

Recipes/Cross-slope_section.ipynb

Lines changed: 278 additions & 1047 deletions
Large diffs are not rendered by default.

Recipes/Meridional_Overturning_Circulation.ipynb

Lines changed: 1028 additions & 376 deletions
Large diffs are not rendered by default.

Recipes/Model_Resolution_Comparison.ipynb

Lines changed: 535 additions & 203 deletions
Large diffs are not rendered by default.

Recipes/regional-mom6-forced-by-access-om2.ipynb

Lines changed: 4536 additions & 0 deletions
Large diffs are not rendered by default.

Tutorials/Make_Your_Own_Database.ipynb

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,27 @@
1111
"**Requirements:** We recommend that you use `conda/analysis3-21.04` (or later) kernel on NCI (or your own up-to-date `cosima-cookbook` installation)."
1212
]
1313
},
14+
{
15+
"cell_type": "markdown",
16+
"metadata": {},
17+
"source": [
18+
"<div style=\"background-color: #FBCEB1;border-color: #dFb5b4;border-left: 5px solid #CC5500;padding: 0.5em\">NOTE: We recommend for projects using ACCESS data, that you <a href=\"Make_Your_Own_Intake_Datastore.ipynb\">create your own intake-esm datastore</a> instead of using to cookbook. The cookbook will be deprecated soon and this tutorial removed. </div>"
19+
]
20+
},
1421
{
1522
"cell_type": "code",
1623
"execution_count": 1,
17-
"metadata": {},
24+
"metadata": {
25+
"execution": {
26+
"iopub.execute_input": "2024-08-22T06:09:11.864080Z",
27+
"iopub.status.busy": "2024-08-22T06:09:11.862951Z",
28+
"iopub.status.idle": "2024-08-22T06:09:22.155093Z",
29+
"shell.execute_reply": "2024-08-22T06:09:22.154188Z",
30+
"shell.execute_reply.started": "2024-08-22T06:09:11.864023Z"
31+
}
32+
},
1833
"outputs": [],
1934
"source": [
20-
"%matplotlib inline\n",
21-
"%config InlineBackend.figure_format='retina'\n",
22-
"\n",
2335
"import cosima_cookbook as cc"
2436
]
2537
},
@@ -259,9 +271,9 @@
259271
],
260272
"metadata": {
261273
"kernelspec": {
262-
"display_name": "Python [conda env:analysis3-21.04]",
274+
"display_name": "Python [conda env:analysis3-24.04] *",
263275
"language": "python",
264-
"name": "conda-env-analysis3-21.04-py"
276+
"name": "conda-env-analysis3-24.04-py"
265277
},
266278
"language_info": {
267279
"codemirror_mode": {
@@ -273,7 +285,7 @@
273285
"name": "python",
274286
"nbconvert_exporter": "python",
275287
"pygments_lexer": "ipython3",
276-
"version": "3.8.10"
288+
"version": "3.10.14"
277289
},
278290
"thumbnail_figure": "assets/database.png"
279291
},

Tutorials/Make_Your_Own_Intake_Datastore.ipynb

Lines changed: 477 additions & 0 deletions
Large diffs are not rendered by default.

docs/_static/thumbnails/intake.png

2.44 KB
Loading

0 commit comments

Comments
 (0)