Home
Welcome to the documentation for the ACCESS-OM3 ocean-seaice model configurations!
See the links on the left. If you would like to simply run the model, see the How to Run ACCESS OM3 documentation.
Contributions welcome 🙏
This documentation is a work in progress, and we welcome any contributions, including corrections and suggestions.
Contributions can be made in a few ways:
Report a bug or make a suggestion
Issues should be posted to github.com/ACCESS-NRI/access-om3-configs/issues. All contributions are welcome but we would particularly appreciate text suggestions (below).
Quick contributions
Tip
For external people, this method does not allow one to preview the changes rendered into a website or create whole new pages. Its advantage is that it's very quick to do.
The simplest and fastest way to make a change to an existing page is to click the edit "pencil" on the top-right corner. This will go to the relevant GitHub markdown file and clicking the top-right pencil again on GitHub will allow you to edit the file. Once complete, click Commit changes...
. There are then two possibilities, depending on whether you have write access to access-om3-configs
:
- No write access (e.g. you are not part of the
ACCESS-NRI
GitHub organisation): this will prompt you to make a fork and then a pull request (less than 1 minute!). - You have write access: please commit changes on a new branch and then use a pull request (this relates to the next option).
Larger contributions (online PR-previews)
Tip
This method allows you create whole new pages, and to preview the changes rendered into a website. It does not require you to install any software, but is only available for people with write access to access-om3-configs
.
Create a new branch, e.g. jblogs/doc-update
, make doc changes (the documentation sources are in github.com/ACCESS-NRI/access-om3-configs/tree/main/documentation), then open a related PR and a GitHub preview will be made automatically.
Larger contributions (mkdocs
offline)
Tip
Similar to the above, this method allows you create whole new pages and to preview the changes rendered into a website. It works whether or not you have write access to access-om3-configs
, but requires you to install mkdocs
and takes the longest to set up.
Following these instructions but noting the documentation sources are in github.com/ACCESS-NRI/access-om3-configs/tree/main/documentation. You'll need to fork and clone github.com/ACCESS-NRI/access-om3-configs if you want to write your own content (mkdocs serve
should be invoked from within the documentation
directory).