ACCESS-OM3 is a global coupled ocean - sea ice - wave model being developed by COSIMA and ACCESS-NRI.
WARNING: this is a very early pre-release development version and doesn't yet work!
NCI-based users of ACCESS-OM3 typically won't need to download this repository, as there are pre-built executables available on NCI (see the quick start).
This respository contains submodules, so you will need to clone it with the --recursive
flag:
git clone --recursive https://github.com/COSIMA/access-om3.git
To update a previous clone of this repository to the latest version, you will need to do
git pull
followed by
git submodule update --init --recursive
to update all the submodules.
See the ACCESS-OM3 wiki, particularly the quick start.