Skip to content

Commit 446a327

Browse files
Merge remote-tracking branch 'origin/develop' into issue240
Sync merge with develop branch to get up-to-date. Refs: NOAA-EMC#240
2 parents 8e0d1ad + 4ffed84 commit 446a327

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Externals.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protocol = git
3636
required = True
3737

3838
[EMC_verif-global]
39-
tag = verif_global_v1.13.1
39+
tag = verif_global_v1.13.2
4040
local_path = sorc/verif-global.fd
4141
repo_url = https://github.com/NOAA-EMC/EMC_verif-global.git
4242
protocol = git

parm/config/config.vrfy

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export RUNMOS="NO" # whether to run entire MOS package
3434

3535
if [ $VRFYFITS = "YES" ]; then
3636

37-
export fit_ver="newm.1.2"
37+
export fit_ver="newm.1.3"
3838
export fitdir="$BASE_GIT/verif/global/Fit2Obs/${fit_ver}/batrun"
3939
export PRVT=$HOMEgfs/fix/fix_gsi/prepobs_errtable.global
4040
export HYBLEVS=$HOMEgfs/fix/fix_am/global_hyblev.l${LEVS}.txt

sorc/checkout.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if [[ ! -d verif-global.fd ]] ; then
115115
rm -f ${topdir}/checkout-verif-global.log
116116
git clone --recursive https://github.com/NOAA-EMC/EMC_verif-global.git verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1
117117
cd verif-global.fd
118-
git checkout verif_global_v1.13.1
118+
git checkout verif_global_v1.13.2
119119
cd ${topdir}
120120
else
121121
echo 'Skip. Directory verif-global.fd already exist.'

0 commit comments

Comments
 (0)