Skip to content

Commit

Permalink
Updated fv3gfs to v16.0.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 9, 2021
1 parent 4f31d30 commit f4073b0
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 @@ -31,7 +31,7 @@ if [[ ! -d fv3gfs.fd ]] ; then
rm -f ${topdir}/checkout-fv3gfs.log
git clone https://github.com/DavidHuber-NOAA/ufs-weather-model fv3gfs.fd >> ${topdir}/checkout-fv3gfs.log 2>&1
cd fv3gfs.fd
git checkout GFS.v16.0.14_port2s4
git checkout GFS.v16.0.15_port2s4
git submodule update --init --recursive
cd ${topdir}
else
Expand Down Expand Up @@ -77,7 +77,7 @@ if [[ ! -d gfs_post.fd ]] ; then
rm -f ${topdir}/checkout-gfs_post.log
git clone https://github.com/DavidHuber-NOAA/EMC_post.git gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1
cd gfs_post.fd
git checkout upp_gfsv16_release.v1.1.0_port2s4
git checkout upp_gfsv16_release.v1.1.3_port2s4
################################################################################
# checkout_gtg
## yes: The gtg code at NCAR private repository is available for ops. GFS only.
Expand All @@ -100,7 +100,7 @@ if [[ ! -d gfs_wafs.fd ]] ; then
rm -f ${topdir}/checkout-gfs_wafs.log
git clone --recursive https://github.com/DavidHuber-NOAA/EMC_gfs_wafs.git gfs_wafs.fd >> ${topdir}/checkout-gfs_wafs.log 2>&1
cd gfs_wafs.fd
git checkout gfs_wafs.v6.0.10_port2s4
git checkout gfs_wafs.v6.0.17_port2s4
cd ${topdir}
else
echo 'Skip. Directory gfs_wafs.fd already exists.'
Expand Down

0 comments on commit f4073b0

Please sign in to comment.