From 130de67ba4a597cf153a8718197d542d4190c480 Mon Sep 17 00:00:00 2001 From: Davide Marchegiani Date: Thu, 17 Oct 2024 13:49:51 +1100 Subject: [PATCH] Added Spencer's suggestion on liinking the 'how to run a model page' --- docs/getting_started/spack.md | 3 ++- docs/models/run-a-model/build_a_model.md | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/getting_started/spack.md b/docs/getting_started/spack.md index 790445bb1..7eefa2194 100644 --- a/docs/getting_started/spack.md +++ b/docs/getting_started/spack.md @@ -1,7 +1,8 @@ # Set up Spack for building ACCESS models !!! danger - This page is tailored to experienced users and collaborators developing ACCESS models. This step is *not* required if you *only* want to run a model. + This page is tailored to experienced users and collaborators developing ACCESS models.
+ This step is *not* required if you *only* want to run a model. If you are looking for information on how to run a model, refer to the [Run a Model](/models/run-a-model) section. [Spack](https://spack.io/about/) is a build-from-source package manager, specifically designed to simplify the installation of scientific software on supercomputers. diff --git a/docs/models/run-a-model/build_a_model.md b/docs/models/run-a-model/build_a_model.md index 46e07275f..a34459ead 100644 --- a/docs/models/run-a-model/build_a_model.md +++ b/docs/models/run-a-model/build_a_model.md @@ -1,5 +1,6 @@ !!! danger - This page is tailored to experienced users and collaborators developing ACCESS models. This step is *not* required if you *only* want to run a model. + This page is tailored to experienced users and collaborators developing ACCESS models.
+ This step is *not* required if you *only* want to run a model. If you are looking for information on how to run a model, refer to the [Run a Model](/models/run-a-model) section. {% set esm1_5_build_config = "https://github.com/ACCESS-NRI/ACCESS-ESM1.5" %} {% set spack_setup = "/getting_started/spack" %} @@ -18,9 +19,6 @@ As an example, in the following instructions we will show how to build a modifie !!! tip The instructions below remain valid (with simple tweaks) for any model or package. - -If you are looking for information on how to run a model, refer to the [Run a Model](/models/run-a-model) section. - ## Prerequisites - **NCI account**