forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 1
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 (ufs-c…
…ommunity#217) - replace calls to CCPP step `time_vary` with `timestep_init` in `atmos_model.F90`, add call to CCPP step `timestep_final` - update `ccpp/driver/CCPP_driver.F90` with calls to CCPP `timestep_init` and `timestep_final` - add `h2o_def.f` and `ozne_def.` to `ccpp_prebuild_config.py` - update of `gfsphysics/GFS_layer/GFS_typedefs.F90`: cleanup work for o3 and h2o physics (required by the updates to the CCPP time vary physics) - update metadata in `gfsphysics/GFS_layer/GFS_typedefs.meta` for the above changes, and clean up the index used for the surface wind enhancement due to convection in the `phy_f2d` array (use proper index, not just the last entry in the array)
- Loading branch information
Showing
8 changed files
with
168 additions
and
90 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
4 files
+4 −1 | scripts/ccpp_prebuild.py | |
+11 −1 | scripts/common.py | |
+15 −33 | scripts/metadata_parser.py | |
+66 −38 | scripts/mkstatic.py |
Submodule physics
updated
17 files
+0 −6 | physics/GFS_debug.F90 | |
+306 −348 | physics/GFS_phys_time_vary.fv3.F90 | |
+1,275 −33 | physics/GFS_phys_time_vary.fv3.meta | |
+45 −57 | physics/GFS_rad_time_vary.fv3.F90 | |
+201 −15 | physics/GFS_rad_time_vary.fv3.meta | |
+15 −14 | physics/GFS_rrtmg_setup.F90 | |
+1 −9 | physics/GFS_rrtmg_setup.meta | |
+10 −9 | physics/GFS_rrtmgp_setup.F90 | |
+1 −1 | physics/GFS_rrtmgp_setup.meta | |
+7 −5 | physics/GFS_suite_interstitial.F90 | |
+8 −9 | physics/GFS_time_vary_pre.fv3.F90 | |
+1 −1 | physics/GFS_time_vary_pre.fv3.meta | |
+195 −237 | physics/gcycle.F90 | |
+5 −0 | physics/h2o_def.f | |
+29 −0 | physics/h2o_def.meta | |
+5 −0 | physics/ozne_def.f | |
+29 −0 | physics/ozne_def.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.