Skip to content

Quickstart

Alper Altuntas edited this page Apr 28, 2022 · 18 revisions

Downloading CESM with MOM6: Clone the CESM Github repository and check out the components, including MOM6, as follows.

git clone -b cesm2_3_beta08 https://github.com/ESCOMP/CESM.git
(cd CESM/; ./manage_externals/checkout_externals -o)

Creating and running a MOM6 case: Below is an example of how to run an ocean-only MOM6 case within the CESM framework.

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