Skip to content

Commit

Permalink
add bufr_query to GDASApp (#1225)
Browse files Browse the repository at this point in the history
Add in the bufr_query repository to GDASApp to support direct ingest of
BUFR files into JEDI-based applications.

---------

Co-authored-by: RussTreadon-NOAA <[email protected]>
  • Loading branch information
CoryMartin-NOAA and RussTreadon-NOAA authored Jul 23, 2024
1 parent 52f41a2 commit 801d64c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
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 = develop
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

0 comments on commit 801d64c

Please sign in to comment.