Skip to content
Jessica Meixner edited this page Nov 20, 2019 · 2 revisions

Welcome to the DATM-MOM6-CICE5 wiki!

This is a NEMS App coupling a data ATM, MOM6 and CICE5

Components

This coupled app points to the following components via submodules:

Components Repo
NEMS https://github.com/NOAA-EMC/NEMS
DATM https://github.com/NOAA-EMC/NEMSdatm
CICE_SRC https://github.com/NOAA-EMC/CICE5
FMS https://github.com/NOAA-EMC/FMS
MOM6 https://github.com/NOAA-EMC/MOM6-interface
—/src/MOM6 https://github.com/NOAA-EMC/MOM6
—/src/mkmf https://github.com/NOAA-EMC/mkmf

To Clone the Repo

git clone https://github.com/NOAA-EMC/DATM-MOM6-CICE5 <Local Dir Name>
cd <Local Dir Name> 
git submodule update --init --recursive

To Compile the Coupled Model

cd NEMS 
make app=coupled_DATM_MOM6_CICE  build 

To Run Compsets

./NEMS/NEMSCompsetRun -f 

There are currently three compsets

  • A mediator cold start run sequence that will generate the mediator restart files which will allow the models to run sequentially
  • A 3 day run
  • A hot start that starts from restarts from each model at day 1 and runs for 2 days. This should replicate the the output at day 3 as the 3 day test (currently does not).

Helpful Links