Skip to content

Commit

Permalink
Merge pull request #433 from ACCESS-Hive/426-models-rename-the-access…
Browse files Browse the repository at this point in the history
…-models-heading-to-supported-access-models

Changed Titles including "Supported"
  • Loading branch information
KAUR1984 authored Jul 13, 2023
2 parents b2898dc + 44f9e0f commit 9d414be
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 62 deletions.
11 changes: 9 additions & 2 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,11 @@ h3 {

.squared-card-image-container {
height: 75%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0.6em 0.6em 0 0.6em;
padding: 0.6em 0.6em 0 0.6em;
overflow: hidden;
border-radius: 8px;
}
Expand Down Expand Up @@ -454,10 +455,11 @@ h3 {

.rectangular-card-image-container {
width: 35%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0.6em 0 0.6em 0.6em;
padding: 0.6em 0 0.6em 0.6em;
overflow: hidden;
border-radius: 8px;
}
Expand All @@ -477,6 +479,11 @@ h3 {
align-items: center;
}

.rectangular-card-image-container > img,
.squared-card-image-container > img {
border-radius: 8px;
}

.configuration-card {
height: 15em;
}
Expand Down
44 changes: 36 additions & 8 deletions docs/models/configurations/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
# ACCESS Configurations
# <div class="highlight-bg">Supported ACCESS Model Configurations</div>

The Configurations section is still in development.

**What to expect in the next few months?**

The ACCESS-NRI will release model configurations and experiments to the community, including a reference model output for each experiment.

The model configurations and experiments will be documented in this section as they are released by the ACCESS-NRI. The information will cover topics such as where to find a configuration or experiment, how to use a configuration to run your own experiment, where to find the data produced by a released experiment.
<div class="card-container" style="flex-direction: column">
<a href="access-cm/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../../assets/model-config-logos/access-cm2-config-4.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-CM</span>
<span>
ACCESS Coupled Model (CM) produces physical climate simulations by deploying the atmosphere, ocean, and sea-ice components. ACCESS-CM features improved fluid dynamics and a microphysical aerosol scheme.
</span>
</div>
</a>
<a href="access-esm/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../../assets/model-config-logos/access-esm-config.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-ESM</span>
<span>
ACCESS Earth System Model (ESM) simulates the carbon and other bio-chemical cycles within the climate system, by deploying the atmosphere, ocean, and sea-ice components. ACCESS-ESM is one of the two ACCESS global coupled model versions.
</span>
</div>
</a>
<a href="access-om/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../../assets/model-config-logos/access-om2-config.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-OM</span>
<span>
ACCESS Ocean Model (OM) deploys the ocean and sea-ice components to provide the Australian climate community with ocean weather and climate data, including seasonal forecasting, climate variability, downscaling of climate in the marine environment around Australia, and ocean biogeochemistry.
</span>
</div>
</a>
</div>
80 changes: 39 additions & 41 deletions docs/models/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,48 @@
# <div class="highlight-bg"> ACCESS Models </div>
# <div class="highlight-bg">Supported ACCESS Models</div>

ACCESS is a family of related computer models or components that represent
different parts of the Earth system. ACCESS links various model components through
software called couplers to form different Model Configurations.
ACCESS is a family of related computer models that are able to represent different parts of the Earth system trough the deployment of various model components. ACCESS models link these model components through software called couplers to form different Model Configurations.

<div class="with-border image-background">
<img src="../assets/ACCESS-MODEL.png" style="padding: 2em;" alt="Atmosphere"></img>
</div>

## Supported ACCESS Model Configurations
<div class="card-container" style="flex-direction: column">
<a href="configurations/access-cm/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../assets/model-config-logos/access-cm2-config-4.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-CM</span>
<span>
ACCESS Coupled Model (CM) produces physical climate simulations by deploying the atmosphere, ocean, and sea-ice components. ACCESS-CM features improved fluid dynamics and a microphysical aerosol scheme.
</span>
</div>
</a>
<a href="configurations/access-esm/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../assets/model-config-logos/access-esm-config.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-ESM</span>
<span>
ACCESS Earth System Model (ESM) simulates the carbon and other bio-chemical cycles within the climate system, by deploying the atmosphere, ocean, and sea-ice components. ACCESS-ESM is one of the two ACCESS global coupled model versions.
</span>
</div>
</a>
<a href="configurations/access-om/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../assets/model-config-logos/access-om2-config.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-OM</span>
<span>
ACCESS Ocean Model (OM) deploys the ocean and sea-ice components to provide the Australian climate community with ocean weather and climate data, including seasonal forecasting, climate variability, downscaling of climate in the marine environment around Australia, and ocean biogeochemistry.
</span>
</div>
</a>
</div>

## ACCESS Model Components
<div class="card-container">
<a href="model_components/atmosphere" class="squared-card default-text-color">
Expand Down Expand Up @@ -64,41 +99,4 @@ software called couplers to form different Model Configurations.
</div>
<div class="squared-card-text-container bold">Coupler</div>
</a>
</div>

## ACCESS Model Configurations
<div class="card-container" style="flex-direction: column">
<a href="configurations/access-cm/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../assets/model-config-logos/access-cm2-config-4.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-CM</span>
<span>
ACCESS Coupled Model (CM) produces physical climate simulations by deploying the atmosphere, ocean, and sea-ice components. ACCESS-CM features improved fluid dynamics and a microphysical aerosol scheme.
</span>
</div>
</a>
<a href="configurations/access-esm/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../assets/model-config-logos/access-esm-config.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-ESM</span>
<span>
ACCESS Earth System Model (ESM) simulates the carbon and other bio-chemical cycles within the climate system, by deploying the atmosphere, ocean, and sea-ice components. ACCESS-ESM is one of the two ACCESS global coupled model versions.
</span>
</div>
</a>
<a href="configurations/access-om/" class="justified rectangular-card configuration-card default-text-color">
<div class="rectangular-card-image-container">
<img src="../assets/model-config-logos/access-om2-config.png" class="image-background img-cover"></img>
</div>
<div class="rectangular-card-text-container">
<span class="bold" >ACCESS-OM</span>
<span>
ACCESS Ocean Model (OM) deploys the ocean and sea-ice components to provide the Australian climate community with ocean weather and climate data, including seasonal forecasting, climate variability, downscaling of climate in the marine environment around Australia, and ocean biogeochemistry.
</span>
</div>
</a>
</div>
2 changes: 1 addition & 1 deletion docs/models/run-a-model/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Running a Model
# <div class="highlight-bg">Run a Model</div>

Here, we are providing the information to run different ACCESS models.

Expand Down
17 changes: 7 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ nav:

- Models:
- Models: models/index.md
- Model Configurations:
- Overview: models/configurations/index.md
- ACCESS-ESM: models/configurations/access-esm.md
- ACCESS-CM: models/configurations/access-cm.md
- ACCESS-AM: models/configurations/access-am.md
- ACCESS-OM: models/configurations/access-om.md
- Model Components:
- Overview: models/model_components/index.md
- Atmosphere: models/model_components/atmosphere.md
Expand All @@ -115,19 +121,10 @@ nav:
- Biogeochemistry Ocean: models/model_components/bgc_ocean.md
- Coupler: models/model_components/coupler.md

- Model Configurations:
- Overview: models/configurations/index.md
- ACCESS-ESM: models/configurations/access-esm.md
- ACCESS-CM: models/configurations/access-cm.md
- ACCESS-AM: models/configurations/access-am.md
- ACCESS-OM: models/configurations/access-om.md


- Run a Model:
- models/run-a-model/index.md
# If we add an additional subsection
# - Getting Started:
# - models/running-a-model/getting_started/index.md
# - Access to Gadi@NCI: models/running-a-model/getting_started/access_to_gadi_at_nci.md
- Gadi Computing Access at NCI: models/run-a-model/getting_started/access_to_gadi_at_nci.md
- Run ACCESS-ESM: models/run-a-model/run-access-esm.md
- Run ACCESS-CM: models/run-a-model/run-access-cm.md
Expand Down

0 comments on commit 9d414be

Please sign in to comment.