Skip to content

Commit

Permalink
Update GDAS hash to most recent stable versions (NOAA-EMC#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Dec 7, 2023
1 parent 93da9f1 commit 29d3417
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29d3417

Please sign in to comment.