Skip to content

Commit

Permalink
added UPDATE for fv3-jedi bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-a-potts committed Dec 21, 2023
1 parent ca597c7 commit 0cb33ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run_ec2_pcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
cd ${JEDI_ENV}
mkdir -p build-atm
cd build-atm
rm -rf fv3-jedi
rm bin/setup-c48.sh
cmake -DUFS_APP=ATM ../ufs-bundle
make update
make -j8
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ ecbuild_bundle( PROJECT femps GIT "https://github.com/jcsda-internal/femps.gi
if(UFS_APP MATCHES "^(ATMAERO)$" OR UFS_APP MATCHES "^(S2S)$" OR UFS_APP MATCHES "^(ATM)$")
option(ENABLE_FV3_JEDI_DATA "Obtain fv3-jedi test data from fv3-jedi-data repository (vs tarball)" ON)
ecbuild_bundle( PROJECT fv3-jedi-data GIT "https://github.com/JCSDA-internal/fv3-jedi-data.git" BRANCH feature/ufs-EnsForecasts )
ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda-internal/fv3-jedi.git" BRANCH feature/ufs-EnsForecasts )
ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda-internal/fv3-jedi.git" BRANCH feature/ufs-EnsForecasts UPDATE )
elseif(UFS_APP MATCHES "^(NG-GODAS)$")
ecbuild_bundle( PROJECT soca GIT "https://github.com/jcsda-internal/soca.git" BRANCH feature/ufs_dom )
add_dependencies(soca ufs-weather-model)
Expand Down

0 comments on commit 0cb33ca

Please sign in to comment.