-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation of CCPP timestep_init and timestep_final phases (#337)
* Update .gitmodules and submodule pointer for fv3atm for code review and testing * Update submodule pointer for fv3atm; skip-ci * Don't try to compile all suites in DEBUG mode on cheyenne.intel, weird bug on compute nodes; skip-ci * Don't try to compile all suites in DEBUG mode on wcoss_cray; skip-ci * Regression test logs for cheyenne.gnu, cheyenne.intel, gaea.intel, hera.gnu, hera.intel, jet.intel, orion.intel; skip-ci * Don't try to compile all suites in DEBUG mode on wcoss_dell_p3; skip-ci * Regression test logs for wcoss_cray and wcoss_dell_p3 * Revert change to .gitmodules and update submodule pointer for fv3atm
- Loading branch information
Showing
11 changed files
with
679 additions
and
677 deletions.
There are no files selected for viewing
Submodule FV3
updated
8 files
+1 −1 | atmos_cubed_sphere | |
+12 −3 | atmos_model.F90 | |
+2 −0 | ccpp/config/ccpp_prebuild_config.py | |
+62 −11 | ccpp/driver/CCPP_driver.F90 | |
+1 −1 | ccpp/framework | |
+1 −1 | ccpp/physics | |
+20 −34 | gfsphysics/GFS_layer/GFS_typedefs.F90 | |
+69 −39 | gfsphysics/GFS_layer/GFS_typedefs.meta |
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
Oops, something went wrong.