From c7d827aac49e431e39f059c820a1eba82852f99c Mon Sep 17 00:00:00 2001 From: flicj191 Date: Tue, 3 Feb 2026 16:00:08 +1100 Subject: [PATCH 1/2] add model name text CM2 ESM1.5 --- docs/models/run_a_model/index.md | 4 ++-- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/models/run_a_model/index.md b/docs/models/run_a_model/index.md index deb6f9bc0..23c1aac45 100644 --- a/docs/models/run_a_model/index.md +++ b/docs/models/run_a_model/index.md @@ -19,7 +19,7 @@ If you are unsure which ACCESS model is the best fit for your application, you c ACCESS-CM
- Run ACCESS-CM + Run ACCESS-CM2
@@ -28,7 +28,7 @@ If you are unsure which ACCESS model is the best fit for your application, you c ACCESS-ESM
- Run ACCESS-ESM + Run ACCESS-ESM1.5
diff --git a/mkdocs.yml b/mkdocs.yml index 001a6f71b..0b75b3f2f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -128,7 +128,7 @@ nav: - models/run_a_model/index.md - Run models using Rose/Cylc: models/run_a_model/rose_cylc.md - Run ACCESS-CM2: models/run_a_model/run_access-cm2.md - - Run ACCESS-ESM: models/run_a_model/run_access-esm.md + - Run ACCESS-ESM1.5: models/run_a_model/run_access-esm.md - Run ACCESS-OM2: models/run_a_model/run_access-om2.md - Run ACCESS-OM3: models/run_a_model/run_access-om3.md - Run ACCESS-rAM3: models/run_a_model/run_access-ram3.md From d13c0ee1592123efd6a337f818c17cd6a66b8567 Mon Sep 17 00:00:00 2001 From: flicj191 Date: Tue, 10 Feb 2026 14:37:17 +1100 Subject: [PATCH 2/2] check for other card names --- docs/models/access_models/access-cm.md | 2 +- docs/models/access_models/access-esm.md | 2 +- docs/tutorials/models.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/models/access_models/access-cm.md b/docs/models/access_models/access-cm.md index 08cc46eb0..a6d7d0001 100644 --- a/docs/models/access_models/access-cm.md +++ b/docs/models/access_models/access-cm.md @@ -32,4 +32,4 @@ It produces physical climate simulations. Compared to previous model versions, ACCESS-CM2 shows better global hydrological balance, more realistic ocean water properties (in terms of spatial distribution) and meridional overturning circulation in the Southern Ocean. It does, however, produce a poorer simulation of the Antarctic sea ice and a larger energy imbalance at the top of atmosphere. ACCESS-CM2 has a relatively high equilibrium climate sensivity of 4.7°C for doubled CO~2~ concentration. -[Run ACCESS-CM](/models/run_a_model/run_access-cm2){: class="text-card"} \ No newline at end of file +[Run ACCESS-CM2](/models/run_a_model/run_access-cm2){: class="text-card"} \ No newline at end of file diff --git a/docs/models/access_models/access-esm.md b/docs/models/access_models/access-esm.md index c15bca3df..0f88e603a 100644 --- a/docs/models/access_models/access-esm.md +++ b/docs/models/access_models/access-esm.md @@ -40,4 +40,4 @@ There are currently two supported configurations: ACCESS-ESM1.5 has an equilibrium climate sensitivity of 3.87°C for doubled CO~2~ concentration. -[Run ACCESS-ESM](/models/run_a_model/run_access-esm){: class="text-card"} \ No newline at end of file +[Run ACCESS-ESM1.5](/models/run_a_model/run_access-esm){: class="text-card"} \ No newline at end of file diff --git a/docs/tutorials/models.md b/docs/tutorials/models.md index 7d8c69569..a5f77a68e 100644 --- a/docs/tutorials/models.md +++ b/docs/tutorials/models.md @@ -1,6 +1,6 @@ # ACCESS-CM2 -For an introduction on how to run ACCESS-CM2, see the [Run ACCESS-CM](/models/run_a_model/run_access-cm2). +For an introduction on how to run ACCESS-CM2, see the [Run ACCESS-CM2](/models/run_a_model/run_access-cm2). ## 2023 ACCESS workshop 1. [Running ACCESS-CM2 from ARE/Gadi](https://github.com/ACCESS-NRI/workshop-training-2023/blob/main/access_rose_cylc/rose_cylc_example.md)