Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into flick/525-MEDR…
Browse files Browse the repository at this point in the history
…eview
  • Loading branch information
flicj191 committed May 1, 2024
2 parents 6aa194a + 986a772 commit 545f055
Show file tree
Hide file tree
Showing 8 changed files with 469 additions and 365 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
{
"pattern": "linkedin.com"
},
{
"pattern": "https://opus.nci.org.au"
},
{
"pattern": "^http://www.bom.gov.au"
}
Expand Down
4 changes: 3 additions & 1 deletion docs/community_resources/workshops_events_archive/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Workshops and Events Archive

<a href="access_workshop_2023" class="med-text bold display-block">ACCESS Community Workshop 2023</a>
<a href="access_workshop_2023" class="med-text bold display-block">ACCESS Community Workshop 2023</a>

<a href="https://github.com/ACCESS-NRI/CMIP7-Hackathon" target="_blank" class="med-text bold display-block">CMIP7 Hackathon Resources</a>
10 changes: 6 additions & 4 deletions docs/js/miscellaneous.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@ function tabFunctionality() {


/*
Add the external-link icon to <a> tags with target="_blank"
Make links that go to a different website 'external' by adding the
target="_blank" attribute, and add an external-link icon to them.
*/
function addExternalLinkIcon() {
let extLinks = document.querySelectorAll("article a[target='_blank']:not(:is(.vertical-card,.horizontal-card))");
function makeLinksExternal() {
let extLinks = document.querySelectorAll("article a[href^='http']:not([href^='https://access-hive.org.au']):not(:is(.vertical-card,.horizontal-card))");
extLinks.forEach(link => {
link.classList.add('external-link');
link.setAttribute('target','_blank');
})
}

Expand Down Expand Up @@ -216,7 +218,7 @@ function main() {
adjustScrollingToId();
tabFunctionality();
sortTables();
addExternalLinkIcon();
makeLinksExternal();
fitText();
toggleTerminalAnimations();
makeCitationLinks();
Expand Down
6 changes: 6 additions & 0 deletions docs/models/model_components/land.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Directly coupled into the <a href="../atmosphere#unified-model-um">UM</a>, CABLE
<br>
CABLE can also be run as a standalone model, for a single location, a region or globally.

### benchcab: evaluation tool for CABLE

<a href="https://benchcab.readthedocs.io/en/stable/" target="_blank">benchcab</a> is a testing framework tool for CABLE. It allows to test CABLE's scientific performance across a range of model configurations and model versions. The tool currently tests CABLE offline only with flux site simulations, using observed eddy covariance data and with spatial simulations over a region or globally. The output of these simulations can then be uploaded to <a href="https://modelevaluation.org/" target="_blank">modelevaluation.org</a> for a statistical analysis of the scientific performance of the supplied configurations.

We invite you to refer to <a href="https://benchcab.readthedocs.io/en/stable/" target="_blank">the documentation</a> to know how to use the tool and learn about current limitations to the functionalities.

## JULES

The <a href="https://jules.jchmr.org/" target="_blank">Joint UK Land Environment System (JULES)</a> is a community land surface model that can be used both as a standalone model and as the land surface component in the UM model. By modelling different land surface processes (surface energy balance, hydrological cycle, carbon cycle, dynamic vegetation, etc.) and their interaction with each other, JULES provides a framework to assess the impact of modifying a particular process on the ecosystem as a whole, for example the impact of climate change on hydrology.
Expand Down
800 changes: 441 additions & 359 deletions docs/models/run-a-model/run-access-om.md

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/tutorials/esmvaltool.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
The Earth System Model Evaluation Tool (ESMValTool) is a tool developed for evaluation of Earth System Models in CMIP (Climate Model Intercomparison Projects). See <a href="\model_evaluation\model_evaluation_on_gadi\model_evaluation_on_gadi_esmvaltool.md">here</a> for an introduction and information for usage on Gadi.

## 2023 video series
## YouTube Video Series
1. <a href="https://www.youtube.com/watch?v=YSs6A0H1MwE&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=1" target="_blank">What is ESMValTool?</a>
2. <a href="https://www.youtube.com/watch?v=LSOzl6_CNy8&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=2" target="_blank">ESMValTool - NCI quickstart guide</a>
3. <a href="https://www.youtube.com/watch?v=etOW9nZZAeE&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=3" target="_blank">ESMValTool - The config user file</a>
4. <a href="https://www.youtube.com/watch?v=PvHXr6z3VRU&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=4" target="_blank">Understanding ESMValTool recipes</a>
5. <a href="https://www.youtube.com/watch?v=2ml231NGnq8&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=5" target="_blank">ESMValTool: Write your own recipes and diagnostics</a>
6. <a href="https://www.youtube.com/watch?v=NPIJWpLqGjs&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=6" target="_blank">ESMValTool: CMORizing</a>
7. <a href="https://www.youtube.com/watch?v=efvzi7dUYmk&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=7" target="_blank">ESMValTool: Data Management</a>
8. <a href="https://www.youtube.com/watch?v=SuQ30YNQ6Cw&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=8" target="_blank">ESMValTool: Debugging</a>
9. <a href="https://www.youtube.com/watch?v=fSxirzDR3iw&list=PLFjfi2xLaFpJp59LvDc1upQsj_xzFlFLc&index=9" target="_blank">Visual Studio Code Workflow for Gadi</a>

## 2023 ACCESS workshop
- <a href="https://github.com/ACCESS-NRI/workshop-training-2023/blob/main/esmvaltool/ESMValTool_training_VDI.md" target="_blank">Working with ESMValTool</a>
4 changes: 4 additions & 0 deletions docs/tutorials/ilamb.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
The International Land Model Benchmarking (ILAMB) benchmarking system is a python framework used to quantitatively compare a defined set of observable variables with a number of land models. For an introduction, see <a href="/model_evaluation/model_evaluation_on_gadi/model_evaluation_on_gadi_ilamb.md/">here</a>.

## YouTube Video Series
1. <a href="https://www.youtube.com/watch?v=94o17KXQ34I&t=40s&ab_channel=AustralianEarthSystemSimulator%28ACCESS-NRI%29" target="_blank">ILAMB - Getting started</a>
2. <a href="https://www.youtube.com/watch?v=A2T-xcVLZdA&ab_channel=AustralianEarthSystemSimulator%28ACCESS-NRI%29" target="_blank">ILAMB MMT Unified Dashboard</a>

## 2023 ACCESS workshop
- <a href="https://github.com/ACCESS-NRI/workshop-training-2023/blob/main/ilamb/ILAMB_training.md" target="_blank">Working with ILAMB</a>
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ markdown_extensions:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
Expand Down

0 comments on commit 545f055

Please sign in to comment.