Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA authored Feb 8, 2024
2 parents 51633b5 + f563528 commit 5b2f440
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 5b2f440

Please sign in to comment.