Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/_platforms/building_jedi_code_on_discover_sles15.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/jedi_bundle/config/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ clone_options:
- JCSDA-internal
- JCSDA
- GEOS-ESM
- NOAA-EMC
bundles:
- oops
extra_repos: [gsibec]
Expand Down
2 changes: 2 additions & 0 deletions src/jedi_bundle/config/bundles/bufr-query.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
required_repos:
- bufr-query
2 changes: 2 additions & 0 deletions src/jedi_bundle/config/bundles/build-order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
default_branch: develop

# Observation operators
- bufr-query:
default_branch: develop
- ioda-data:
default_branch: develop
- ioda:
Expand Down
3 changes: 3 additions & 0 deletions src/jedi_bundle/config/pinned_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- saber:
branch: 9794b4a56dc17ea68e50d9b4a01fdb974e018299
commit: true
- bufr-query:
branch: 563d7b3c4b5ce6cc679ee45547edd1f0bd4615ef
commit: true
- ioda:
branch: 0f02aadc22341fdb4dbb8e5eed13c4889e8ce487
commit: true
Expand Down