-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BFB
- Loading branch information
Showing
11 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
Submodule cime
updated
66 files
Submodule external
updated
57 files
Submodule fates
updated
32 files
Submodule sbetr
updated
4 files
+1 −1 | Makefile | |
+2 −2 | src/betr/betr_grid/BeTR_PatchType.F90 | |
+0 −1 | src/betr/betr_util/betr_varcon.F90 | |
+1 −3 | src/driver/shared/BeTRSimulation.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
Submodule ekat
updated
30 files
Submodule haero
updated
21 files
+3 −0 | .github/workflows/auto_test.yml | |
+3 −5 | CMakeLists.txt | |
+7 −6 | README.md | |
+1 −1 | cmake/haero.cmake.in | |
+3 −5 | ext/CMakeLists.txt | |
+1 −1 | ext/ekat | |
+0 −1 | haero/CMakeLists.txt | |
+6 −14 | haero/aero_process.hpp | |
+15 −60 | haero/atmosphere.hpp | |
+0 −2 | haero/haero.hpp | |
+0 −27 | haero/math.hpp | |
+0 −46 | haero/surface.hpp | |
+9 −18 | haero/testing.cpp | |
+0 −4 | haero/testing.hpp | |
+0 −13 | haero/tests/testing_tests.cpp | |
+1 −0 | machines/compy.sh | |
+1 −1 | machines/deception.sh | |
+2 −1 | machines/marianas.pnl.gov.sh | |
+2 −1 | machines/s1061858.sh | |
+4 −0 | setup | |
+2 −0 | tools/Dockerfile.ext |