Skip to content

Commit

Permalink
Update repository name for EMC_post component to UPP in operations br…
Browse files Browse the repository at this point in the history
…anch

- the "EMC_post" repository was renamed to "UPP" on September 6th 2021
- update repository url in checkout script and Externals.cfg

Refs: NOAA-EMC#433
  • Loading branch information
KateFriedman-NOAA committed Sep 9, 2021
1 parent 36743df commit 8508131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ repo_url = https://github.com/NOAA-EMC/GLDAS.git
protocol = git
required = True

[EMC_post]
[UPP]
tag = upp_gfsv16_release.v1.1.4
local_path = sorc/gfs_post.fd
repo_url = https://github.com/NOAA-EMC/EMC_post.git
repo_url = https://github.com/NOAA-EMC/UPP.git
protocol = git
required = True

Expand Down
6 changes: 3 additions & 3 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ while getopts "o" option;
do
case $option in
o)
echo "Received -o flag for optional checkout of GTG, will check out GTG with EMC_post"
echo "Received -o flag for optional checkout of GTG, will check out GTG with UPP"
checkout_gtg="YES"
;;
:)
Expand Down Expand Up @@ -67,10 +67,10 @@ else
echo 'Skip. Directory ufs_utils.fd already exists.'
fi

echo EMC_post checkout ...
echo UPP checkout ...
if [[ ! -d gfs_post.fd ]] ; then
rm -f ${topdir}/checkout-gfs_post.log
git clone https://github.com/NOAA-EMC/EMC_post.git gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1
git clone https://github.com/NOAA-EMC/UPP.git gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1
cd gfs_post.fd
git checkout upp_gfsv16_release.v1.1.4
################################################################################
Expand Down

0 comments on commit 8508131

Please sign in to comment.