-
Notifications
You must be signed in to change notification settings - Fork 14
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
Documentation for ACCESS-RAM3 beta release #857
base: development
Are you sure you want to change the base?
Changes from all commits
b4f8f0b
121e6ae
7204de7
0f58145
a058b77
f28be7d
0a045c7
50fdc54
f75b757
5d86c33
649e007
4f61511
604cada
f9ee9fc
2b2df0a
18788a6
a6ae57b
754fba7
03d3840
f579720
dc58883
3a69dcd
575d29c
304ac32
49fc709
98fe281
a35cd83
5196296
525eb0f
0a0fe83
46c9149
a20e2e8
1debfee
63a961b
521a072
b058fa7
66a8813
7136430
0485785
22516df
8c045bb
297fc9e
508631c
0e840f6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# ACCESS-RAM | ||
|
||
TODO | ||
{: style="color:red"} | ||
<!-- Create the model overview page for ACCESS-RAM. Refer to the ACCESS-ESM1.5 one for an example. --> | ||
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,6 +1,6 @@ | ||||||
# Supported ACCESS Model Configurations | ||||||
|
||||||
<!-- This entire file is used as a snippet in other pages --> | ||||||
<div class="card-container"> | ||||||
<!-- ACCESS-CM --> | ||||||
<a href="/models/configurations/access-cm/" class="horizontal-card"> | ||||||
<div class="card-image-container"> | ||||||
<img src="/assets/model-config-logos/configurations-without-titles/access-cm.png" class="white-background img-contain"></img> | ||||||
|
@@ -12,6 +12,7 @@ | |||||
</span> | ||||||
</div> | ||||||
</a> | ||||||
<!-- ACCESS-ESM --> | ||||||
<a href="/models/configurations/access-esm/" class="horizontal-card"> | ||||||
<div class="card-image-container"> | ||||||
<img src="/assets/model-config-logos/configurations-without-titles/access-esm.png" class="white-background img-contain"></img> | ||||||
|
@@ -23,6 +24,7 @@ | |||||
</span> | ||||||
</div> | ||||||
</a> | ||||||
<!-- ACCESS-OM --> | ||||||
<a href="/models/configurations/access-om/" class="horizontal-card"> | ||||||
<div class="card-image-container"> | ||||||
<img src="/assets/model-config-logos/configurations-without-titles/access-om.png" class="white-background img-contain"></img> | ||||||
|
@@ -34,4 +36,16 @@ | |||||
</span> | ||||||
</div> | ||||||
</a> | ||||||
<!-- ACCESS-RAM --> | ||||||
<a href="/models/configurations/access-ram/" class="horizontal-card"> | ||||||
<div class="card-image-container"> | ||||||
<img src="/assets/model-config-logos/configurations-without-titles/access-om.png" class="white-background img-contain"></img> | ||||||
</div> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ACCESS-NRI/webops will take care of this. |
||||||
<div class="card-text-container"> | ||||||
<span class="bold" >ACCESS-RAM</span> | ||||||
<span> | ||||||
ACCESS-RAM -- add text here. Also add correct image. | ||||||
</span> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Add a short description of what ACCESS-RAM is, similarly to what it's done for the other models above in the page. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was included separately in the RAS and RNS descriptions in my branch. Maybe they can be combined here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you please link the specific content you are referring to or, maybe better, write a comment below with the "combined" content you are suggesting? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The chermelle/add-rns-documentation branch branch was started from a copy of https://access-hive.org.au/models/run-a-model/run-access-cm/. I will do an About version similar to the one in https://access-hive.org.au/models/run-a-model/run-access-esm/. I suggest that the run-access-cm branch is updated as well. |
||||||
</div> | ||||||
</a> | ||||||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the model overview page for ACCESS-RAM.
More details in #877's first task.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@engelca Could you please comment on how our ACCESS-NRI RAM3 configuation differs from the UKMO RNS.
Perhaps users need to know that there is a different config option using an existing executable instead of building the model, and that python scripts exist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@engelca Could you please address this comment?
In addition to what heidi mentioned, I think the overview page should have content about any information that we would like to provide about the configuration, so that we can link to this overview page also within the "How to run page", without having redundant information in the latter.