Skip to content

Commit

Permalink
VLab issue #64274 - missing ozinfo files in checkout.sh added
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Jun 10, 2019
1 parent 18341fc commit ad03fe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ if [[ ! -d gsi.fd ]] ; then
cd fix/Big_Endian/
git checkout ae3bc2538f34c7cdb6a533a14c4880f6970a6724^ global_berror.l64y98.f77
git checkout ae3bc2538f34c7cdb6a533a14c4880f6970a6724^ global_berror.l64y194.f77
# Check out historical ozinfo files for use in retrospective parallels
cd ${topdir}/gsi.fd/fix/fv3_historical
git checkout cd0847ee5c67115113f61c79e7d8bc6b1b7095ba 0readme.ozinfo
git checkout cd0847ee5c67115113f61c79e7d8bc6b1b7095ba global_ozinfo.txt.2015110500
git checkout cd0847ee5c67115113f61c79e7d8bc6b1b7095ba global_ozinfo.txt.2018110700
cd ${topdir}
else
echo 'Skip. Directory gsi.fd already exists.'
Expand Down

0 comments on commit ad03fe5

Please sign in to comment.