Skip to content

Commit

Permalink
Separate Orion and Hercules in gefs config to match gfs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Dec 6, 2023
1 parent b7c179d commit 301a76d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parm/config/gefs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ elif [[ ${machine} = "S4" ]]; then
elif [[ ${PARTITION_BATCH} = "ivy" ]]; then
export npe_node_max=20
fi
elif [[ ${machine} = "ORION" | ${machine} = "HERCULES" ]]; then
elif [[ ${machine} = "ORION" ]]; then
export npe_node_max=40
elif [[ ${machine} = "HERCULES" ]]; then
export npe_node_max=40
fi

Expand Down

0 comments on commit 301a76d

Please sign in to comment.