You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/includes/payu.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,14 +93,15 @@ After joining the _vk83_ project, load the _payu_ module:
93
93
module load payu
94
94
95
95
To check that _payu_ is available, run:
96
-
96
+
ø
97
97
payu --version
98
98
<!--end:access-payu-->
99
99
100
100
## Run an experiment
101
101
102
102
### Get the model configuration
103
103
104
+
<!--start:get-config-payu-->
104
105
All model configurations are hosted in a GitHub repository where each configuration is maintained in its own branch.<br>
105
106
106
107
To get a local copy of a configuration, you need to:
@@ -111,7 +112,9 @@ To get a local copy of a configuration, you need to:
111
112
- Choose a name for your experiment, `<local-branch>`. It is recommended to choose a descriptive name, specific to your experiment. Note that the experiment name will be formed using the _control_ directory's name and this `<local-branch>` name.
112
113
113
114
Then, you can get the chosen configuration using `payu clone`.
115
+
<!--end:get-config-payu-->
114
116
117
+
<!--start:payu-clone-example-->
115
118
For example, if you want to do a sensitivity experiment about diffusivity in ACCESS-OM2 using the configuration `release-1deg_jra55_ryf`. You decide the following:
116
119
117
120
-`<repository>` and `<branch>`: base your experiment off the branch, `release-1deg_jra55_ryf`, from the repository, `https://github.com/ACCESS-NRI/access-om2-configs`
Copy file name to clipboardExpand all lines: docs/models/run_a_model/run_access-esm.md
+7-20Lines changed: 7 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,14 +60,14 @@ All {{model}} configurations are open source, licensed under [CC BY 4.0](https:/
60
60
61
61
## Workflow manager, _payu_
62
62
63
-
??? abstract What is _payu_ and how are the simulation files organised by _payu_
63
+
??? abstract "What is _payu_ and how are the simulation files organised by _payu_"
64
64
{%
65
65
include-markdown "includes/payu.md"
66
66
start="<!--start:about-->"
67
67
end="<!--end:about-->"
68
68
%}
69
69
70
-
??? abstract Accessing _payu_
70
+
??? abstract "Accessing _payu_"
71
71
72
72
{%
73
73
include-markdown "includes/payu.md"
@@ -82,28 +82,15 @@ All {{model}} configurations are open source, licensed under [CC BY 4.0](https:/
82
82
All released {{ model }} configurations are available from the [{{ model }} configs]({{github_configs}}) GitHub repository.<br>
83
83
Released configurations are tested and supported by ACCESS-NRI, as an adaptation of those originally developed by [CSIRO](https://www.csiro.au/en/research/environmental-impacts/climate-change/climate-science-centre) and [CLEX CMS](https://github.com/coecms/access-esm).
84
84
85
-
For more information on {{ model }} configurations, check [{{model}}][model configurations] page.
86
-
87
-
More information about the available experiments and the naming scheme of the branches can also be found in the [{{ model }} configs]({{github_configs}}) GitHub repository.
88
-
89
-
The first step is to choose a configuration from those available.<br>
90
-
91
-
For example, if the required configuration is the co2 concentration driven pre-industrial configuration, then the branch to select is [`release-preindustrial+concentrations`](https://forum.access-hive.org.au/t/access-esm1-5-release-information/2352).
92
-
93
-
To clone this branch to a location on _Gadi_, run:
0 commit comments