-
Notifications
You must be signed in to change notification settings - Fork 18
Quickstart
Alper Altuntas edited this page Oct 3, 2024
·
18 revisions
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
- More information on working with MOM6 in CESM: Detailed Instructions
- All available component sets and grids: What's Available
User Manual: MOM6 in CESM