Skip to content

Commit

Permalink
Remove 'gefs' from default _RUN_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jul 25, 2024
1 parent 9948f71 commit 8518994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gefs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ case ${step} in
"fcst" | "efcs")
export is_exclusive=True

_RUN_LIST=${RUN:-"gefs gfs"}
_RUN_LIST=${RUN:-"gfs"}

# During workflow creation, we need resources for all RUNs and RUN is undefined
for _RUN in ${_RUN_LIST}; do
Expand Down

0 comments on commit 8518994

Please sign in to comment.