Skip to content

Commit

Permalink
Remove separate reg2grb2 from build all
Browse files Browse the repository at this point in the history
Now that reg2grb2 is part of the workflow_utils cmake build, the old
build script is no longer available and a separate entry is no longer
needed for build_all.

Refs: #268
  • Loading branch information
WalterKolczynski-NOAA committed Jun 23, 2021
1 parent 328583e commit b4e6a5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions sorc/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,6 @@ fi
fi
}

#------------------------------------
# build reg2grb2
#------------------------------------
$Build_reg2grb2 && {
echo " .... Building reg2grb2 for ocean/ice post .... "
./build_reg2grb2.sh > $logs_dir/build_reg2grb2.log 2>&1
rc=$?
if [[ $rc -ne 0 ]] ; then
echo "Fatal error in building reg2grb2."
echo "The log file is in $logs_dir/build_reg2grb2.log"
fi
((err+=$rc))
}

#------------------------------------
# build gsi
#------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions sorc/cpl_build.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
# ***** configuration of coupled workflow build *****

Building fv3gfs (fv3gfs) .............................. yes
Building reg2grb2 (reg2grb2) .......................... yes
Building ww3_prepost (ww3_prepost) .................... yes
Building gsi (gsi) .................................... no
Building gldas (gldas) ................................ no
Building ncep_post (ncep_post) ........................ yes
Building ufs_utils (ufs_utils) ........................ no
Building gldas (gldas) ................................ no
Building gfs_wafs (gfs_wafs) .......................... no
Building workflow_utils (workflow_utils)............... no
Building workflow_utils (workflow_utils)............... yes
Building gfs_util (gfs_util) .......................... no


Expand Down

0 comments on commit b4e6a5f

Please sign in to comment.