Skip to content

Commit

Permalink
Merge pull request #559 from ACCESS-Hive/quick_fixes
Browse files Browse the repository at this point in the history
fixed links
  • Loading branch information
atteggiani authored Aug 29, 2023
2 parents aa19780 + 53da602 commit 6e43304
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ If you do not yet have `ssh` access to <i>Gadi</i>, refer to instructions on how
The following instructions explain how to load the curated `python` environment on NCI, which includes packages and scripts supported by ACCESS-NRI. Once loaded, these can be run directly on <i>Gadi</i> via `ssh`, `PBS` scripts, or in `JupyterLab`.

???+ warning "ACCESS-NRI can provide code and support, but not computing resources"
You do not automatically have access to all `/g/data/` storage on <i>Gadi</i>. You need to <a href="/getting_started/first_steps#join-relevant-nci-projects">join an NCI project</a> to view files on `/g/data/$PROJECT`.
You do not automatically have access to all `/g/data/` storage on <i>Gadi</i>. You need to <a href="/getting_started#join-relevant-nci-projects">join an NCI project</a> to view files on `/g/data/$PROJECT`.
<br>
For model evaluation and diagnostics, you need to join projects `xp65` and `hh5` for code access and a `$PROJECT` with sufficient compute resources.

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 @@ -137,7 +137,7 @@ For example, to run an {{ model }} suite under the <code>tm70</code> project (AC

<img src="../../../assets/run_access_cm/rose_change_project.gif" alt="Rose change project" class="example-img"/>
<div class="note">
To run {{ model }}, you need to be a member of a project with allocated <i>Service Units</i> (SU). For more information, check <a href="/get_started/first_steps#join-relevant-nci-projects">how to join relevant NCI projects</a>.
To run {{ model }}, you need to be a member of a project with allocated <i>Service Units</i> (SU). For more information, check <a href="/getting_started/#join-relevant-nci-projects">how to join relevant NCI projects</a>.
</div>

### Change run length and cycling frequency
Expand Down
2 changes: 1 addition & 1 deletion docs/models/run-a-model/run-access-esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ walltime: 20:00:00</code></pre>
For example, to run {{ model }} under the <code>tm70</code> project (ACCESS-NRI), add the following line:
<pre><code>project: tm70</code></pre>
<div class="note">
To run {{ model }}, you need to be a member of a project with allocated <i>Service Units</i> (SU). For more information, check <a href="/get_started/first_steps#join-relevant-nci-projects">how to join relevant NCI projects</a>.
To run {{ model }}, you need to be a member of a project with allocated <i>Service Units</i> (SU). For more information, check <a href="/getting_started/#join-relevant-nci-projects">how to join relevant NCI projects</a>.
</div>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion docs/models/run-a-model/run-access-om.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mem: 1000GB</code></pre>
For example, to run {{ model }} under the <code>tm70</code> project (ACCESS-NRI), add the following line:
<pre><code>project: tm70</code></pre>
<div class="note">
To run {{ model }}, you need to be a member of a project with allocated <i>Service Units</i> (SU). For more information, check <a href="/get_started/first_steps#join-relevant-nci-projects">how to join relevant NCI projects</a>.
To run {{ model }}, you need to be a member of a project with allocated <i>Service Units</i> (SU). For more information, check <a href="/getting_started/#join-relevant-nci-projects">how to join relevant NCI projects</a>.
</div>
</li>
<li>
Expand Down

0 comments on commit 6e43304

Please sign in to comment.