@@ -38,10 +38,10 @@ ecbuild_bundle( PROJECT crtm GIT "https://github.com/JCSDA-internal/crtm.gi
3838option (BUNDLE_SKIP_RTTOV "Don't build rttov" "ON" ) # Skip rttov build unless user passes -DBUNDLE_SKIP_RTTOV=OFF
3939ecbuild_bundle( PROJECT rttov GIT "https://github.com/JCSDA-internal/rttov.git" TAG 5f8b36b )
4040
41- ecbuild_bundle( PROJECT oops GIT "https://github.com/JCSDA-internal/oops.git" TAG e7335ff )
42- ecbuild_bundle( PROJECT saber GIT "https://github.com/JCSDA-internal/saber.git" TAG 1203356 )
43- ecbuild_bundle( PROJECT ioda GIT "https://github.com/JCSDA-internal/ioda.git" TAG 9a40bd0 )
44- ecbuild_bundle( PROJECT ufo GIT "https://github.com/JCSDA-internal/ufo.git" TAG 87d299b )
41+ ecbuild_bundle( PROJECT oops GIT "https://github.com/JCSDA-internal/oops.git" TAG 27ad59f )
42+ ecbuild_bundle( PROJECT saber GIT "https://github.com/JCSDA-internal/saber.git" TAG 2555221 )
43+ ecbuild_bundle( PROJECT ioda GIT "https://github.com/JCSDA-internal/ioda.git" TAG 377974b )
44+ ecbuild_bundle( PROJECT ufo GIT "https://github.com/JCSDA-internal/ufo.git" TAG 0d335f7 )
4545
4646# ioda and ufo test data
4747#---------------------------------
@@ -56,7 +56,7 @@ find_branch_name(REPO_DIR_NAME ioda)
5656# When LOCAL_PATH_JEDI_TESTFILES is set to the directory of IODA test files stored
5757# in a local directory, ioda-data repo will not be cloned
5858if ( NOT DEFINED ENV{LOCAL_PATH_JEDI_TESTFILES} AND NOT DEFINED ${GIT_TAG_FUNC} )
59- ecbuild_bundle( PROJECT ioda-data GIT "https://github.com/JCSDA-internal/ioda-data.git" TAG 3b4c1ba )
59+ ecbuild_bundle( PROJECT ioda-data GIT "https://github.com/JCSDA-internal/ioda-data.git" TAG 2b9add5 )
6060endif ()
6161
6262# If IODA's current branch is available in ioda-data repo, that branch will be checked out
@@ -66,7 +66,7 @@ branch_checkout (REPO_DIR_NAME ioda-data
6666# same procedure for ufo-data
6767find_branch_name(REPO_DIR_NAME ufo)
6868if ( NOT DEFINED ENV{LOCAL_PATH_JEDI_TESTFILES} AND NOT DEFINED ${GIT_TAG_FUNC} )
69- ecbuild_bundle( PROJECT ufo-data GIT "https://github.com/JCSDA-internal/ufo-data.git" TAG 87702a2 )
69+ ecbuild_bundle( PROJECT ufo-data GIT "https://github.com/JCSDA-internal/ufo-data.git" TAG 58e5a2d )
7070endif ()
7171
7272# If UFO's current branch is available in ioda-data repo, that branch will be checked out
@@ -76,8 +76,10 @@ branch_checkout (REPO_DIR_NAME ufo-data
7676
7777set (MPAS_DOUBLE_PRECISION "ON" CACHE STRING "MPAS-Model: Use double precision 64-bit Floating point." )
7878set (MPAS_CORES init_atmosphere atmosphere CACHE STRING "MPAS-Model: cores to build." )
79- ecbuild_bundle( PROJECT MPAS GIT "https://github.com/JCSDA-internal/MPAS-Model.git" TAG 2a41bf1 )
80- ecbuild_bundle( PROJECT mpas-jedi GIT "https://github.com/JCSDA-internal/mpas-jedi" TAG cb20c34 )
79+ ecbuild_bundle( PROJECT MPAS GIT "https://github.com/JCSDA-internal/MPAS-Model.git" TAG f9e84dd )
80+ option (BUNDLE_SKIP_SACA "Don't build saca" "ON" ) # Skip saca build unless user passes -DBUNDLE_SKIP_SACA=OFF
81+ ecbuild_bundle( PROJECT saca GIT "https://github.com/liujake/SACA.git" TAG 5f62db0 )
82+ ecbuild_bundle( PROJECT mpas-jedi GIT "https://github.com/JCSDA-internal/mpas-jedi" TAG 12c476c )
8183
8284# same procedure for mpas-jedi-data
8385find_branch_name(REPO_DIR_NAME mpas-jedi)
0 commit comments