File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ protocol = git
36
36
required = True
37
37
38
38
[EMC_verif-global]
39
- tag = verif_global_v1.13.1
39
+ tag = verif_global_v1.13.2
40
40
local_path = sorc/verif-global.fd
41
41
repo_url = https://github.com/NOAA-EMC/EMC_verif-global.git
42
42
protocol = git
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export RUNMOS="NO" # whether to run entire MOS package
34
34
35
35
if [ $VRFYFITS = " YES" ]; then
36
36
37
- export fit_ver=" newm.1.2 "
37
+ export fit_ver=" newm.1.3 "
38
38
export fitdir=" $BASE_GIT /verif/global/Fit2Obs/${fit_ver} /batrun"
39
39
export PRVT=$HOMEgfs /fix/fix_gsi/prepobs_errtable.global
40
40
export HYBLEVS=$HOMEgfs /fix/fix_am/global_hyblev.l${LEVS} .txt
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ if [[ ! -d verif-global.fd ]] ; then
115
115
rm -f ${topdir} /checkout-verif-global.log
116
116
git clone --recursive https://github.com/NOAA-EMC/EMC_verif-global.git verif-global.fd >> ${topdir} /checkout-verif-global.log 2>&1
117
117
cd verif-global.fd
118
- git checkout verif_global_v1.13.1
118
+ git checkout verif_global_v1.13.2
119
119
cd ${topdir}
120
120
else
121
121
echo ' Skip. Directory verif-global.fd already exist.'
You can’t perform that action at this time.
0 commit comments