Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cmake build system. #11

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into cmake_rt
  • Loading branch information
DusanJovic-NOAA committed Nov 4, 2019
commit 575c1d0076defb92763ae95e9e445e5f6ea4e2ee
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
636 changes: 636 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion NEMS
297 changes: 0 additions & 297 deletions ccpp/CMakeLists.txt

This file was deleted.

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.