Skip to content

Quickstart

Alper Altuntas edited this page Mar 12, 2020 · 18 revisions

Downloading CESM with MOM6:

git clone -b cesm2_2_alpha04d_mom6 https://github.com/ESCOMP/CESM.git
cd CESM/
./manage_externals/checkout_externals -o

Creating and running a MOM6 case:

CESM/cime/scripts/create_newcase --run-unsupported --res T62_t061 --compset CMOM --case c.T62_t061.001
cd c.T62_t061.001
./case.setup
./case.build
./case.submit
Clone this wiki locally