Skip to content

Commit

Permalink
Add Make your own intake datastore recipe (#440)
Browse files Browse the repository at this point in the history
* Add Make your own intake datastore recipe

---------

Co-authored-by: dougiesquire <dougiesquire@users.noreply.github.com>
  • Loading branch information
anton-seaice and dougiesquire committed Aug 25, 2024
1 parent 87911ff commit b72633a
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 7 deletions.
26 changes: 19 additions & 7 deletions Tutorials/Make_Your_Own_Database.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,27 @@
"**Requirements:** We recommend that you use `conda/analysis3-21.04` (or later) kernel on NCI (or your own up-to-date `cosima-cookbook` installation)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<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>"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-22T06:09:11.864080Z",
"iopub.status.busy": "2024-08-22T06:09:11.862951Z",
"iopub.status.idle": "2024-08-22T06:09:22.155093Z",
"shell.execute_reply": "2024-08-22T06:09:22.154188Z",
"shell.execute_reply.started": "2024-08-22T06:09:11.864023Z"
}
},
"outputs": [],
"source": [
"%matplotlib inline\n",
"%config InlineBackend.figure_format='retina'\n",
"\n",
"import cosima_cookbook as cc"
]
},
Expand Down Expand Up @@ -259,9 +271,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:analysis3-21.04]",
"display_name": "Python [conda env:analysis3-24.04] *",
"language": "python",
"name": "conda-env-analysis3-21.04-py"
"name": "conda-env-analysis3-24.04-py"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -273,7 +285,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.14"
},
"thumbnail_figure": "assets/database.png"
},
Expand Down
Loading

0 comments on commit b72633a

Please sign in to comment.