Skip to content

Commit

Permalink
Issue NOAA-EMC#85: update DA checkout to point at release/gfsda.v16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jun 18, 2020
1 parent 71d7141 commit 965ff42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ fi
echo gsi checkout ...
if [[ ! -d gsi.fd ]] ; then
rm -f ${topdir}/checkout-gsi.log
#git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
git clone --recursive https://github.com/CoryMartin-NOAA/GSI.git 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 release/gfsda.v16.0.0
git checkout feature/gdaschgres
git checkout release/gfsda.v16.0.0
git submodule update
cd ${topdir}
else
Expand Down

0 comments on commit 965ff42

Please sign in to comment.