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

Fixed misplacement of text in 'How to run ACCESS-OM' #801

Merged
merged 1 commit into from
Sep 23, 2024
Merged
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
6 changes: 3 additions & 3 deletions docs/models/run-a-model/run-access-om.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,15 @@ More information about the available experiments and the naming scheme of the br
The first step is to choose a configuration from those available.<br>
For example, if the required configuration is the 1° horizontal resolution with repeat-year _JRA55_ forcing (without BGC), then the branch to select is [`release-1deg_jra55_ryf`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-1deg_jra55_ryf).

To clone this branch to a location on _Gadi_, run:
To clone this branch to a location on _Gadi_ and navigate to that directory, run:

mkdir -p ~/access-om2
cd ~/access-om2
payu clone -b expt -B release-1deg_jra55_ryf {{ github_configs }} 1deg_jra55_ryf
cd 1deg_jra55_ryf

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`.
as a new experiment branch (`-b expt`) to a directory named `1deg_jra55_ryf`.
!!! admonition tip
Anyone using a configuration is advised to clone only a single branch (as shown in the example above) and not the entire repository.

Expand All @@ -92,7 +93,6 @@ to a new experiment branch (`-b expt`) to a directory named `1deg_jra55_ryf`.
<terminal-line>archive path: /scratch/.../access-om2/archive</terminal-line>
<terminal-line>Updated metadata. Experiment UUID: daeee7ff-07e4-4f93-823b-cb7c6e4bdb6e</terminal-line>
<terminal-line>Added archive symlink to /scratch/.../access-om2/archive/1deg_jra55_ryf-expt-daeee7ff</terminal-line>
<terminal-line>To change directory to control directory run:</terminal-line>
<terminal-line data="input">cd 1deg_jra55_ryf</terminal-line>
</terminal-window>

Expand Down
Loading