Skip to content

Commit

Permalink
Merge branch 'develop' into feature/snpp_sea_ice
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres authored Jul 30, 2024
2 parents 6a9c3b7 + 5583fbb commit e409307
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion parm/soca/varchange/soca_2cice_arctic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable change:
variable change name: Soca2Cice
do inverse: false
seaice edge: 0.8
shuffle: true
shuffle: false
rescale prior:
min hice: 0.5
min hsno: 0.1
Expand Down
1 change: 1 addition & 0 deletions sorc/bufr-query
Submodule bufr-query added at 97367f

0 comments on commit e409307

Please sign in to comment.