Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access ram documentation #847

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/models/configurations/access-ram.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ACCESS-RAM

TODO
{: style="color:red"}
<!-- Create the model overview page for ACCESS-RAM. Refer to the ACCESS-ESM1.5 one for an example. -->
18 changes: 16 additions & 2 deletions docs/models/configurations/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Supported ACCESS Model Configurations

<!-- This entire file is used as a snippet in other pages -->
<div class="card-container">
<!-- ACCESS-CM -->
<a href="/models/configurations/access-cm/" class="horizontal-card">
<div class="card-image-container">
<img src="/assets/model-config-logos/configurations-without-titles/access-cm.png" class="white-background img-contain"></img>
Expand All @@ -12,6 +12,7 @@
</span>
</div>
</a>
<!-- ACCESS-ESM -->
<a href="/models/configurations/access-esm/" class="horizontal-card">
<div class="card-image-container">
<img src="/assets/model-config-logos/configurations-without-titles/access-esm.png" class="white-background img-contain"></img>
Expand All @@ -23,6 +24,7 @@
</span>
</div>
</a>
<!-- ACCESS-OM -->
<a href="/models/configurations/access-om/" class="horizontal-card">
<div class="card-image-container">
<img src="/assets/model-config-logos/configurations-without-titles/access-om.png" class="white-background img-contain"></img>
Expand All @@ -34,4 +36,16 @@
</span>
</div>
</a>
<!-- ACCESS-RAM -->
<a href="/models/configurations/access-ram/" class="horizontal-card">
<div class="card-image-container">
<img src="/assets/model-config-logos/configurations-without-titles/access-om.png" class="white-background img-contain"></img>
</div>
<div class="card-text-container">
<span class="bold" >ACCESS-RAM</span>
<span>
ACCESS-RAM -- add text here. Also add correct image.
</span>
</div>
</a>
</div>
37 changes: 2 additions & 35 deletions docs/models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,8 @@
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
<div class="card-container">
<a href="/models/configurations/access-cm/" class="horizontal-card">
<div class="card-image-container">
<img src="/assets/model-config-logos/configurations-without-titles/access-cm.png" class="white-background img-contain"></img>
</div>
<div class="card-text-container">
<span class="bold" >ACCESS-CM</span>
<span>
ACCESS-CM is a global climate model that includes the atmosphere, land, ocean and sea-ice components, and produces physical climate simulations.
</span>
</div>
</a>
<a href="/models/configurations/access-esm/" class="horizontal-card">
<div class="card-image-container">
<img src="/assets/model-config-logos/configurations-without-titles/access-esm.png" class="white-background img-contain"></img>
</div>
<div class="card-text-container">
<span class="bold" >ACCESS-ESM</span>
<span>
ACCESS-ESM is a global climate model with additional land and ocean biogeochemical components to simulate both the physical climate and global biogeochemical cycles.
</span>
</div>
</a>
<a href="/models/configurations/access-om/" class="horizontal-card">
<div class="card-image-container">
<img src="/assets/model-config-logos/configurations-without-titles/access-om.png" class="white-background img-contain"></img>
</div>
<div class="card-text-container">
<span class="bold" >ACCESS-OM</span>
<span>
ACCESS-OM is a global coupled ocean and sea ice model used to understand both physical and biogeochemical processes in the ocean.
</span>
</div>
</a>
</div>
<!-- Using pymdown.snippets extension; https://facelessuser.github.io/pymdown-extensions/extensions/snippets/ -->
--8<-- "docs/models/configurations/index.md"

## ACCESS Model Components
<div class="card-container">
Expand Down
13 changes: 13 additions & 0 deletions docs/models/run-a-model/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ If you are a new user of ACCESS climate models, please refer to how to [Set Up y
If you are unsure which ACCESS model is the right choice for your experiment, take a look at the overview of [ACCESS Models](/models).

<div class="card-container">
<!-- Run ACCESS-CM -->
<a href="/models/run-a-model/run-access-cm" class="vertical-card aspect-ratio1to1">
<div class="card-image-container">
<img class="img-contain with-padding white-background" src="/assets/model-config-logos/globe_visualisation/access_cm_globe_visualisation.png" alt="ACCESS-CM">
Expand All @@ -12,6 +13,7 @@ If you are unsure which ACCESS model is the right choice for your experiment, ta
Run ACCESS-CM
</div>
</a>
<!-- Run ACCESS-ESM -->
<a href="/models/run-a-model/run-access-esm" class="vertical-card aspect-ratio1to1">
<div class="card-image-container">
<img class="img-contain with-padding white-background" src="/assets/model-config-logos/globe_visualisation/access_esm_globe_visualisation.png" alt="ACCESS-ESM">
Expand All @@ -20,6 +22,7 @@ If you are unsure which ACCESS model is the right choice for your experiment, ta
Run ACCESS-ESM
</div>
</a>
<!-- Run ACCESS-OM -->
<a href="/models/run-a-model/run-access-om" class="vertical-card aspect-ratio1to1">
<div class="card-image-container">
<img class="img-contain with-padding white-background" src="/assets/model-config-logos/globe_visualisation/access_om_globe_visualisation.png" alt="ACCESS-OM">
Expand All @@ -28,6 +31,16 @@ If you are unsure which ACCESS model is the right choice for your experiment, ta
Run ACCESS-OM
</div>
</a>
<!-- Run ACCESS-RAM -->
<a href="/models/run-a-model/run-access-ram" class="vertical-card aspect-ratio1to1">
<div class="card-image-container">
<img class="img-contain with-padding white-background" src="/assets/model-config-logos/globe_visualisation/access_om_globe_visualisation.png" alt="ACCESS-RAM">
</div>
<div class="card-text-container bold">
Run ACCESS-RAM
</div>
</a>
<!-- Modify ACCESS model's source code -->
<a href="/models/run-a-model/build_a_model" class="vertical-card aspect-ratio1to1">
<div class="card-image-container">
<img class="img-contain with-padding white-background" src="/assets/model-config-logos/globe_visualisation/build_a_model.png" alt="Modify a model's source code">
Expand Down
2 changes: 1 addition & 1 deletion docs/models/run-a-model/run-access-cm.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ To access a specific task, click on the arrow next to the task to extend the dro
#### Through the suite directory
The suite's log directories are stored in `~/cylc-run/<suite-ID>` as `log.<TIMESTAMP>`, and the latest set of logs are also symlinked in the `~/cylc-run/<suite-ID>/log` directory.<br>
The logs for the main job can be found in the `~/cylc-run/<suite-ID>/log/job` directory.<br>
Logs are separated into simulation cycles according to their starting dates, and then differentiated by task. They are then further separated into "attempts" (consecutive failed/successful tasks), where `NN` is a symlink to the most recent attempt.
Logs are separated into simulation cycles according to their starting dates, then divided into subdirectories according to the task name. They are then further separated into "attempts" (consecutive failed/successful tasks), where `NN` is a symlink to the most recent attempt.

In the example above, a failure occurred for the _09500101_ simulation cycle (i.e. starting date: 1st January 950) in the _coupled_ task. Hence, the `job.err` and `job.out` files can be found in the `~/cylc-run/<suite-ID>/log/job/09500101/coupled/NN` directory.
<terminal-window>
Expand Down
Loading
Loading