Skip to content

Commit

Permalink
Temp updates to use component branches for EPIC stack testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed May 4, 2023
1 parent 8aeac43 commit 4094c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ mkdir -p "${logdir}"

# The checkout version should always be a speciifc commit (hash or tag), not a branch
errs=0
checkout "gfs_utils.fd" "https://github.com/NOAA-EMC/gfs-utils" "0b8ff56" ; errs=$((errs + $?))
checkout "gfs_utils.fd" "https://github.com/KateFriedman-NOAA/gfs-utils" "feature/epic-stack" ; errs=$((errs + $?))
checkout "ufs_utils.fd" "https://github.com/ufs-community/UFS_UTILS.git" "4e673bf" ; errs=$((errs + $?))
checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-2247060}" ; errs=$((errs + $?))
checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "c267780" ; errs=$((errs + $?))
Expand All @@ -169,8 +169,8 @@ if [[ ${checkout_gdas} == "YES" ]]; then
fi

if [[ ${checkout_gsi} == "YES" || ${checkout_gdas} == "YES" ]]; then
checkout "gsi_utils.fd" "https://github.com/NOAA-EMC/GSI-Utils.git" "322cc7b"; errs=$((errs + $?))
checkout "gsi_monitor.fd" "https://github.com/NOAA-EMC/GSI-Monitor.git" "45783e3"; errs=$((errs + $?))
checkout "gsi_utils.fd" "https://github.com/KateFriedman-NOAA/GSI-Utils.git" "feature/epic-stack"; errs=$((errs + $?))
checkout "gsi_monitor.fd" "https://github.com/KateFriedman-NOAA/GSI-Monitor.git" "feature/epic-stack"; errs=$((errs + $?))
checkout "gldas.fd" "https://github.com/NOAA-EMC/GLDAS.git" "fd8ba62"; errs=$((errs + $?))
fi

Expand Down

0 comments on commit 4094c03

Please sign in to comment.