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.
Remove IPD steps 3 and 5 (ufs-community#224)
* Implementation of CCPP timestep_init and timestep_final phases in fv3atm; cleanup work in GFS_typedefs for o3 and h2o physics as a result of the changes to the time vary physics in CCPP * Use proper index variable for surface wind enhancement due to convection in phy_f2d array in GFS_typedefs.{F90,meta}, move code to clear diagnostic buckets using GFS DDT bound procedures from atmos_model.F90 to CCPP_driver.F90 * First step of cleanup process: remove CCPP preprocessor directives, remove parts of unused IPD code, update cmake build system, Delete IPD source code, Replace IPD DDTs with GFS DDTs, Bugfix in atmos_model.F90; add missing call to GFS_externaldiag_populate, Move contents of gfsphysics/{CCPP_layer,GFS_layer} to ccpp/{data,driver}, entirely deleted IPD typedefs, Rename module GFS_driver to GFS_init * Fix indentation in ccpp/data/CMakeLists.txt and ccpp/driver/CMakeLists.txt * Add logic to set DYN32 depending on 32BIT setting * Pass preprocessor directive GFS_TYPES to dycore to enable use of GFS data types * Compile GFS_diagnostics.F90 without optimization, this leads to out of memory errors on wcoss_dell_p3
- Loading branch information
Showing
27 changed files
with
1,049 additions
and
3,282 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
Submodule atmos_cubed_sphere
updated
10 files
+0 −1 | docs/Doxyfile | |
+11 −20 | driver/fvGFS/atmosphere.F90 | |
+0 −7 | makefile | |
+0 −1,209 | model/fv_cmp.F90 | |
+8 −63 | model/fv_dynamics.F90 | |
+12 −124 | model/fv_mapz.F90 | |
+0 −67 | model/fv_sg.F90 | |
+0 −6 | tools/external_ic.F90 | |
+7 −0 | tools/fv_iau_mod.F90 | |
+0 −2 | tools/fv_mp_mod.F90 |
Oops, something went wrong.