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: 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 07f90bd..414b744 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