Skip to content

Commit

Permalink
Component tag updates for nwprod/gfsv16.0.7
Browse files Browse the repository at this point in the history
- Final nwprod implementation component tag versions set in Externals.cfg and checkout.sh
- GLDAS: roll back to gldas_gfsv16_release.v1.12.0
- EMC_verif-global: roll back to verif_global_v1.11.0
- WAFS: update in Externals.cfg to gfs_wafs.v6.0.19

Notes about local nwprod install changes:

- EMC_post: nwprod install shows upp_gfsv16_release.v1.1.1 tag but contains
local updates found in upp_gfsv16_release.v1.1.3 tag
- WAFS: nwprod install shows gfs_wafs.v6.0.17 tag but contains local updates
found in gfs_wafs.v6.0.19 tag

Refs: #1,#238
  • Loading branch information
KateFriedman-NOAA committed Mar 16, 2021
1 parent 39bab45 commit 41c19e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protocol = git
required = True

[GLDAS]
tag = gldas_gfsv16_release.v1.13.0
tag = gldas_gfsv16_release.v1.12.0
local_path = sorc/gldas.fd
repo_url = https://github.com/NOAA-EMC/GLDAS.git
protocol = git
Expand All @@ -36,14 +36,14 @@ protocol = git
required = True

[EMC_verif-global]
tag = verif_global_v1.13.4
tag = verif_global_v1.11.0
local_path = sorc/verif-global.fd
repo_url = https://github.com/NOAA-EMC/EMC_verif-global.git
protocol = git
required = True

[EMC_gfs_wafs]
tag = gfs_wafs.v6.0.18
tag = gfs_wafs.v6.0.19
local_path = sorc/gfs_wafs.fd
repo_url = https://github.com/NOAA-EMC/EMC_gfs_wafs.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 @@ -50,7 +50,7 @@ if [[ ! -d gldas.fd ]] ; then
rm -f ${topdir}/checkout-gldas.log
git clone https://github.com/NOAA-EMC/GLDAS gldas.fd >> ${topdir}/checkout-gldas.fd.log 2>&1
cd gldas.fd
git checkout gldas_gfsv16_release.v1.13.0
git checkout gldas_gfsv16_release.v1.12.0
cd ${topdir}
else
echo 'Skip. Directory gldas.fd already exists.'
Expand Down Expand Up @@ -106,7 +106,7 @@ if [[ ! -d verif-global.fd ]] ; then
rm -f ${topdir}/checkout-verif-global.log
git clone --recursive https://github.com/NOAA-EMC/EMC_verif-global.git verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1
cd verif-global.fd
git checkout verif_global_v1.13.4
git checkout verif_global_v1.11.0
cd ${topdir}
else
echo 'Skip. Directory verif-global.fd already exist.'
Expand Down

0 comments on commit 41c19e9

Please sign in to comment.