Skip to content

Commit

Permalink
Add global_enspqpf to build workflow in sore
Browse files Browse the repository at this point in the history
 On branch hotfix/pqpf
	modified:   build_all.sh
	modified:   gefs_build.cfg
	modified:   partial_build.sh

Refs: #2
  • Loading branch information
XianwuXue-NOAA committed Nov 24, 2020
1 parent d188988 commit faff244
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions sorc/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ echo " .... Building gefs_nemsio2nc - 07 .... "
./build_gefs_nemsio2nc.sh > $logs_dir/build_gefs_nemsio2nc.log 2>&1
}

#------------------------------------
# build global_enspqpf
#------------------------------------
$Build_global_enspqpf && {
echo " .... Building global_enspqpf - 08 .... "
./build_global_enspqpf.sh > $logs_dir/build_global_enspqpf.log 2>&1
}

#------------------------------------
# build global-workflow
#------------------------------------
Expand Down
1 change: 1 addition & 0 deletions sorc/gefs_build.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Building global_ensppf (global_ensppf) ................ yes
Building wave_stat (wave_stat) ........................ yes
Building gefs_nemsio2nc (gefs_nemsio2nc) .............. yes
Building global_enspqpf (global_enspqpf) .............. yes

# -- END --

2 changes: 1 addition & 1 deletion sorc/partial_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# define the array of the name of build program
#
declare -a Build_prg=("Build_gefs_anom2_fcst" "Build_gefs_nstgen" \
"Build_global_ensadd" "Build_gefs_ensstat" \
"Build_global_ensadd" "Build_gefs_ensstat" "Build_global_enspqpf" \
"Build_global_ensppf" "Build_wave_stat" "Build_gefs_nemsio2nc")

#
Expand Down

0 comments on commit faff244

Please sign in to comment.