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!
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.
For information on downloading, building and running the model, see the ACCESS-OM3 wiki.