Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 0358c69

Browse files
authored
Merge pull request #304 from COSIMA/origin/aekiss-patch-1
README edits
2 parents b959aa7 + 99bbc20 commit 0358c69

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,17 @@
22
<br/> <br/>
33
[![Compilation Status](https://github.com/COSIMA/access-om3/actions/workflows/compilation.yml/badge.svg)](https://github.com/COSIMA/access-om3/actions/workflows/compilation.yml)
44

5+
This repository is **deprecated**!
6+
57
# ACCESS-OM3
68

79
ACCESS-OM3 is a global coupled ocean - sea ice - wave model being developed by [COSIMA](http://www.cosima.org.au) and [ACCESS-NRI](https://www.access-nri.org.au/). It consists of MOM6, CICE6 and (optionally) WaveWatch3, coupled with NUOPC and driven by prescribed surface forcing - see [here](https://access-om3-configs.access-hive.org.au/pages/Architecture/).
810

911
# Downloading
1012

11-
This repository only stores the model source code. Model configurations are available from branches in [github.com/ACCESS-NRI/access-om3-configs](https://github.com/ACCESS-NRI/access-om3-configs), which use pre-built executables available on [NCI](https://nci.org.au/), so NCI-based users of ACCESS-OM3 typically won't need to download this repository unless they need to make model component code changes.
12-
13-
This respository contains submodules, so you will need to clone it with the `--recursive` flag:
14-
```
15-
git clone --recursive https://github.com/COSIMA/access-om3.git
16-
```
13+
This repository only stores (no longer used!) model source code and is **deprecated**. **This repo is only useful to users wanting to browse *older* builds of ACCESS-OM3**.
1714

18-
To update a previous clone of this repository to the latest version, you will need to do
19-
```
20-
git pull
21-
git submodule update --init --recursive
22-
```
23-
to update all the submodules.
15+
Model configurations are available from branches in [github.com/ACCESS-NRI/access-om3-configs](https://github.com/ACCESS-NRI/access-om3-configs), which use pre-built executables available on [NCI](https://nci.org.au/). Whilst it is not needed to run the model, the newer build system uses Spack and is [here](https://github.com/aCCESS-NRI/acceSS-OM3). NCI-based users of ACCESS-OM3 typically won't need to download the build repository unless they need to make model component code changes.
2416

2517
# Documentation (including building and running the model)
2618

0 commit comments

Comments
 (0)