From 425588f711812819744c8060a46444b9d4bf2b63 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Mon, 14 Dec 2020 21:06:20 +0000 Subject: [PATCH] Issue #1 - update WAFS tag to gfs_wafs.v6.0.17 for dbn_alert change --- Externals.cfg | 2 +- sorc/checkout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index 8bdf20132b..584f02174c 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -43,7 +43,7 @@ protocol = git required = True [EMC_gfs_wafs] -tag = gfs_wafs.v6.0.16 +tag = gfs_wafs.v6.0.17 local_path = sorc/gfs_wafs.fd repo_url = https://github.com/NOAA-EMC/EMC_gfs_wafs.git protocol = git diff --git a/sorc/checkout.sh b/sorc/checkout.sh index bd7f319ef1..e56393a655 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -95,7 +95,7 @@ if [[ ! -d gfs_wafs.fd ]] ; then rm -f ${topdir}/checkout-gfs_wafs.log git clone --recursive https://github.com/NOAA-EMC/EMC_gfs_wafs.git gfs_wafs.fd >> ${topdir}/checkout-gfs_wafs.log 2>&1 cd gfs_wafs.fd - git checkout gfs_wafs.v6.0.16 + git checkout gfs_wafs.v6.0.17 cd ${topdir} else echo 'Skip. Directory gfs_wafs.fd already exists.'