Skip to content

Commit

Permalink
Remove S4 reference to S2S+. NOAA-EMC#138
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 19, 2022
1 parent d5e2086 commit 5c62602
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@ elif [ $step = "fcst" ]; then
export wtime_fcst_gfs="06:00:00"
elif [ $CASE = "C384" ]; then
export wtime_fcst_gfs="06:00:00"
#S4 has a limitation of 5000 core-hours per job
#For S2S* experiments, the walltime must be limited
if [[ "$machine" == "S4" && "$APP" =~ "^S2S" ]]; then export wtime_fcst_gfs="04:00:00"; fi
else
export wtime_fcst_gfs="03:00:00"
fi
Expand Down

0 comments on commit 5c62602

Please sign in to comment.