Skip to content

Commit

Permalink
Fix small bug in SLURM output filename for ensemble FV3 increment jjo…
Browse files Browse the repository at this point in the history
…b test (NOAA-EMC#1260)

Fix small bug in SLURM output filename for ensemble FV3 increment jjob
test
  • Loading branch information
DavidNew-NOAA committed Aug 22, 2024
1 parent 4e21188 commit c848bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_ens_inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi

# Execute j-job
if [[ $machine = 'HERA' || $machine = 'ORION' || $machine = 'HERCULES' ]]; then
sbatch --nodes=1 --ntasks=36 --account=$ACCOUNT --qos=batch --time=00:30:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_FV3_INCREMENT --job-name=atmensanlfv3inc-%j.out
sbatch --nodes=1 --ntasks=36 --account=$ACCOUNT --qos=batch --time=00:30:00 --export=ALL --wait --output=atmensanlfv3inc-%j.out ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_FV3_INCREMENT
else
${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_FV3_INCREMENT
fi

0 comments on commit c848bf0

Please sign in to comment.