Skip to content

Commit

Permalink
Merge pull request #335 from NOAA-EMC/release/gfsv16.1.2
Browse files Browse the repository at this point in the history
GFSv16.1.2 - Update EMC_post tag to upp_gfsv16_release.v1.1.4 and GSI tag to gfsda.v16.1.1a
  • Loading branch information
KateFriedman-NOAA authored Jun 23, 2021
2 parents b2879fe + 40f50a0 commit de5c90d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ protocol = git
required = True

[GSI]
tag = gfsda.v16.1.0
tag = gfsda.v16.1.1a
local_path = sorc/gsi.fd
repo_url = https://github.com/NOAA-EMC/GSI.git
protocol = git
Expand All @@ -22,7 +22,7 @@ protocol = git
required = True

[EMC_post]
tag = upp_gfsv16_release.v1.1.3
tag = upp_gfsv16_release.v1.1.4
local_path = sorc/gfs_post.fd
repo_url = https://github.com/NOAA-EMC/EMC_post.git
protocol = git
Expand Down
4 changes: 2 additions & 2 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ ! -d gsi.fd ]] ; then
rm -f ${topdir}/checkout-gsi.log
git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
cd gsi.fd
git checkout gfsda.v16.1.0
git checkout gfsda.v16.1.1a
git submodule update
cd ${topdir}
else
Expand Down Expand Up @@ -72,7 +72,7 @@ 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
cd gfs_post.fd
git checkout upp_gfsv16_release.v1.1.3
git checkout upp_gfsv16_release.v1.1.4
################################################################################
# checkout_gtg
## yes: The gtg code at NCAR private repository is available for ops. GFS only.
Expand Down

0 comments on commit de5c90d

Please sign in to comment.