diff --git a/docs/css/access-nri.css b/docs/css/access-nri.css index 0b6a71c19..0a197dcdc 100644 --- a/docs/css/access-nri.css +++ b/docs/css/access-nri.css @@ -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; } @@ -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; } @@ -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; } diff --git a/docs/models/configurations/index.md b/docs/models/configurations/index.md index ea9a1dd10..4e682fb67 100644 --- a/docs/models/configurations/index.md +++ b/docs/models/configurations/index.md @@ -1,9 +1,37 @@ -# ACCESS Configurations +#
Supported ACCESS Model Configurations
-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. +
+ +
+ +
+
+ ACCESS-CM + + 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. + +
+
+ +
+ +
+
+ ACCESS-ESM + + 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. + +
+
+ +
+ +
+
+ ACCESS-OM + + 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. + +
+
+
\ No newline at end of file diff --git a/docs/models/index.md b/docs/models/index.md index f995c7d59..dcf37c175 100644 --- a/docs/models/index.md +++ b/docs/models/index.md @@ -1,13 +1,48 @@ -#
ACCESS Models
+#
Supported ACCESS Models
-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.
Atmosphere
+## Supported ACCESS Model Configurations +
+ +
+ +
+
+ ACCESS-CM + + 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. + +
+
+ +
+ +
+
+ ACCESS-ESM + + 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. + +
+
+ +
+ +
+
+ ACCESS-OM + + 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. + +
+
+
+ ## ACCESS Model Components
@@ -64,41 +99,4 @@ software called couplers to form different Model Configurations.
Coupler
- - -## ACCESS Model Configurations -
- -
- -
-
- ACCESS-CM - - 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. - -
-
- -
- -
-
- ACCESS-ESM - - 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. - -
-
- -
- -
-
- ACCESS-OM - - 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. - -
-
\ No newline at end of file diff --git a/docs/models/run-a-model/index.md b/docs/models/run-a-model/index.md index 1a1345b2e..d4e3ff664 100644 --- a/docs/models/run-a-model/index.md +++ b/docs/models/run-a-model/index.md @@ -1,4 +1,4 @@ -# Running a Model +#
Run a Model
Here, we are providing the information to run different ACCESS models. diff --git a/mkdocs.yml b/mkdocs.yml index f120640e6..0e0dce077 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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