Commit 3f2b79d 1 parent 47d6f7f commit 3f2b79d Copy full SHA for 3f2b79d
File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,9 @@ if(BUILD_GDASBUNDLE)
77
77
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" BRANCH develop)
78
78
ecbuild_bundle( PROJECT vader GIT "https://github.com/jcsda/vader.git" BRANCH develop )
79
79
ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" BRANCH develop )
80
+ option (ENABLE_IODA_DATA "Obtain ioda test data from ioda-data repository (vs tarball)" ON )
80
81
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" BRANCH develop )
82
+ option (ENABLE_UFO_DATA "Obtain ufo test data from ufo-data repository (vs tarball)" ON )
81
83
ecbuild_bundle( PROJECT ufo GIT "https://github.com/jcsda/ufo.git" BRANCH develop )
82
84
83
85
# FMS and FV3 dynamical core
@@ -87,6 +89,7 @@ if(BUILD_GDASBUNDLE)
87
89
# fv3-jedi and associated repositories
88
90
ecbuild_bundle( PROJECT femps GIT "https://github.com/jcsda/femps.git" BRANCH develop )
89
91
ecbuild_bundle( PROJECT fv3-jedi-lm GIT "https://github.com/jcsda/fv3-jedi-linearmodel.git" BRANCH develop )
92
+ option (ENABLE_FV3_JEDI_DATA "Obtain fv3-jedi test data from fv3-jedi-data repository (vs tarball)" ON )
90
93
ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda/fv3-jedi.git" BRANCH develop )
91
94
92
95
# SOCA associated repositories
Original file line number Diff line number Diff line change @@ -101,6 +101,12 @@ mkdir -p ${BUILD_DIR} && cd ${BUILD_DIR}
101
101
WORKFLOW_BUILD=${WORKFLOW_BUILD:- " OFF" }
102
102
CMAKE_OPTS+=" -DWORKFLOW_TESTS=${WORKFLOW_BUILD} "
103
103
104
+ # JCSDA changed test data things, need to make a dummy CRTM directory
105
+ if [[ $BUILD_TARGET == ' hera' ]]; then
106
+ mkdir -p $dir_root /test-data-release/
107
+ ln -sf $GDASAPP_TESTDATA /crtm $dir_root /test-data-release/crtm
108
+ fi
109
+
104
110
# Configure
105
111
echo " Configuring ..."
106
112
set -x
You can’t perform that action at this time.
0 commit comments