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 bufr_query to GDASApp #1225

Merged
merged 7 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@
path = parm/jcb-algorithms
url = https://github.com/noaa-emc/jcb-algorithms
branch = develop
[submodule "sorc/bufr-query"]
path = sorc/bufr-query
url = https://github.com/noaa-emc/bufr-query.git
branch = master
RussTreadon-NOAA marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ set -x
if [[ $BUILD_JCSDA == 'YES' ]]; then
make -j ${BUILD_JOBS:-6} VERBOSE=$BUILD_VERBOSE
else
builddirs="gdas iodaconv land-imsproc land-jediincr gdas-utils"
builddirs="gdas iodaconv land-imsproc land-jediincr gdas-utils bufr-query"
for b in $builddirs; do
cd $b
make -j ${BUILD_JOBS:-6} VERBOSE=$BUILD_VERBOSE
Expand Down
3 changes: 3 additions & 0 deletions bundle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ if(BUILD_GDASBUNDLE)
# Gibbs seawater
ecbuild_bundle( PROJECT gsw SOURCE "../sorc/gsw" )

# EMC BUFR-query library
ecbuild_bundle( PROJECT bufr-query SOURCE "../sorc/bufr-query" )

# Core JEDI repositories
ecbuild_bundle( PROJECT oops SOURCE "../sorc/oops" )
ecbuild_bundle( PROJECT vader SOURCE "../sorc/vader" )
Expand Down
1 change: 1 addition & 0 deletions sorc/bufr-query
Submodule bufr-query added at 97367f
Loading