From 29d34172a67d976f910e78158ff0337e1ef099ca Mon Sep 17 00:00:00 2001 From: Cory Martin Date: Thu, 7 Dec 2023 15:12:05 -0500 Subject: [PATCH] Update GDAS hash to most recent stable versions (#2138) --- Externals.cfg | 2 +- sorc/checkout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index 35b75a2260..eba775275a 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -57,7 +57,7 @@ protocol = git required = False [GDASApp] -hash = 7659c10 +hash = f44a6d5 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 fc3842d968..25680df2c0 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" "7659c10" & + checkout "gdas.cd" "https://github.com/NOAA-EMC/GDASApp.git" "f44a6d5" & fi if [[ ${checkout_gsi} == "YES" || ${checkout_gdas} == "YES" ]]; then