Skip to content

Commit

Permalink
Additional commits based on code review, will be merged into original…
Browse files Browse the repository at this point in the history
… comit b06b41d and reworded once PR is approved
  • Loading branch information
climbfuji committed Oct 22, 2019
1 parent b06b41d commit b66e16b
Show file tree
Hide file tree
Showing 47 changed files with 127,077 additions and 16,497 deletions.
10 changes: 2 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/climbfuji/fv3atm
branch = update_fv3atm_with_changes_from_gmtb_develop_as_of_20191016
[submodule "NEMS"]
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
2 changes: 1 addition & 1 deletion FMS
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 40 files
+10 −2 .gitmodules
+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
+1 −1 gfsphysics/makefile
+1 −1 gfsphysics/physics/GFS_debug.F90
+4 −6 io/FV3GFS_io.F90
+6 −6 makefile
2 changes: 1 addition & 1 deletion NEMS
295 changes: 0 additions & 295 deletions ccpp/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit b66e16b

Please sign in to comment.