There was an error while loading. Please reload this page.
Downloading CESM with MOM6: Clone the CESM Github repository and check out the components, including MOM6, as follows.
git clone -b cesm3_0_alpha03d https://github.com/ESCOMP/CESM.git (cd CESM/; ./bin/git-fleximod update)
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 TL319_t232 --compset G_JRA --case g.TL319_t232.001 cd g.TL319_t232.001 ./case.setup ./case.build ./case.submit
User Manual: MOM6 in CESM