how to run access esm 1.6 documentation#957
Conversation
|
| {% set model = "ACCESS-ESM1.5" %} | ||
| {% set model2 = "ACCESS-ESM1.6" %} | ||
| {% set github_configs = "https://github.com/ACCESS-NRI/access-esm1.5-configs" %} | ||
| {% set release_notes = "https://forum.access-hive.org.au/t/access-esm1-5-release-information/2352" %} |
There was a problem hiding this comment.
I would use the model version to distinguish the tags. It means more changes to update the tag for ESM1.5 in the whole page but it's less confusing to use (model2 for 1.6 type of confusion??) Don't accept the suggestion as is without doing the work to update throughout the page.
And we also need an URL for ESM1.6 config repo URL. We don't need the release notes yet, but may as well be consistent right now.
| {% set model = "ACCESS-ESM1.5" %} | |
| {% set model2 = "ACCESS-ESM1.6" %} | |
| {% set github_configs = "https://github.com/ACCESS-NRI/access-esm1.5-configs" %} | |
| {% set release_notes = "https://forum.access-hive.org.au/t/access-esm1-5-release-information/2352" %} | |
| {% set model_1.5 = "ACCESS-ESM1.5" %} | |
| {% set model_1.6 = "ACCESS-ESM1.6" %} | |
| {% set github_configs_1.5 = "https://github.com/ACCESS-NRI/access-esm1.5-configs" %} | |
| {% set github_configs_1.6 = "https://github.com/ACCESS-NRI/access-esm1.6-configs" %} | |
| {% set release_notes_1.5 = "https://forum.access-hive.org.au/t/access-esm1-5-release-information/2352" %} |
| @@ -129,6 +132,26 @@ to a new experiment branch (`-b expt`) to a directory named `preindustrial+conce | |||
|
|
|||
| ---------------------------------------------------------------------------------------- | |||
|
|
|||
| ## Get {{ model2 }} configuration | |||
There was a problem hiding this comment.
I would fold this section with the previous one and use a tab (example) to show the commands for ESM1.5 or ESM1.6.
I know we can't say we have tested etc. But as you said, this won't be published, it is only a WIP that we can share when we need to.
|
|
||
| mkdir -p ~/access-esm1.6 | ||
| cd ~/access-esm1.6 | ||
| payu clone -b expt -B dev-preindustrial+concentrations [{{ github_configs }}](https://github.com/ACCESS-NRI/access-esm1.6-configs.git) preindustrial+concentrations |
There was a problem hiding this comment.
No hyperlinks in code blocks!!
| payu clone -b expt -B dev-preindustrial+concentrations [{{ github_configs }}](https://github.com/ACCESS-NRI/access-esm1.6-configs.git) preindustrial+concentrations | |
| payu clone -b expt -B dev-preindustrial+concentrations https://github.com/ACCESS-NRI/access-esm1.6-configs.git preindustrial+concentrations |
| !!! tip | ||
| Downloading and running {{ model2 }} is very similar to {{ model }}, here we show the key difference for how to run {{ model2 }} as compared to running {{ model1 }} . | ||
|
|
||
| All released {{ model2 }} configurations are available from the [{{ model2 }} configs](https://github.com/aCCESS-NRI/accESS-esm1.6-configs) GitHub repository. |
There was a problem hiding this comment.
Should use github_configs_1.6 for the link!
|
@chrisb13 . Just a thought. |
|
First hacky go at how to run access esm 1.6 doc
9faaba5 to
f441a8d
Compare
254ca6a to
963790e
Compare
First hacky go at how to run access esm 1.6 doc
Given their similarity the plan is for this doc to cover both esm1.5/1.6.