-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Jessica Meixner edited this page Nov 20, 2019
·
2 revisions
This is a NEMS App coupling a data ATM, MOM6 and CICE5
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 |
git clone https://github.com/NOAA-EMC/DATM-MOM6-CICE5 <Local Dir Name> cd <Local Dir Name> git submodule update --init --recursive
cd NEMS make app=coupled_DATM_MOM6_CICE build
./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).