Skip to content

Commit

Permalink
Update component versions for newer bufr
Browse files Browse the repository at this point in the history
The version of bufr used in some components will stop working after
2020 Dec 31, so the component versions are updated to ones that use
a newer version of bufr.
  • Loading branch information
WalterKolczynski-NOAA committed Oct 31, 2020
1 parent 7deb3f2 commit 6151aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [[ ! -d fv3gfs.fd ]] ; then
rc=$?
((err+=$rc))
cd fv3gfs.fd
git checkout gefs_v12.0.1
git checkout gefs_v12.1.0
git submodule update --init --recursive
rc=$?
((err+=$rc))
Expand All @@ -46,7 +46,7 @@ if [[ ! -d gsi.fd ]] ; then
rc=$?
((err+=$rc))
cd gsi.fd
git checkout gefs_v12.0.1
git checkout gefs_v12.0.2
git submodule update
cd ${topdir}
else
Expand Down

0 comments on commit 6151aae

Please sign in to comment.