From b96d2e2400570a39114b0e9adb6283ed9fe99bec Mon Sep 17 00:00:00 2001 From: CoryMartin-NOAA Date: Fri, 12 Jul 2024 19:43:45 +0000 Subject: [PATCH] add da-utils --- .gitmodules | 3 +++ bundle/CMakeLists.txt | 1 + sorc/da-utils | 1 + 3 files changed, 5 insertions(+) create mode 160000 sorc/da-utils diff --git a/.gitmodules b/.gitmodules index 779a7faa7..7b81a03d2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -89,3 +89,6 @@ path = parm/jcb-algorithms url = https://github.com/noaa-emc/jcb-algorithms branch = develop +[submodule "sorc/da-utils"] + path = sorc/da-utils + url = https://github.com/noaa-emc/da-utils.git diff --git a/bundle/CMakeLists.txt b/bundle/CMakeLists.txt index 9493ac0c8..281a71ec1 100644 --- a/bundle/CMakeLists.txt +++ b/bundle/CMakeLists.txt @@ -105,6 +105,7 @@ if(BUILD_GDASBUNDLE) # Build JEDI/DA or other peripherals ecbuild_bundle( PROJECT gdas-utils SOURCE "../utils" ) + ecbuild_bundle( PROJECT da-utils SOURCE "../sorc/da-utils" ) # Build IODA converters option(BUILD_IODA_CONVERTERS "Build IODA Converters" ON) diff --git a/sorc/da-utils b/sorc/da-utils new file mode 160000 index 000000000..7e8a55664 --- /dev/null +++ b/sorc/da-utils @@ -0,0 +1 @@ +Subproject commit 7e8a556647ccfde0988817c6794f55fc2ab85ec0