Skip to content

ACCESS-NRI/dev_coupling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

dev_coupling

Development space for documenting code and issues related to coupling

CM3 instructions

Install OM3 components

Clone access-om3, switch to the cm3 branch, and clone the submodules:

git clone https://github.com/COSIMA/access-om3.git
cd access-om3
git checkout cm3
git submodule update --init --recursive

Point the CMEPS, CICE, and Icepack submodules to the ACCESS-NRI forks (enables you to push/pull latest changes):

cd CMEPS/CMEPS
git remote set-url origin https://github.com/ACCESS-NRI/CMEPS.git
git fetch
git checkout access-cmeps-0.14.35
cd ../../CICE/CICE/
git remote set-url origin https://github.com/ACCESS-NRI/CICE.git
git fetch
git checkout cice-export
cd icepack
git remote set-url origin https://github.com/ACCESS-NRI/Icepack.git
git fetch
git checkout cm3-coupling

Build!

bash build.sh

Checkout and modify suite

rosie checkout u-db245

In bin/build.sh set OM3_DIR to the location of your access-om3 repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages