Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Make your own intake datastore recipe #440

Merged
merged 4 commits into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading