-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ufs_public_release: updates from DTC and GSD, bugfixes, code cleanup (#…
…22) * (1) Add new suite definition files for GFSv15p2, GFSv16beta, update CCPP prebuild config (2) Clean up definition of compiler flags, add -Wall for GNU in DEBUG mode (3) Bugfixes for ugwp and noahmp, cleanup of old comments in GFS_physics_driver.F90, move previous-timestep precipitation variables from Tbd to Sfcprop (4) Fix compiler warnings about non-existent include directories * Update submodule pointers for ccpp/framework and ccpp/physics, update .gitmodules to point to climbfuji's fork for the code review process * (1) Bugfix to set missing flag for 64bit physics for GNU and handle netCDF variables in new new compile_cmake.sh build script (2) Bugfix for .gitmodules * Revert change of .gitmodules, update submodule pointers for ccpp/framework and ccpp/physics
- Loading branch information
1 parent
ee9db83
commit 2bd04f3
Showing
39 changed files
with
233 additions
and
2,402 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
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 framework
updated
8 files
+1 −1 | CODEOWNERS | |
+8 −1 | scripts/ccpp_prebuild.py | |
+7 −1 | scripts/metadata2html.py | |
+3 −0 | scripts/mkcap.py | |
+9 −3 | scripts/mkstatic.py | |
+44 −25 | src/CMakeLists.txt | |
+6 −0 | src/ccpp.F90 | |
+6 −2 | src/ccpp_api.F90 |
Submodule physics
updated
59 files
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.