Skip to content
Merged
Changes from all 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
12 changes: 6 additions & 6 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -959,20 +959,20 @@ case ${step} in
declare -x "walltime"="01:20:00"
;;
*)
echo "FATAL ERROR: Resources not defined for job ${step} at resolution ${CASE}"
echo "FATAL ERROR: Resources not defined for job ${step} at resolution ${CASE} for ${RUN}"
exit 4
;;
esac
elif [[ "${RUN}" =~ enkfg(das|fs) ]]; then
case "${CASE}" in
case "${CASE_ENS}" in
"C48" | "C96" | "C192")
declare -x "walltime"="00:20:00"
;;
"C384")
declare -x "walltime"="00:30:00"
;;
*)
echo "FATAL ERROR: Resources not defined for job ${step} at resolution ${CASE}"
echo "FATAL ERROR: Resources not defined for job ${step} at resolution ${CASE_ENS} for ${RUN}"
exit 4
;;
esac
Expand All @@ -985,7 +985,7 @@ case ${step} in
declare -x "walltime"="06:00:00"
;;
*)
echo "FATAL ERROR: Resources not defined for job ${step} at resolution ${CASE}"
echo "FATAL ERROR: Resources not defined for job ${step} at resolution ${CASE} for ${RUN}"
exit 4
;;
esac
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