1 parent 8d08437 commit 3868c12Copy full SHA for 3868c12
1 file changed
jobs/JREGIONAL_RUN_MET_GRIDSTAT_OR_POINTSTAT_VX
@@ -81,7 +81,11 @@ field (or group of fields).
81
#
82
#-----------------------------------------------------------------------
83
84
-python $SCRIPTSdir/exregional_run_met_gridstat_or_pointstat.py --debug || \
+DEBUG_FLAG=""
85
+if [ $(boolify "${VERBOSE}") = "TRUE" ]; then
86
+ DEBUG_FLAG=" --debug"
87
+fi
88
+python $SCRIPTSdir/exregional_run_met_gridstat_or_pointstat.py ${DEBUG_FLAG} || \
89
print_err_msg_exit "\
90
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
91
0 commit comments