From 6c8474a61e46f00d14374fae74bad1cc9e6e6206 Mon Sep 17 00:00:00 2001 From: atteggiani Date: Thu, 20 Jul 2023 10:46:03 +1000 Subject: [PATCH] Done --- docs/about/contact.md | 2 +- docs/contribute/index.md | 2 +- docs/css/access-nri.css | 10 ++-- docs/models/configurations/access-am.md | 2 +- docs/models/configurations/access-cm.md | 2 +- docs/models/configurations/access-esm.md | 2 +- docs/models/configurations/access-om.md | 2 +- docs/models/configurations/index.md | 6 +-- docs/models/index.md | 60 ++++++++++++------------ docs/models/run-a-model/index.md | 47 +++++++++++++++---- 10 files changed, 81 insertions(+), 54 deletions(-) diff --git a/docs/about/contact.md b/docs/about/contact.md index 2ea7bc7ff..d10d9ce3b 100644 --- a/docs/about/contact.md +++ b/docs/about/contact.md @@ -1,6 +1,6 @@ #
Contact
- + ACCESS-Hive is an initiative of the [The Australian Earth-System Simulator (ACCESS-NRI)][access-about]. diff --git a/docs/contribute/index.md b/docs/contribute/index.md index ee2d8b06a..073e5ed07 100644 --- a/docs/contribute/index.md +++ b/docs/contribute/index.md @@ -1,6 +1,6 @@ #
How to Contribute
- + ACCESS-Hive is a community supported site, as such contributions to the ACCESS-Hive site are **encouraged by any member of the community**. Members of the ACCESS community are also welcome to become reviewers. Please refer to the following contribution guidelines to learn how you can help the ACCESS community build a documentation database useful to everyone. diff --git a/docs/css/access-nri.css b/docs/css/access-nri.css index 2a7827690..2e80f7167 100644 --- a/docs/css/access-nri.css +++ b/docs/css/access-nri.css @@ -373,7 +373,6 @@ h3 { .rectangular-img { width: 100%; height: 13em !important; - object-fit: cover; border-radius: 0.6em; } @@ -417,6 +416,7 @@ h3 { .squared-card { flex-direction: column; max-width: 30%; + min-width: 20%; aspect-ratio: 1; } @@ -484,10 +484,6 @@ h3 { border-radius: 8px; } -.configuration-card { - height: 15em; -} - .card-container:has(.component-card) { justify-content: space-between; align-items: center; @@ -684,4 +680,8 @@ pre>code { /* image cover */ .img-cover { object-fit: cover; +} + +.test { + min-width: 45%; } \ No newline at end of file diff --git a/docs/models/configurations/access-am.md b/docs/models/configurations/access-am.md index 1b09c4953..bb4b35791 100644 --- a/docs/models/configurations/access-am.md +++ b/docs/models/configurations/access-am.md @@ -4,7 +4,7 @@ ACCESS AM model -The ACCESS **A**tmosphere **M**odel (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. +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. ACCESS-NRI will release supported ACCESS-AM configurations. The first release, ACCESS-AM2, will be derived from the [CSIRO ACCESS-CM2 configuration](access-cm.md#access-cm2) and will include [atmosphere] and [land] components. diff --git a/docs/models/configurations/access-cm.md b/docs/models/configurations/access-cm.md index 40ae1eb6c..8357b63c5 100644 --- a/docs/models/configurations/access-cm.md +++ b/docs/models/configurations/access-cm.md @@ -1,6 +1,6 @@ #
ACCESS-CM
-The ACCESS **C**oupled **M**odel (ACCESS-CM) is a fully-coupled global climate model that includes atmosphere, land, ocean and sea ice components, and produces physical climate simulations. Coupled models run by the Australian climate community are contributed to the +The ACCESS Coupled Model (ACCESS-CM) is a fully-coupled global climate model that includes atmosphere, land, ocean and sea ice components, and produces physical climate simulations. Coupled models run by the Australian climate community are contributed to the Coupled Model Intercomparison Project (CMIP).
diff --git a/docs/models/configurations/access-esm.md b/docs/models/configurations/access-esm.md index b0ebc44f9..1d44a4b91 100644 --- a/docs/models/configurations/access-esm.md +++ b/docs/models/configurations/access-esm.md @@ -4,7 +4,7 @@ ACCESS CM model -The ACCESS **E**arth **S**ystem **M**odel (ACCESS-ESM) is a fully-coupled global climate model that also includes representations of land and ocean biogeochemisty. This means it can simulate both the physical climate and global biogeochemical cycles (the carbon cycle in particular). +The ACCESS Earth System Model (ACCESS-ESM) is a fully-coupled global climate model that also includes representations of land and ocean biogeochemisty. This means it can simulate both the physical climate and global biogeochemical cycles (the carbon cycle in particular). ACCESS-NRI will release an ACCESS-ESM model configuration. The first release of ACCESS-ESM will be derived from the [CSIRO ACCESS-ESM1.5 configuration](#access-esm15) and will include [atmosphere], [land] and [land biogeochemistry], [ocean] and [ocean biogeochemistry], and [sea ice] components. diff --git a/docs/models/configurations/access-om.md b/docs/models/configurations/access-om.md index 5c3611b5a..319a643bb 100644 --- a/docs/models/configurations/access-om.md +++ b/docs/models/configurations/access-om.md @@ -5,7 +5,7 @@ ACCESS CM model -The ACCESS **O**cean **M**odel (ACCESS-OM) is a global coupled ocean and sea ice configuration with ocean and sea ice models connected via a coupler. The atmospheric fields that drive the model are provided by a data product, usually derived from reanalysis. +The ACCESS Ocean Model (ACCESS-OM) is a global coupled ocean and sea ice configuration with ocean and sea ice models connected via a coupler. The atmospheric fields that drive the model are provided by a data product, usually derived from reanalysis. ACCESS-NRI will release supported ACCESS-OM configurations. The first release will be derived from the COSIMA [ACCESS-OM2][COSIMA-models] suite and will include [ocean] and [sea ice] components. diff --git a/docs/models/configurations/index.md b/docs/models/configurations/index.md index b0aa3c56e..bca2235b3 100644 --- a/docs/models/configurations/index.md +++ b/docs/models/configurations/index.md @@ -1,7 +1,7 @@ #
Supported ACCESS Model Configurations
- +
@@ -12,7 +12,7 @@
- +
@@ -23,7 +23,7 @@
- +
diff --git a/docs/models/index.md b/docs/models/index.md index 260932903..aef42c190 100644 --- a/docs/models/index.md +++ b/docs/models/index.md @@ -8,38 +8,38 @@ ACCESS is a family of related computer models that are able to represent differe ## 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-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-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-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. + +
diff --git a/docs/models/run-a-model/index.md b/docs/models/run-a-model/index.md index d4e3ff664..0b05026c3 100644 --- a/docs/models/run-a-model/index.md +++ b/docs/models/run-a-model/index.md @@ -1,13 +1,40 @@ #
Run a Model
+If you are new to climate science or ACCESS Models, check [how to get started](../../../get_started). -Here, we are providing the information to run different ACCESS models. +If you are not sure which ACCESS Model is the right one for your needs, check out our +[ACCESS Models overview](../). -If *Model*, *Model Component* or *Model Configuration* are not familiar terms for you, please check out our [Model overview](../index.md). - -If you have not run a model before, our [Getting Started Guide](./getting_started/access_to_gadi_at_nci.md) will give you the basics to access the Model infrastructure on the high-performance-computing facility Gadi@NCI. - -Detailed guides for the different Model configurations can then be found on the following pages: -- [Run ACCESS-ESM](./run-access-esm.md) for the ACCESS Earth System Model configurations -- [Run ACCESS-CM](./run-access-cm.md) for the ACCESS Coupled Model configurations -- [Run ACCESS-AM](./run-access-am.md) for the ACCESS Atmosphere Model configurations -- [Run ACCESS-OM](./run-access-om.md) for the ACCESS Ocean Model configurations \ No newline at end of file +
+ +
+ ACCESS-AM +
+
+ Run ACCESS-AM +
+
+ +
+ ACCESS-CM +
+
+ Run ACCESS-CM +
+
+ +
+ ACCESS-ESM +
+
+ Run ACCESS-ESM +
+
+ +
+ ACCESS-OM +
+
+ Run ACCESS-OM +
+
+
\ No newline at end of file