Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ case ${step} in
;;
esac
elif [[ "${RUN}" =~ enkfg(das|fs) ]]; then
case "${CASE}" in
case "${CASE_ENS}" in
"C48" | "C96" | "C192")
declare -x "walltime"="00:20:00"
;;
Expand Down Expand Up @@ -1242,10 +1242,10 @@ case ${step} in
tasks_per_node=$(( max_tasks_per_node / threads_per_task ))
export is_exclusive=True
;;

"eobs")
walltime="00:15:00"

case ${CASE} in
"C1152" | "C768") ntasks=200;;
"C384") ntasks=100;;
Expand Down