From 43272da116497705be57e35434a5055202e900f8 Mon Sep 17 00:00:00 2001 From: flicj191 Date: Fri, 13 Sep 2024 12:48:50 +1000 Subject: [PATCH 1/4] Add links to tutorials --- docs/tutorials/esmvaltool.md | 4 ++++ docs/tutorials/payu.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/esmvaltool.md b/docs/tutorials/esmvaltool.md index 9ca7fb010..52290cbfa 100644 --- a/docs/tutorials/esmvaltool.md +++ b/docs/tutorials/esmvaltool.md @@ -2,6 +2,9 @@ The Earth System Model Evaluation Tool (ESMValTool) is a tool developed for evaluation of Earth System Models in CMIP (Climate Model Intercomparison Projects). For more information, check the [ACCESS-NRI ESMValTool-workflow at NCI](/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_esmvaltool). +## 2024 Training day CMIP7 Hackathon +- [CMIP7 Evaluation Hackathon tutorial](https://access-nri.github.io/CMIP7_MED_Hackathon/) + ## YouTube Video Series 1. [What is ESMValTool?](https://www.youtube.com/watch?v=YSs6A0H1MwE&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=1) 2. [ESMValTool - NCI quickstart guide](https://www.youtube.com/watch?v=LSOzl6_CNy8&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=2) @@ -12,6 +15,7 @@ The Earth System Model Evaluation Tool (ESMValTool) is a tool developed for eval 7. [ESMValTool: Data Management](https://www.youtube.com/watch?v=efvzi7dUYmk&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=7) 8. [ESMValTool: Debugging](https://www.youtube.com/watch?v=SuQ30YNQ6Cw&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=8) 9. [Visual Studio Code Workflow for Gadi](https://www.youtube.com/watch?v=fSxirzDR3iw&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=9) +10. [ESMValCore API Introduction](https://www.youtube.com/watch?v=-5Vkpae18JA&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=10) ## 2023 ACCESS workshop - [Working with ESMValTool](https://github.com/ACCESS-NRI/workshop-training-2023/blob/main/esmvaltool/ESMValTool_training_VDI.md) \ No newline at end of file diff --git a/docs/tutorials/payu.md b/docs/tutorials/payu.md index 87aa4a7f9..435ca8b2c 100644 --- a/docs/tutorials/payu.md +++ b/docs/tutorials/payu.md @@ -2,5 +2,9 @@ Payu is used in the run of [ACCESS-OM](/models/run-a-model/run-access-om) -## Tutorial coming +## Training day 2024 +- [Running Model Experiments with payu and git](https://forum.access-hive.org.au/t/running-model-experiments-with-payu-and-git/2285) +## Forum March 2024 + +- [ACCESS-OM2 payu tutorial](https://forum.access-hive.org.au/t/access-om2-payu-tutorial/1750) From 57dd51e4bb3b852236a112677b2b1ee6e44e9c0e Mon Sep 17 00:00:00 2001 From: flicj191 Date: Fri, 13 Sep 2024 13:49:52 +1000 Subject: [PATCH 2/4] year first in heading --- docs/tutorials/payu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/payu.md b/docs/tutorials/payu.md index 435ca8b2c..e6651d41a 100644 --- a/docs/tutorials/payu.md +++ b/docs/tutorials/payu.md @@ -2,9 +2,9 @@ Payu is used in the run of [ACCESS-OM](/models/run-a-model/run-access-om) -## Training day 2024 +## 2024 Training day - [Running Model Experiments with payu and git](https://forum.access-hive.org.au/t/running-model-experiments-with-payu-and-git/2285) -## Forum March 2024 +## 2024 March - [ACCESS-OM2 payu tutorial](https://forum.access-hive.org.au/t/access-om2-payu-tutorial/1750) From 90c731cef21d6aa16ee5a55d733e7fa026d9cee6 Mon Sep 17 00:00:00 2001 From: flicj191 Date: Fri, 13 Sep 2024 14:04:59 +1000 Subject: [PATCH 3/4] specific cmip7 hackathon pages --- docs/tutorials/esmvaltool.md | 6 ++++++ docs/tutorials/ilamb.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/docs/tutorials/esmvaltool.md b/docs/tutorials/esmvaltool.md index 52290cbfa..af4259228 100644 --- a/docs/tutorials/esmvaltool.md +++ b/docs/tutorials/esmvaltool.md @@ -4,6 +4,12 @@ The Earth System Model Evaluation Tool (ESMValTool) is a tool developed for eval ## 2024 Training day CMIP7 Hackathon - [CMIP7 Evaluation Hackathon tutorial](https://access-nri.github.io/CMIP7_MED_Hackathon/) +See the following episodes for tutorials on ESMValTool on Gadi: +1. [Running your first recipe](https://access-nri.github.io/CMIP7_MED_Hackathon/02-runarecipe/index.html) +2. [Writing your own recipe](https://access-nri.github.io/CMIP7_MED_Hackathon/04-writingyourrecipe/index.html) +3. [Writing your own diagnostic script](https://access-nri.github.io/CMIP7_MED_Hackathon/05-writingdiagnostics/index.html) +4. [Use a Jupyter Notebook to run a recipe](https://access-nri.github.io/CMIP7_MED_Hackathon/06-jupyternotebook/index.html) +5. [ESMValCore in Jupyter notebook](https://access-nri.github.io/CMIP7_MED_Hackathon/07-esmvalcoreapi/index.html) ## YouTube Video Series 1. [What is ESMValTool?](https://www.youtube.com/watch?v=YSs6A0H1MwE&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=1) diff --git a/docs/tutorials/ilamb.md b/docs/tutorials/ilamb.md index 37625f7eb..88a425f3a 100644 --- a/docs/tutorials/ilamb.md +++ b/docs/tutorials/ilamb.md @@ -2,6 +2,11 @@ The International Land Model Benchmarking (ILAMB) system is a python framework used to quantitatively compare a defined set of observable variables with a number of land models. For more information, check [ACCESS-NRI ILAMB-workflow at NCI](/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_ilamb). +## 2024 Training day CMIP7 Hackathon +ILAMB episodes as part of this event: +1. [Running the ILAMB on Gadi](https://access-nri.github.io/CMIP7_MED_Hackathon/08-ilamb-exercise-1/index.html) +2. [ILAMB support for RAW ACCESS-ESM outputs](https://access-nri.github.io/CMIP7_MED_Hackathon/09-ilamb-exercies-2/index.html) + ## YouTube Video Series 1. [ILAMB - Getting started](https://www.youtube.com/watch?v=94o17KXQ34I&t=40s&ab_channel=AustralianEarthSystemSimulator%28ACCESS-NRI%29) 2. [ILAMB MMT Unified Dashboard](https://www.youtube.com/watch?v=A2T-xcVLZdA&ab_channel=AustralianEarthSystemSimulator%28ACCESS-NRI%29) From 789aad73a113684affe396da6cbdc370b2684707 Mon Sep 17 00:00:00 2001 From: Felicity Chun <32269066+flicj191@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:11:09 +1000 Subject: [PATCH 4/4] Update docs/tutorials/payu with ESM Co-authored-by: Davide Marchegiani --- docs/tutorials/payu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/payu.md b/docs/tutorials/payu.md index e6651d41a..4f1369172 100644 --- a/docs/tutorials/payu.md +++ b/docs/tutorials/payu.md @@ -1,6 +1,6 @@ # Payu -Payu is used in the run of [ACCESS-OM](/models/run-a-model/run-access-om) +Payu is used to run [ACCESS-OM](/models/run-a-model/run-access-om) and [ACCESS-ESM](/models/run-a-model/run-access-esm). ## 2024 Training day - [Running Model Experiments with payu and git](https://forum.access-hive.org.au/t/running-model-experiments-with-payu-and-git/2285)