From 492f8bc1d860a55072df08f43d83e8154fce6037 Mon Sep 17 00:00:00 2001 From: Michael Anstett Date: Thu, 19 Feb 2026 09:42:27 -0500 Subject: [PATCH 1/2] Add bufr-query to bundles --- src/jedi_bundle/config/build.yaml | 1 + src/jedi_bundle/config/bundles/bufr-query.yaml | 2 ++ src/jedi_bundle/config/bundles/build-order.yaml | 2 ++ src/jedi_bundle/config/pinned_versions.yaml | 3 +++ 4 files changed, 8 insertions(+) create mode 100644 src/jedi_bundle/config/bundles/bufr-query.yaml diff --git a/src/jedi_bundle/config/build.yaml b/src/jedi_bundle/config/build.yaml index f169508..7701cf4 100644 --- a/src/jedi_bundle/config/build.yaml +++ b/src/jedi_bundle/config/build.yaml @@ -5,6 +5,7 @@ clone_options: - JCSDA-internal - JCSDA - GEOS-ESM + - NOAA-EMC bundles: - oops extra_repos: [gsibec] diff --git a/src/jedi_bundle/config/bundles/bufr-query.yaml b/src/jedi_bundle/config/bundles/bufr-query.yaml new file mode 100644 index 0000000..b0121bf --- /dev/null +++ b/src/jedi_bundle/config/bundles/bufr-query.yaml @@ -0,0 +1,2 @@ +required_repos: + - bufr-query diff --git a/src/jedi_bundle/config/bundles/build-order.yaml b/src/jedi_bundle/config/bundles/build-order.yaml index cc54f71..fb54990 100644 --- a/src/jedi_bundle/config/bundles/build-order.yaml +++ b/src/jedi_bundle/config/bundles/build-order.yaml @@ -26,6 +26,8 @@ default_branch: develop # Observation operators +- bufr-query: + default_branch: develop - ioda-data: default_branch: develop - ioda: diff --git a/src/jedi_bundle/config/pinned_versions.yaml b/src/jedi_bundle/config/pinned_versions.yaml index 2a8ebd4..983ed60 100644 --- a/src/jedi_bundle/config/pinned_versions.yaml +++ b/src/jedi_bundle/config/pinned_versions.yaml @@ -8,6 +8,9 @@ - saber: branch: 9794b4a56dc17ea68e50d9b4a01fdb974e018299 commit: true +- bufr-query: + branch: 563d7b3c4b5ce6cc679ee45547edd1f0bd4615ef + commit: true - ioda: branch: 0f02aadc22341fdb4dbb8e5eed13c4889e8ce487 commit: true From 81db24bf6db237245204136e8efa695c60e27843 Mon Sep 17 00:00:00 2001 From: Michael Anstett Date: Thu, 19 Feb 2026 10:00:16 -0500 Subject: [PATCH 2/2] Update docs --- docs/_platforms/building_jedi_code_on_discover_sles15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_platforms/building_jedi_code_on_discover_sles15.md b/docs/_platforms/building_jedi_code_on_discover_sles15.md index b291dfb..7d0cc88 100644 --- a/docs/_platforms/building_jedi_code_on_discover_sles15.md +++ b/docs/_platforms/building_jedi_code_on_discover_sles15.md @@ -4,7 +4,7 @@ ``` bash module purge -source /discover/nobackup/projects/gmao/advda/swell/jedi_modules/spackstack_1.9_intel_bundle +source /discover/nobackup/projects/gmao/advda/swell/jedi_modules/spackstack_1.9_intel ``` 2) Load the SLES15 `jedi_bundle` module: