forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 60
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/gfdl' into ice_dynamics
- Loading branch information
Showing
5 changed files
with
51 additions
and
43 deletions.
There are no files selected for viewing
Submodule CVMix-src
updated
29 files
+21 −0 | .travis.yml | |
+103 −0 | CMakeLists.txt | |
+274 −0 | CVMix_tools/code_consistency.py | |
+549 −0 | CVMix_tools/pylintrc | |
+146 −0 | CVMix_tools/run_test_suite.sh | |
+54 −2 | README.md | |
+2 −0 | bld/cmake_bld/.gitignore | |
+25 −12 | bld/cvmix_setup | |
+4 −0 | cmake_bin/.gitignore | |
+0 −0 | reg_tests/Bryan-Lewis/Bryan-Lewis-test.sh | |
+15 −3 | reg_tests/common/build.sh | |
+3 −0 | reg_tests/common/parse_inputs.sh | |
+6 −1 | reg_tests/common/run.sh | |
+41 −0 | src/CMakeLists.txt | |
+4 −4 | src/Makefile | |
+1 −1 | src/drivers/cvmix_bgrnd_BL.F90 | |
+1 −1 | src/drivers/cvmix_ddiff_drv.F90 | |
+1 −1 | src/drivers/cvmix_kpp_drv.F90 | |
+1 −1 | src/drivers/cvmix_shear_drv.F90 | |
+1 −1 | src/drivers/cvmix_tidal_Simmons.F90 | |
+5 −0 | src/dummy.F90 | |
+3 −5 | src/shared/cvmix_kinds_and_types.F90 | |
+406 −205 | src/shared/cvmix_kpp.F90 | |
+2 −4 | src/shared/cvmix_put_get.F90 | |
+1 −1 | src/shared/cvmix_shear.F90 | |
+12 −20 | src/shared/cvmix_tidal.F90 | |
+2 −3 | src/shared/cvmix_utils.F90 | |
+9 −4 | src/shared/makedep.py | |
+5 −5 | templates/cvmix_MODULE.F90 |
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
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
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
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