Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ufs_utils hash that supports global_cycle with NoahMP. #1315

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update hashes to ufs-utils following merge of noahmp gcycle update
  • Loading branch information
aerorahul committed Feb 21, 2023
commit f38a22250b062b9083efe0a364c321782b79d076
6 changes: 2 additions & 4 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ protocol = git
required = True

[UFS-Utils]
#hash = 8b990c0
hash = feature/cycle_noahmp
hash = 86989df
local_path = sorc/ufs_utils.fd
#repo_url = https://github.com/ufs-community/UFS_UTILS.git
repo_url = https://github.com/GeorgeGayno-NOAA/UFS_UTILS.git
repo_url = https://github.com/ufs-community/UFS_UTILS.git
protocol = git
required = True

Expand Down
4 changes: 1 addition & 3 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ mkdir -p "${logdir}"
errs=0
checkout "gfs_utils.fd" "https://github.com/NOAA-EMC/gfs-utils" "0b8ff56" ; errs=$((errs + $?))
checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-7a1ce44}" ; errs=$((errs + $?))
# TODO update to authoritative develop when ufs_utils PR #XYZ is merged
#checkout "ufs_utils.fd" "https://github.com/ufs-community/UFS_UTILS.git" "8b990c0" ; errs=$((errs + $?))
checkout "ufs_utils.fd" "https://github.com/GeorgeGayno-NOAA/UFS_UTILS.git" "1063f9b9" ; errs=$((errs + $?))
checkout "ufs_utils.fd" "https://github.com/ufs-community/UFS_UTILS.git" "86989df" ; errs=$((errs + $?))
checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "c267780" ; errs=$((errs + $?))

if [[ ${checkout_gsi} == "YES" ]]; then
Expand Down