Skip to content

Building

Andrew Kiss edited this page May 30, 2023 · 21 revisions

Building

If you don't want to use a precompiled executable from /g/data/ik11/inputs/access-om3/bin/, you can build it yourself.

Building access-om3 requires membership of the ik11 project - apply at https://my.nci.org.au/mancini/project/ik11 if needed.

Then simply do

./build.sh

and you'll get a shiny new executable bin/access-om3-<hash>, which is labelled by the git hash of the access-om3 repository so you can identify the sources that it was built with. If the executable name also has a -modified suffix, this indicates that there were untracked files or uncommitted changes. If this happens it's a good idea to commit the changes and re-build so the executable sources are identifiable from the name of the executable.

TODO

We also want to coordinate with these plans https://github.com/ACCESS-NRI/model_builder

Clone this wiki locally