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

FIX: intake-esgf + rooki notebook #36

Merged
merged 4 commits into from
Oct 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
8 changes: 4 additions & 4 deletions notebooks/globus-compute-service-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"| Concepts | Importance | Notes |\n",
"| --- | --- | --- |\n",
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n",
"| [Globus Compute Workflows](https://esgf2-us.github.io/esgf-cookbook/notebooks/enso-globus.html) | Necessary | Understanding of globus compute workflows |\n",
"| [Globus Compute Workflows](https://projectpythia.org/esgf-cookbook/notebooks/enso-globus.html) | Necessary | Understanding of globus compute workflows |\n",
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
"| [hvPlot with Xarray](https://hvplot.holoviz.org/user_guide/Integrations.html#multidimensional) | Helpful | Familiarity with plotting with Xarray and hvPlot |\n",
"\n",
Expand Down Expand Up @@ -1176,7 +1176,7 @@
"source": [
"## Remotely Execute + Access ENSO Data from CMIP6\n",
"\n",
"Within this demo, we are looking at a pre-defined, vetted function with the function ID of `49cd1ee0-2c4c-45f1-ab78-c4557fa25aa3`. For more on globus-compute function registration, please see the [globus compute with ENSO example](https://esgf2-us.github.io/esgf-cookbook/notebooks/enso-globus.html).\n",
"Within this demo, we are looking at a pre-defined, vetted function with the function ID of `49cd1ee0-2c4c-45f1-ab78-c4557fa25aa3`. For more on globus-compute function registration, please see the [globus compute with ENSO example](https://projectpythia.org/esgf-cookbook/notebooks/enso-globus.html).\n",
"\n",
"For this function, it takes the `source_id` as an input, one of the facets from CMIP6.\n",
"\n",
Expand Down Expand Up @@ -1854,7 +1854,7 @@
},
"source": [
"### What was in the `49cd1ee0-2c4c-45f1-ab78-c4557fa25aa3` function??\n",
"Below is the exact code that was registered at ALCF. If you are interested in writing your own compute functions, please review the [Globus Compute with ENSO Notebook](https://esgf2-us.github.io/esgf-cookbook/notebooks/enso-globus.html)"
"Below is the exact code that was registered at ALCF. If you are interested in writing your own compute functions, please review the [Globus Compute with ENSO Notebook](https://projectpythia.org/esgf-cookbook/notebooks/enso-globus.html)."
]
},
{
Expand Down Expand Up @@ -1997,7 +1997,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.15"
}
},
"nbformat": 4,
Expand Down
Loading
Loading