Skip to content

Commit

Permalink
Issue #1 - update to UFS_UTILS ops-gfsv16.0.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Sep 18, 2020
1 parent 3df7625 commit e9e8d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protocol = git
required = True

[UFS_UTILS]
branch = release/ops-gfsv16
tag = ops-gfsv16.0.0
local_path = sorc/ufs_utils.fd
repo_url = https://github.com/NOAA-EMC/UFS_UTILS.git
protocol = git
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [[ ! -d ufs_utils.fd ]] ; then
rm -f ${topdir}/checkout-ufs_utils.log
git clone https://github.com/NOAA-EMC/UFS_UTILS.git ufs_utils.fd >> ${topdir}/checkout-ufs_utils.fd.log 2>&1
cd ufs_utils.fd
git checkout release/ops-gfsv16
git checkout ops-gfsv16.0.0
cd ${topdir}
else
echo 'Skip. Directory ufs_utils.fd already exists.'
Expand Down

0 comments on commit e9e8d63

Please sign in to comment.