Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Steketee <[email protected]>
  • Loading branch information
aidanheerdegen and anton-seaice authored Mar 19, 2024
1 parent c485fcf commit 9a44565
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/models/run-a-model/run-access-om.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ The next step is to clone this branch to a location on _Gadi_:

In the example above the `payu clone` command clones the 1° repeat-year JRA55 configuration (` -B release-1deg_jra55_ryf`)
to a new experiment branch (`-b expt`) to a directory named `1deg_jra55_ryf`:
mkdir -p ~/access-om
cd ~/access-om2
mkdir -p ~/access-om
cd ~/access-om2
payu clone -b expt -B release-1deg_jra55_ryf https://github.com/ACCESS-NRI/access-om2-configs.git 1deg_jra55_ryf

!!! note
Expand Down Expand Up @@ -209,7 +209,7 @@ To determine if a model has run correctly it must first be established that it h

If the model did not run to completion correctly the following will still be in the `control` directory:

work
work/
access-om2.err
access-om2.out

Expand All @@ -228,7 +228,7 @@ Output folders are `outputXXX` and restart folders `restartXXX`, where _XXX_ is
Model components are separated into subdirectories within the output and restart directories.

<terminal-window>
<terminal-line data="input">cd ~/access-om/1deg_jra55_yaf<</terminal-line>
<terminal-line data="input">cd ~/access-om/1deg_jra55_ryf</terminal-line>
<terminal-line data="input" directory="~/access-om/1deg_jra55_yaf<">ls</terminal-line>
<terminal-line class="ls-output-format">output000 pbs_logs restart000</terminal-line>
</terminal-window>
Expand Down

0 comments on commit 9a44565

Please sign in to comment.