From 78d88772d70870f0db7066546c1a578e9076135a Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Wed, 25 Oct 2023 13:27:44 +0000 Subject: [PATCH] update GDASApp hash to 7659c10 (#1972) --- Externals.cfg | 2 +- sorc/checkout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index b1ed953f10..c09cb489d9 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -57,7 +57,7 @@ protocol = git required = False [GDASApp] -hash = 3043f9a +hash = 7659c10 local_path = sorc/gdas.cd repo_url = https://github.com/NOAA-EMC/GDASApp.git protocol = git diff --git a/sorc/checkout.sh b/sorc/checkout.sh index a258e0ffb1..c1bfd61663 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -164,7 +164,7 @@ if [[ ${checkout_gsi} == "YES" ]]; then fi if [[ ${checkout_gdas} == "YES" ]]; then - checkout "gdas.cd" "https://github.com/NOAA-EMC/GDASApp.git" "3043f9a" & + checkout "gdas.cd" "https://github.com/NOAA-EMC/GDASApp.git" "7659c10" & fi if [[ ${checkout_gsi} == "YES" || ${checkout_gdas} == "YES" ]]; then