Skip to content

Commit

Permalink
update checkout.sh to switch back to post version upp_gfsv16_release.…
Browse files Browse the repository at this point in the history
…v1.0.8. 1.0.9 still has issues.
  • Loading branch information
yangfanglin committed Jun 16, 2020
1 parent dfc76f0 commit eb0e3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [[ ! -d gfs_post.fd ]] ; then
rm -f ${topdir}/checkout-gfs_post.log
git clone https://github.com/NOAA-EMC/EMC_post.git gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1
cd gfs_post.fd
git checkout upp_gfsv16_release.v1.0.9
git checkout upp_gfsv16_release.v1.0.8
cd ${topdir}
else
echo 'Skip. Directory gfs_post.fd already exists.'
Expand Down

0 comments on commit eb0e3b4

Please sign in to comment.