diff --git a/.github/workflows/lychee_config.toml b/.github/workflows/lychee_config.toml index a0fa82ef4..8e00cc11f 100644 --- a/.github/workflows/lychee_config.toml +++ b/.github/workflows/lychee_config.toml @@ -129,6 +129,7 @@ glob_ignore_case = false '^https://cds\.climate\.copernicus\.eu/', # EU Copernicus - has firewalls that block link-checkers '^https://www\.nrc\.gov/', # Gov website - has firewalls that block link-checkers '^https://www\.education\.gov\.au/', # AU Gov website - has firewalls that block link-checkers + '^https://github\.com/ACCESS-NRI/access-am3-configs', # Private GitHub repo ] # Exclude paths from getting checked. The values are treated as regular expressions diff --git a/docs/css/access-nri.css b/docs/css/access-nri.css index 645190910..6a3ffdbe3 100644 --- a/docs/css/access-nri.css +++ b/docs/css/access-nri.css @@ -461,6 +461,11 @@ h1.homepage { /* =============================================================== Admonitions (https://squidfunk.github.io/mkdocs-material/reference/admonitions/) +*/ + +.admonition > ul li { + list-style-type: disc !important; +} /* General style admonition (In markdown --> `!!! ...`) */ .admonition { @@ -1448,4 +1453,4 @@ div.release-table td:nth-child(3) { } div.release-table td:nth-child(4) { background-color: var(--success-bg) -} \ No newline at end of file +} diff --git a/docs/models/access_models/access-am.md b/docs/models/access_models/access-am.md new file mode 100644 index 000000000..3d523f709 --- /dev/null +++ b/docs/models/access_models/access-am.md @@ -0,0 +1,32 @@ +!!! release + This is an [**Alpha Release**](/about/releases), intended for use by experienced users and collaborators. Any model configuration and related source code information on this page may change during the release process. + +# ACCESS-AM + +{: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} + +The ACCESS Atmosphere Model (ACCESS-AM) is a global coupled atmospheric model that can include [atmosphere](/models/model_components/atmosphere), [aerosols and atmospheric chemistry](/models/model_components/aerosols_atmospheric_chemsitry), [land](/models/model_components/land) and [land biogeochemistry](/models/model_components/bgc_land), depending on the configuration. + +{% set model = "ACCESS-AM3" %} +## {{ model }} + +{{ model }} is a set of coupled atmosphere-land configurations developed by the ACCESS-NRI, the [Commonwealth Science and Industrial Research Organisation (CSIRO)](https://www.csiro.au/en/research/natural-environment?start=0&count=12) and the [ARC Centre of Excellence for Weather in the 21st Century](https://21centuryweather.org.au/). + +ACCESS-NRI has released [{{ model }} configurations](https://github.com/ACCESS-NRI/access-am3-configs). + +!!! tip + The configurations GitHub repository is private. To request access to it, follow the related instructions in the [Run {{ model }} page](/models/run_a_model/run_access-am3/#request-access). + + + +### Model Components {: #model-components-{{model}} } + +- **Atmosphere**: [UM13.1](/models/model_components/atmosphere#unified-model-um). + +- **Aerosols and Atmospheric Chemistry**: [GLOMAP](/models/model_components/aerosols_atmospheric_chemistry#glomap) and [UKCA](/models/model_components/aerosols_atmospheric_chemistry#UKCA). + +- **Land**: [CABLE](/models/model_components/land#cable) and [JULES](/models/model_components/land#jules). + +- **Land Biogeochemistry**: [CASA-CNP](/models/model_components/bgc_land#casa_cnp). + +[Run ACCESS-AM](/models/run_a_model/run_access-am3){: class="text-card"} diff --git a/docs/models/access_models/index.md b/docs/models/access_models/index.md index 5c5ef08eb..2f6f73ae2 100644 --- a/docs/models/access_models/index.md +++ b/docs/models/access_models/index.md @@ -6,6 +6,18 @@ Developed in collaboration with international climate modeling institutions, the Below is a list of ACCESS models supported by ACCESS-NRI.
+
+