Skip to content

Commit

Permalink
Issue #1 - update WAFS tag to gfs_wafs.v6.0.14 and update dumpjb vers…
Browse files Browse the repository at this point in the history
…ion to 5.1.0
  • Loading branch information
KateFriedman-NOAA committed Nov 2, 2020
1 parent 2422638 commit 9fa9ffe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protocol = git
required = True

[EMC_gfs_wafs]
tag = gfs_wafs.v6.0.13
tag = gfs_wafs.v6.0.14
local_path = sorc/gfs_wafs.fd
repo_url = https://github.com/NOAA-EMC/EMC_gfs_wafs.git
protocol = git
Expand Down
2 changes: 1 addition & 1 deletion ecflow/ecf/versions/gfs.ver
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export NCO_ver="4.7.0"
export pm5_ver="1.0"
export gempak_ver="7.3.1"
export bufr_dumplist_ver="2.0.0"
export dumpjb_ver="5.0.3"
export dumpjb_ver="5.1.0"
export NCL_ver="6.4.0"
export python_ver="3.6.3"
export prod_envir_ver="1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion env/gfs.ver
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export gempak_ver=7.3.0
export old_gempak_ver=6.32.0
export NCL_gnu_sandybridge_ver=6.3.0
export ncarg_intel_sandybridge_ver=6.1.0
export dumpjb_ver=4.0.0
export dumpjb_ver=5.1.0

## FOLLOWING are used by JGDAS_TROPC
export obsproc_dump_ver=v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/module_base.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module load g2tmpl/1.6.0

# Load for WAFS
module load bufr_dumplist/2.0.0
module load dumpjb/5.0.3
module load dumpjb/5.1.0
module load util_shared/1.1.2

# python
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if [[ ! -d gfs_wafs.fd ]] ; then
rm -f ${topdir}/checkout-gfs_wafs.log
git clone --recursive https://github.com/NOAA-EMC/EMC_gfs_wafs.git gfs_wafs.fd >> ${topdir}/checkout-gfs_wafs.log 2>&1
cd gfs_wafs.fd
git checkout gfs_wafs.v6.0.13
git checkout gfs_wafs.v6.0.14
cd ${topdir}
else
echo 'Skip. Directory gfs_wafs.fd already exists.'
Expand Down

0 comments on commit 9fa9ffe

Please sign in to comment.