You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top-level directory structure is organized as follow:
File/directory
Purpose
LICENSE.md
A copy of the Gnu lesser general public license, version 3.
README.md
This file with basic pointers to more information.
src/
Contains the source code for MOM6 that is always compiled.
config_src/
Contains optional source code depending on mode and configuration such as dynamic-memory versus static, ocean-only versus coupled. This is where the mct_driver is located.
pkg/
Contains third party (non-MOM6 or FMS) code that is compiled into MOM6.
docs/
Workspace for generated documentation.
Understanding how CESM/MOM6 works
Below are some pseudocode examples intended to demonstrate how CESM/MOM6 works: