We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51633b5 + f563528 commit 5b2f440Copy full SHA for 5b2f440
jobs/JGLOBAL_FORECAST
@@ -1,7 +1,7 @@
1
#! /usr/bin/env bash
2
3
source "${HOMEgfs}/ush/preamble.sh"
4
-if (( ${ENSMEM:-0} > 0 )); then
+if (( 10#${ENSMEM:-0} > 0 )); then
5
source "${HOMEgfs}/ush/jjob_header.sh" -e "efcs" -c "base fcst efcs"
6
else
7
source "${HOMEgfs}/ush/jjob_header.sh" -e "fcst" -c "base fcst"
0 commit comments