Skip to content

Commit

Permalink
ufs-weather-model: this commit #refs 69917, Update CCPP with GFSv16 c…
Browse files Browse the repository at this point in the history
…hanges from IPD, bugfixes for both IPD and CCPP GFSv16, #refs 66372, CCPP changes for HAFS physics, 65796, re-enable NEMSfv3gfs on Gaea and Jet, and in addition: add a stub inline post module for systems that do not have EMC post installed, move ccpp directory from top level directory to underneath FV3 (this includes out-of-source build capabilities for ccpp), update submodule pointer to point to head of GFS-FMS branch of FMS, update ESMF to 8.0.0
  • Loading branch information
climbfuji committed Nov 1, 2019
1 parent db0d4ed commit 5fd0465
Show file tree
Hide file tree
Showing 135 changed files with 446,572 additions and 90,843 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
path = NEMS
url = https://github.com/NOAA-EMC/NEMS
branch = develop
[submodule "ccpp/framework"]
path = ccpp/framework
url = https://github.com/NCAR/ccpp-framework
[submodule "ccpp/physics"]
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
[submodule "FMS"]
path = FMS
url = https://github.com/NOAA-EMC/FMS
Expand Down
10 changes: 0 additions & 10 deletions CCPP_ref_trans.appBuilder

This file was deleted.

10 changes: 0 additions & 10 deletions CCPP_static_trans.appBuilder

This file was deleted.

2 changes: 1 addition & 1 deletion FMS
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 50 files
+6 −0 .gitmodules
+157 −0 LICENSE.md
+1 −1 atmos_cubed_sphere
+295 −0 ccpp/CMakeLists.txt
+228 −0 ccpp/build_ccpp.sh
+356 −0 ccpp/config/ccpp_prebuild_config.py
+0 −0 ccpp/driver/CCPP_driver.F90
+6 −6 ccpp/driver/makefile
+1 −0 ccpp/framework
+1 −0 ccpp/physics
+109 −0 ccpp/set_compilers.sh
+49 −0 ccpp/suites/suite.xsd
+99 −0 ccpp/suites/suite_FV3_CPT_v0.xml
+89 −0 ccpp/suites/suite_FV3_GFS_2017.xml
+94 −0 ccpp/suites/suite_FV3_GFS_2017_csawmg.xml
+93 −0 ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml
+93 −0 ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml
+94 −0 ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml
+88 −0 ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml
+86 −0 ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml
+90 −0 ccpp/suites/suite_FV3_GFS_2017_h2ophys.xml
+94 −0 ccpp/suites/suite_FV3_GFS_2017_myj.xml
+93 −0 ccpp/suites/suite_FV3_GFS_2017_ntiedtke.xml
+89 −0 ccpp/suites/suite_FV3_GFS_2017_ozphys_2015.xml
+89 −0 ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml
+92 −0 ccpp/suites/suite_FV3_GFS_2017_shinhong.xml
+92 −0 ccpp/suites/suite_FV3_GFS_2017_stretched.xml
+92 −0 ccpp/suites/suite_FV3_GFS_2017_ysu.xml
+94 −0 ccpp/suites/suite_FV3_GFS_v15.xml
+94 −0 ccpp/suites/suite_FV3_GFS_v15_gf.xml
+91 −0 ccpp/suites/suite_FV3_GFS_v15_gf_thompson.xml
+94 −0 ccpp/suites/suite_FV3_GFS_v15_mynn.xml
+91 −0 ccpp/suites/suite_FV3_GFS_v15_thompson.xml
+91 −0 ccpp/suites/suite_FV3_GFS_v15_thompson_mynn.xml
+94 −0 ccpp/suites/suite_FV3_GFS_v15plus.xml
+91 −0 ccpp/suites/suite_FV3_GSD_noah.xml
+93 −0 ccpp/suites/suite_FV3_GSD_v0.xml
+93 −0 ccpp/suites/suite_FV3_GSD_v0_drag_suite.xml
+30 −48 gfsphysics/GFS_layer/GFS_physics_driver.F90
+1,245 −1,034 gfsphysics/GFS_layer/GFS_typedefs.F90
+788 −55 gfsphysics/GFS_layer/GFS_typedefs.meta
+6 −30 gfsphysics/makefile
+15 −11 gfsphysics/physics/GFS_debug.F90
+1 −1 gfsphysics/physics/dcyc2.f
+2 −2 gfsphysics/physics/sfcsub.F
+16 −13 io/FV3GFS_io.F90
+14 −3 io/makefile
+6 −0 io/module_wrt_grid_comp.F90
+58 −0 io/post_gfs_stub.F90
+6 −6 makefile
2 changes: 1 addition & 1 deletion NEMS
297 changes: 0 additions & 297 deletions ccpp/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 5fd0465

Please sign in to comment.