Skip to content
Alper Altuntas edited this page Mar 12, 2020 · 9 revisions

MOM6 in CESM: User Manual

Quickstart

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

Note: All available MOM6 resolutions and component sets (compsets) are provided in the following page: [TODO]


For more information on running CESM, check out the following quickstart guide: https://escomp.github.io/CESM/release-cesm2/

Clone this wiki locally