Skip to content

Commit

Permalink
Issue #1: remove redundant entry from config.ediag; update checkout.s…
Browse files Browse the repository at this point in the history
…h to pull GFS v16 DA from github
  • Loading branch information
RussTreadon-NOAA committed Jun 3, 2020
1 parent 8dc2e25 commit 0acee67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions parm/config/config.ediag
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ echo "BEGIN: config.ediag"
# Get task specific resources
. $EXPDIR/config.resources ediag

export ANALDIAGSH="$HOMEgfs/scripts/exglobal_analdiag_fv3gfs.sh.ecf"

echo "END: config.ediag"
5 changes: 2 additions & 3 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ fi
echo gsi checkout ...
if [[ ! -d gsi.fd ]] ; then
rm -f ${topdir}/checkout-gsi.log
git clone --recursive gerrit:ProdGSI gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
cd gsi.fd
# git checkout gfsda.v16.0.0
git checkout feature/parallel_ncio
git checkout release/gfsda.v16.0.0
git submodule update
cd ${topdir}
else
Expand Down

0 comments on commit 0acee67

Please sign in to comment.