-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev/master' into user/z1l/original_z1l
Conflicts: src/framework/MOM_domains.F90
- Loading branch information
Showing
1,515 changed files
with
83,730 additions
and
23,001 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,4 @@ | ||
.gitignore | ||
*.nc.* | ||
*.nc | ||
*.out | ||
|
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,9 @@ | ||
[submodule "pkg/CVmix"] | ||
path = pkg/CVmix | ||
url = https://github.com/CSNOM/CVmix.git | ||
[submodule "tools/matlab/gtools"] | ||
path = tools/matlab/gtools | ||
url = https://github.com/Adcroft/gtools.git | ||
[submodule "tools/python/025gridGeneration/MIDAS"] | ||
path = tools/python/025gridGeneration/MIDAS | ||
url = https://github.com/mjharriso/MIDAS.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,23 @@ | ||
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 parameters, input data, paths to data, and some source | ||
code for static compiles. examples/ is sub-divided into four | ||
directories named for the style of compiled executable: | ||
* examples/solo_ocean - uses just MOM6 code | ||
* examples/ocean_SIS - uses just MOM6 and SIS code in coupled mode | ||
* examples/ocean_SIS2 - uses just MOM6 and SIS2 code in coupled mode | ||
* examples/coupled_AM2_SIS - uses MOM6, SIS, LM3 and AM2 code ie. fully coupled | ||
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 to find more information: | ||
http://wiki.gfdl.noaa.gov/index.php/MOM6 | ||
In particular, to setup your development-mode working directory there are extensive instructions at: | ||
http://wiki.gfdl.noaa.gov/index.php/MOM6_setup_instructions |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.