Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/gfsv17_issue_2125
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryRWinterbottom committed Feb 8, 2024
2 parents 4745d4a + f563528 commit 2d08d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_FORECAST
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env bash

source "${HOMEgfs}/ush/preamble.sh"
if (( ${ENSMEM:-0} > 0 )); then
if (( 10#${ENSMEM:-0} > 0 )); then
source "${HOMEgfs}/ush/jjob_header.sh" -e "efcs" -c "base fcst efcs"
else
source "${HOMEgfs}/ush/jjob_header.sh" -e "fcst" -c "base fcst"
Expand Down

0 comments on commit 2d08d01

Please sign in to comment.