Build | Fast Run | Full Run | Repro | Tools | Release |
---|---|---|---|---|---|
ACCESS-OM2 is a global coupled ocean - sea ice model being developed by COSIMA. Version 1.0 of the model is described in Kiss et al. (2020).
ACCESS-OM2 consists of the MOM 5.1 ocean model, CICE 5.1.2 sea ice model, and a file-based atmosphere called YATM coupled together using the OASIS3-MCT v2.0 coupler. Regridding is done using ESMF and KDTREE2. ACCESS-OM2 builds on the ACCESS-OM (Bi et al., 2013) and AusCOM (Roberts et al., 2007; Bi and Marsland, 2010) models originally developed at CSIRO.
ACCESS-OM2 comes with a number of standard configurations in the control directory. These include sea ice and ocean at a nominal 1.0, 0.25 and 0.1 degree horizontal grid spacing, forced by JRA55-do atmospheric reanalyses.
ACCESS-OM2 is being used for a growing number of research projects. A partial list of publications using the model is given here.
This respository contains many submodules, so you will need to clone it with the --recursive
flag:
git clone --recursive https://github.com/COSIMA/access-om2.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.
The v1.0 model configurations and performance are described in Kiss et al. (2020), with further details in the ACCESS-OM2 technical report. Be aware that the latest configurations differ from v1.0 in a number of ways - consult their git histories for details.
Model output can be accessed by NCI users via the COSIMA Cookbook.
For information on downloading, building and running the model, see the ACCESS-OM2 wiki.
NOTE: All ACCESS-OM2 model components and configurations are undergoing continual improvement. We strongly recommend that you "watch" this repo (see button at top of screen; ask to be notified of all conversations) and also watch all the component models, whichever configuration(s) you are using, and payu
to be kept informed of updates, problems and bug fixes as they arise.
Requests for help and other issues associated with the model, tools or configurations can be registered as ACCESS-OM2 issues.
We request that users of this or other ACCESS-OM2 model code:
-
consider citing Kiss et al. (2020) (http://doi.org/10.5194/gmd-13-401-2020)
-
include an acknowledgement such as the following:
The authors thank the Consortium for Ocean-Sea Ice Modelling in Australia (COSIMA; http://www.cosima.org.au) for making the ACCESS-OM2 suite of models available at https://github.com/COSIMA/access-om2.
-
let us know of any publications which use these models or data so we can add them to our list.