Skip to content

Commit

Permalink
Added submodule tools/matlab/gtools
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Jul 17, 2013
1 parent 3eb8590 commit fb0cb6c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
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
18 changes: 18 additions & 0 deletions README
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
1 change: 1 addition & 0 deletions tools/matlab/gtools
Submodule gtools added at da62c5

0 comments on commit fb0cb6c

Please sign in to comment.