Skip to content

Commit

Permalink
Merge branch 'main' into INTAKE_Make_Your_Own_Database
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Aug 22, 2024
2 parents 95d4aa8 + a93add3 commit 2878097
Show file tree
Hide file tree
Showing 7 changed files with 4,791 additions and 1,424 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To access the data used in these recipes you need an account with the Australian

To **get started**, clone this repository in your local space on one of the NCI HPC machines so you can have access to model output. You should then be able to run these recipes (i.e., example analyses) through an [Australian Research Environment (ARE)](https://are.nci.org.au/) JupyterLab session running python or via any other way you might want to run a Jupyter notebook on an NCI HPC machine. You need to join projects _hh5_, _xp65_, _ik11_, _cj50_ and _ol01_ to run the recipes and access the data analysed.

If you plan to use an ARE session, then remember to include the projects in the _Storage_ line: `gdata/xp65+gdata/ik11+gdata/cj50+gdata/hh5+gdata/oi10` as well as any of your own project you need access to. In _Module directories_, set `/g/data/hh5/public/modules` and in _Modules_ set `conda/analysis3`. Use a _Compute Size_ of `large` or greater.
If you plan to use an ARE session, then remember to include the projects in the _Storage_ line: `gdata/xp65+gdata/ik11+gdata/cj50+gdata/hh5+gdata/ol01` as well as any of your own project you need access to. In _Module directories_, set `/g/data/hh5/public/modules` and in _Modules_ set `conda/analysis3`. Use a _Compute Size_ of `large` or greater.

If you have never used the NCI see these [first steps instructions](https://access-hive.org.au/getting_started/first_steps/) and [getting started with ARE](https://access-hive.org.au/getting_started/are/).

Expand Down
951 changes: 951 additions & 0 deletions Recipes/Along-slope-velocities.ipynb

Large diffs are not rendered by default.

2,532 changes: 2,532 additions & 0 deletions Recipes/Apply_function_to_every_gridpoint.ipynb

Large diffs are not rendered by default.

1,325 changes: 278 additions & 1,047 deletions Recipes/Cross-slope_section.ipynb

Large diffs are not rendered by default.

1,404 changes: 1,028 additions & 376 deletions Recipes/Meridional_Overturning_Circulation.ipynb

Large diffs are not rendered by default.

Binary file modified docs/_static/thumbnails/intake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

nbsphinx_execute = "never"
nbsphinx_thumbnails = {
"Tutorials/ACCESS-NRI_Intake_Catalog": "_static/thumbnails/intake.png",
"Tutorials/Make_Your_Own_Database": "_static/thumbnails/database.png",
"Tutorials/Submitting_analysis_jobs_to_gadi": "_static/thumbnails/gadi.png",
"Tutorials/Using_Explorer_tools": "_static/thumbnails/explore.png",
Expand Down

0 comments on commit 2878097

Please sign in to comment.