diff --git a/docs/about/contact.md b/docs/about/contact.md index 0f50fb107..114763006 100644 --- a/docs/about/contact.md +++ b/docs/about/contact.md @@ -1,6 +1,6 @@ # Contact -![Contact](/assets/contact-img.jpg){: class="intro-img img-cover with-border" loading="lazy"} +![Contact](/assets/contact-img.jpg){: class="intro-img img-cover round-edges" loading="lazy"} ACCESS-Hive Docs is an initiative of the [Australian Earth-System Simulator (ACCESS-NRI)](https://www.access-nri.org.au/about/what-is-access-nri). diff --git a/docs/about/contribute/index.md b/docs/about/contribute/index.md index a930be55e..99342a259 100644 --- a/docs/about/contribute/index.md +++ b/docs/about/contribute/index.md @@ -1,6 +1,6 @@ # Contribute to ACCESS-Hive Docs -![Contribute image](/assets/github-how-to-contribute.jpg){: class="intro-img img-cover with-border" loading="lazy"} +![Contribute image](/assets/github-how-to-contribute.jpg){: class="intro-img img-cover round-edges" loading="lazy"} ACCESS-Hive Docs is an open user portal which hosts the documentation relevant to the Australian Community Climate and Earth System Simulator (ACCESS) community. diff --git a/docs/about/user_support/ask_on_forum.md b/docs/about/user_support/ask_on_forum.md index db18dde8d..27065c933 100644 --- a/docs/about/user_support/ask_on_forum.md +++ b/docs/about/user_support/ask_on_forum.md @@ -16,7 +16,7 @@ You can start a new discussion topic on the [Hive Forum] in just 3 simple steps: :material-tag:{: class="twemoji icon-before-text nri-light-blue-color"} [Tag the request with the label `help`](https://forum.access-hive.org.au/docs?topic=846) -![Ask on forum](/assets/ask-on-forum-diagram.png){: class="white-background with-border example-img" loading="lazy"} +![Ask on forum](/assets/ask-on-forum-diagram.png){: class="white-background round-edges example-img" loading="lazy"} ## Next steps... @@ -32,4 +32,4 @@ After a discussion topic is posted on the forum, the ACCESS-NRI and community ex :fontawesome-regular-circle-check:{: class="twemoji icon-before-text nri-green-color"} Request is solved. -![ACCESS-NRI Support Model](/assets/access-nri-support.png){: class="white-background with-border example-img" loading="lazy"} \ No newline at end of file +![ACCESS-NRI Support Model](/assets/access-nri-support.png){: class="white-background round-edges example-img" loading="lazy"} \ No newline at end of file diff --git a/docs/about/user_support/index.md b/docs/about/user_support/index.md index 336093d62..84a2b2d0c 100644 --- a/docs/about/user_support/index.md +++ b/docs/about/user_support/index.md @@ -14,7 +14,7 @@ Click on the questions to unfold the answers. !!! warning **ACCESS-Hive** (without any other term attached) is an "umbrella" term that includes both the Hive Docs and Hive Forum, but should not be used in place of any of the two, to avoid confusion. - + ??? question "What is the difference between _model_, _model component_, and _model configuration_?" A **model component** (sometimes referred to simply as component) is a codebase that is typically compiled into a single executable. It usually runs independently and communicates with other components via a coupler. @@ -35,7 +35,7 @@ Click on the questions to unfold the answers. Climate science - like all science - is based on the comparison of different models and hypothesis with observational data. We provide or support the frameworks to perform such comparisons as part of the **model evaluation**. The different model hypotheses, or more practically speaking *model experiments*, are created by executing different model configurations with different setups; for example by perturbing initial conditions or by adding new physical prescriptions to the models. - ![Diagram showing how running ACCESS model configurations with different setups create different experiments](/assets/how_does_it_work_together.png){: class="with-border centered" style="width: 75%" loading="lazy"} + ![Diagram showing how running ACCESS model configurations with different setups create different experiments](/assets/how_does_it_work_together.png){: class="round-edges centered" style="width: 75%" loading="lazy"} ??? question "What is a control experiment? Why are they important?" A **control experiment** (sometimes also called a "control run") is an experiment that is designed to be used as a comparison against which perturbation experiments can be compared. diff --git a/docs/css/access-nri.css b/docs/css/access-nri.css index bd1b783dc..ad47e5488 100644 --- a/docs/css/access-nri.css +++ b/docs/css/access-nri.css @@ -1179,8 +1179,9 @@ img.terminalSwitch:hover { img.intro-img { max-height: 12rem; - display: block; - margin: 0 auto; + max-width: 40%; + margin: 0 0 0.5rem 1rem; + float: right; } /* Aspect ratios */ @@ -1210,10 +1211,8 @@ img.intro-img { } /* With borders */ -.with-border { +.round-edges { border-radius: 0.6rem; - border: var(--border-width) solid var(--card-borders); - box-sizing: border-box; } /* Add padding to image container */ diff --git a/docs/models/configurations/access-cm.md b/docs/models/configurations/access-cm.md index dfca6611e..321e06576 100644 --- a/docs/models/configurations/access-cm.md +++ b/docs/models/configurations/access-cm.md @@ -1,6 +1,6 @@ # ACCESS-CM -![ACCESS CM model](/assets/model-config-logos/configurations-without-titles/access-cm.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![ACCESS CM model](/assets/model-config-logos/configurations-without-titles/access-cm.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} The ACCESS Coupled Model (ACCESS-CM) is a fully-coupled global climate model that includes [atmosphere](/models/model_components/atmosphere), [aerosols and atmospheric chemistry](/models/model_components/aerosols_atmospheric_chemistry), [land](/models/model_components/land), [ocean](/models/model_components/ocean) and [sea ice](/models/model_components/sea-ice) components, linked together by a [coupler](/models/model_components/coupler).
It produces physical climate simulations. diff --git a/docs/models/configurations/access-esm.md b/docs/models/configurations/access-esm.md index 466f5cba8..714c1c85d 100644 --- a/docs/models/configurations/access-esm.md +++ b/docs/models/configurations/access-esm.md @@ -1,6 +1,6 @@ # ACCESS-ESM -![ACCESS ESM model](/assets/model-config-logos/configurations-without-titles/access-esm.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![ACCESS ESM model](/assets/model-config-logos/configurations-without-titles/access-esm.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} The ACCESS Earth System Model (ACCESS-ESM) is a fully-coupled global climate model that includes [atmosphere](/models/model_components/atmosphere), [land](/models/model_components/land), [ocean](/models/model_components/ocean), [sea ice](/models/model_components/sea-ice), [ocean biogeochemistry](/models/model_components/bgc_ocean) and [land biogeochemistry](/models/model_components/bgc_land) components, linked together by a [coupler](/models/model_components/coupler).
This means it can simulate both the physical climate and global biogeochemical cycles, in particular the carbon cycle. diff --git a/docs/models/configurations/access-om.md b/docs/models/configurations/access-om.md index 8a48d07a2..b94a0e255 100644 --- a/docs/models/configurations/access-om.md +++ b/docs/models/configurations/access-om.md @@ -1,7 +1,7 @@ # ACCESS-OM -![ACCESS OM model](/assets/model-config-logos/configurations-without-titles/access-om.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![ACCESS OM model](/assets/model-config-logos/configurations-without-titles/access-om.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} The ACCESS Ocean Model (ACCESS-OM) is a global coupled ocean model that includes [ocean](/models/model_components/ocean), [ocean biogeochemistry](/models/model_components/bgc_ocean), and [sea ice](/models/model_components/sea-ice) components, linked together by a [coupler](/models/model_components/coupler).
The atmospheric fields that drive the model are provided by a data source, usually derived from reanalysis. diff --git a/docs/models/index.md b/docs/models/index.md index 2e4c20905..bc23bf16f 100644 --- a/docs/models/index.md +++ b/docs/models/index.md @@ -1,8 +1,8 @@ # Supported ACCESS Models -ACCESS models are computer codes comprising complex mathematical representations of major Earth system components (atmosphere, land surface, ocean and sea ice) based on physical, biological and chemical principles or laws. Different ACCESS model components can be linked together via a coupler to form ACCESS model configurations (e.g. ACCESS-ESM), which are then used to simulate realistic past or future conditions and idealised experiments. +![Overview of models](/assets/models_flow_diagram.png){: class="intro-img round-edges" } -![Overview of models](/assets/models_flow_diagram.png){: class="intro-img with-border" } +ACCESS models are computer codes comprising complex mathematical representations of major Earth system components (atmosphere, land surface, ocean and sea ice) based on physical, biological and chemical principles or laws. Different ACCESS model components can be linked together via a coupler to form ACCESS model configurations (e.g. ACCESS-ESM), which are then used to simulate realistic past or future conditions and idealised experiments. ## Supported ACCESS Model Configurations
diff --git a/docs/models/model_components/aerosols_atmospheric_chemistry.md b/docs/models/model_components/aerosols_atmospheric_chemistry.md index a64e77479..5ba9479f4 100644 --- a/docs/models/model_components/aerosols_atmospheric_chemistry.md +++ b/docs/models/model_components/aerosols_atmospheric_chemistry.md @@ -1,6 +1,6 @@ # Aerosol and Atmospheric Chemistry components -![Aerosol and Atmospheric Chemistry components image](/assets/component-logos/component-maps/aerosol-chemistry-component-map.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![Aerosol and Atmospheric Chemistry components image](/assets/component-logos/component-maps/aerosol-chemistry-component-map.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} ## UKCA diff --git a/docs/models/model_components/atmosphere.md b/docs/models/model_components/atmosphere.md index b156595a3..1c8567ba6 100644 --- a/docs/models/model_components/atmosphere.md +++ b/docs/models/model_components/atmosphere.md @@ -1,6 +1,6 @@ # Atmosphere component -![Atmosphere component image](/assets/component-logos/component-maps/atmosphere-component-map.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![Atmosphere component image](/assets/component-logos/component-maps/atmosphere-component-map.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} ## Unified Model (UM) diff --git a/docs/models/model_components/bgc_land.md b/docs/models/model_components/bgc_land.md index 5a60fc450..29f076c59 100644 --- a/docs/models/model_components/bgc_land.md +++ b/docs/models/model_components/bgc_land.md @@ -1,7 +1,7 @@ # Biogeochemistry Land component -![Biogeochemistry Land component image](/assets/component-logos/component-maps/bgc-land-component-map.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![Biogeochemistry Land component image](/assets/component-logos/component-maps/bgc-land-component-map.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} ## CASA-CNP diff --git a/docs/models/model_components/bgc_ocean.md b/docs/models/model_components/bgc_ocean.md index 2d3e4571b..5c9afb473 100644 --- a/docs/models/model_components/bgc_ocean.md +++ b/docs/models/model_components/bgc_ocean.md @@ -1,6 +1,6 @@ # Biogeochemistry Ocean component -![BGC Ocean component image](/assets/component-logos/component-maps/bgc-ocean-component-map.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![BGC Ocean component image](/assets/component-logos/component-maps/bgc-ocean-component-map.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} ## WOMBAT diff --git a/docs/models/model_components/coupler.md b/docs/models/model_components/coupler.md index ef69a09fd..47290f2da 100644 --- a/docs/models/model_components/coupler.md +++ b/docs/models/model_components/coupler.md @@ -1,6 +1,6 @@ # Coupler -![Coupler component image](/assets/component-logos/component-maps/coupler-component-map.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![Coupler component image](/assets/component-logos/component-maps/coupler-component-map.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} A coupler is a software package that allows synchronised exchanges of coupling information between numerical models representing different components of the climate system. diff --git a/docs/models/model_components/land.md b/docs/models/model_components/land.md index 592c42857..3c8d6e5df 100644 --- a/docs/models/model_components/land.md +++ b/docs/models/model_components/land.md @@ -1,6 +1,6 @@ # Land Surface component -![Land Surface component image](/assets/component-logos/component-maps/land-component-map.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![Land Surface component image](/assets/component-logos/component-maps/land-component-map.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} ## CABLE diff --git a/docs/models/model_components/ocean.md b/docs/models/model_components/ocean.md index 4df4f0a7d..1ce04ea8c 100644 --- a/docs/models/model_components/ocean.md +++ b/docs/models/model_components/ocean.md @@ -1,6 +1,6 @@ # Ocean component -![Ocean component image](/assets/component-logos/component-maps/ocean-component-map.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![Ocean component image](/assets/component-logos/component-maps/ocean-component-map.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} ## Modular Ocean Model (MOM) The [Modular Ocean Model (MOM)](https://mom-ocean.github.io) is one of the ocean components of the ACCESS climate model systems. Used to simulate ocean currents at both regional and global scales, MOM is an invaluable tool for studying the global ocean climate system, as well as having capabilities for regional and coastal applications. diff --git a/docs/models/model_components/sea-ice.md b/docs/models/model_components/sea-ice.md index 8cb067039..b459f9efc 100644 --- a/docs/models/model_components/sea-ice.md +++ b/docs/models/model_components/sea-ice.md @@ -1,6 +1,6 @@ # Sea Ice component -![Sea Ice component image](/assets/component-logos/component-maps/sea-ice-component-map.png){: class="img-contain white-background with-border with-padding intro-img" loading="lazy"} +![Sea Ice component image](/assets/component-logos/component-maps/sea-ice-component-map.png){: class="img-contain white-background round-edges with-padding intro-img" loading="lazy"} ## CICE CICE is a numerical model for simulating the growth, melting and movement of polar sea ice. This software package was developed by researchers at [Los Alamos National Laboratory team](https://www.lanl.gov) and is currently managed by the [CICE Consortium](https://github.com/CICE-Consortium/About-Us/wiki), an international group of institutions formed to maintain and develop CICE in the public domain. diff --git a/drafts/configurations/access-am.md b/drafts/configurations/access-am.md index 5217737d5..99841f759 100644 --- a/drafts/configurations/access-am.md +++ b/drafts/configurations/access-am.md @@ -1,7 +1,7 @@ # ACCESS-AM -ACCESS AM model +ACCESS AM model The ACCESS Atmosphere Model (ACCESS-AM) is a global model with atmosphere and land surface components. It is often used in Atmospheric Model Intercomparison Project (AMIP) experiments where it is driven by historically observed sea surface temperature and sea ice data.