Skip to content

Commit

Permalink
Updated sorc/checkout.sh to pick gfsda.v15.3.3 ( EUM bufr changes )
Browse files Browse the repository at this point in the history
  • Loading branch information
ilianagenkova committed Sep 10, 2020
1 parent 7728ce1 commit 35bf161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ if [[ ! -d gsi.fd ]] ; then
rm -f ${topdir}/checkout-gsi.log
git clone --recursive gerrit:ProdGSI gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
cd gsi.fd
git checkout gfsda.v15.3.2
#git checkout gfsda.v15.3.2
git checkout gfsda.v15.3.3 # with EUM bufr changes
git submodule update
cd ${topdir}
else
Expand Down

0 comments on commit 35bf161

Please sign in to comment.