forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- v0.98-beta is the latest tag of CVMix that is available a.t.t. - There were no API changes since the v0.94b-beta that affected MOM6. - No answer changes for MOM6-examples, but these do not exercise much of CVMix.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule CVMix-src
updated
25 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 | |
+1 −1 | 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 | |
+8 −5 | src/shared/cvmix_kpp.F90 | |
+1 −1 | src/shared/cvmix_shear.F90 | |
+9 −4 | src/shared/makedep.py | |
+5 −5 | templates/cvmix_MODULE.F90 |