Skip to content

Commit

Permalink
Add GDAS to the partial build list (#1050)
Browse files Browse the repository at this point in the history
When the GDAS app was added to the workflow, the corresponding build setting was not added to partial_build and the build configuration file. This means that after `build_all.sh` was updated to correct syntax issues, the build would fail because `$Build_gdas` was undefined.

Note: the GDAS app still does not build currently due to unrelated problems within the gdas repo.

Refs #1043
  • Loading branch information
WalterKolczynski-NOAA authored Oct 6, 2022
1 parent 9b3fa14 commit 8cb27c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sorc/gfs_build.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Building gsi_enkf (gsi_enkf) .......................... yes
Building gsi_utils (gsi_utils) ........................ yes
Building gsi_monitor (gsi_monitor) .................... yes
Building gdas (gdas) .................................. yes
Building gldas (gldas) ................................ yes
Building UPP (upp) .................................... yes
Building ufs_utils (ufs_utils) ........................ yes
Expand Down
1 change: 1 addition & 0 deletions sorc/partial_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare -a Build_prg=("Build_ufs_model" \
"Build_gsi_monitor" \
"Build_ww3_prepost" \
"Build_reg2grb2" \
"Build_gdas" \
"Build_gldas" \
"Build_upp" \
"Build_ufs_utils" \
Expand Down

0 comments on commit 8cb27c6

Please sign in to comment.