forked from NOAA-EMC/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "pkg/CVmix"] | ||
path = pkg/CVmix | ||
url = ssh://cvs.princeton.rdhpcs.noaa.gov/home/aja/Repos/CVmix.git | ||
[submodule "tools/matlab/gtools"] | ||
path = tools/matlab/gtools | ||
url = https://github.com/Adcroft/gtools.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
What's what | ||
=========== | ||
|
||
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. | ||
examples/ - contains parametesr, input data, patths to data, and some source | ||
code for static compiles. | ||
pkg/ - contains third party (non-MOM6 or FMS) code that can be linked to MOM6 | ||
tools/ - tools for working with MOM6 (not source code and not necessarily supported) | ||
|
||
More information | ||
================ | ||
|
||
During development, the MOM6 wiki is the primary place for find more information: | ||
http://wiki.gfdl.noaa.gov/index.php/MOM6 | ||
In particular, to setup your working directory there are extensive instructions at: | ||
http://wiki.gfdl.noaa.gov/index.php/MOM6_setup_instructions |