Contact: Meena Raju
Email: meena1982@gmail.com
Organization: University of Michigan

Archive Title: Model source code for "Development of a next-generation general ocean circulation model for the Great Lakes" 

Details: This archive contains the specific source code for the model components that were used to run the simulation published in "Development of a next-generation general ocean circulation model for the Great Lakes", submitted to Geoscientific Model Development.

The model simulations in this manuscript were run on NOAA’s Research and Development High Performance Computing System (RDHPCS), Gaea platform. This archive contains .tar files that contain the components of the coupled model, MOM6-SIS2. These components are under the src/ directory within MOM6-examples. Details on how to install MOM6-examples on the Gaea platform are explained in the user guide (https://zenodo.org/records/18275689) and found here,  https://github.com/NOAA-GFDL/MOM6-examples/wiki/Getting-started#checking-and-examining-your-results

The contents of the .tar files are explained below,
1. atmos_null.tar: This is a null module to be used when no atmospheric model is required. It is now a sub-module of MOM6-examples/src/atmos_null. This .tar file has the necessary files for this module.

2. coupler.tar: This contains component models that couple the atmosphere, ocean, land, and sea-ice on independent grids. This .tar file has the necessary files for this module.

3. FMS.tar: This is the Flexible Modeling System (FMS), which is a software framework for supporting the efficient development, construction, execution, and scientific interpretation of atmospheric, oceanic, and climate system models. This .tar file has the necessary files for this module.

4. ice_param.tar: ice_param is needed to run any coupled model. It is now a sub-module, MOM6-examples/src/ice_param. This .tar file has the necessary files for this module.

5. land_null.tar: land_null is a "dummy" set or modules that provide the land's APIs but do nothing. It is now a sub-module, MOM6-examples/src/land_null. This .tar file has the necessary files for this module.

6. MOM6.tar: This contains the source code and necessary files for the MOM6 model. 

7. SIS2.tar: This contains the source code and necessary files for the ice model, SIS2. 