diff --git a/Externals.cfg b/Externals.cfg index 6d252fad2c..cb05d401fb 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -50,7 +50,7 @@ protocol = git required = False [GDASApp] -hash = d34f616 +hash = db2f998 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 95611087ef..e4056ed183 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -165,7 +165,7 @@ if [[ ${checkout_gsi} == "YES" ]]; then fi if [[ ${checkout_gdas} == "YES" ]]; then - checkout "gdas.cd" "https://github.com/NOAA-EMC/GDASApp.git" "d34f616"; errs=$((errs + $?)) + checkout "gdas.cd" "https://github.com/NOAA-EMC/GDASApp.git" "db2f998"; errs=$((errs + $?)) fi if [[ ${checkout_gsi} == "YES" || ${checkout_gdas} == "YES" ]]; then