We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801058f commit f563528Copy full SHA for f563528
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