Skip to content

Commit

Permalink
Use upp as a submodule (NOAA-EMC#421)
Browse files Browse the repository at this point in the history
* Use upp as a submodule and update UPP
  • Loading branch information
DusanJovic-NOAA authored Nov 22, 2021
1 parent 08b710b commit bc55483
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
path = ccpp/physics
url = https://github.com/NCAR/ccpp-physics
branch = main
[submodule "upp"]
path = upp
url = https://github.com/NOAA-EMC/UPP
branch = develop
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ add_subdirectory(atmos_cubed_sphere)
### fv3atm
###############################################################################
if(INLINE_POST)
set(BUILD_POSTEXEC OFF)
add_subdirectory(upp)
set(POST_SRC io/inline_post.F90 io/post_nems_routines.F90 io/post_gfs.F90 io/post_regional.F90)
else()
set(POST_SRC io/inline_post_stub.F90)
Expand Down
1 change: 1 addition & 0 deletions upp
Submodule upp added at c939ea

0 comments on commit bc55483

Please sign in to comment.