Skip to content

Commit

Permalink
Adjust task walltimes for reforecast
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSinsky-NOAA committed Nov 27, 2024
1 parent 22a690a commit 14bd595
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions parm/config/gefs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ case ${step} in
declare -x "walltime"="03:00:00"
;;
"C384" | "C768" | "C1152")
declare -x "walltime"="12:00:00"
declare -x "walltime"="10:30:00"
;;
*)
echo "FATAL ERROR: Resources not defined for job ${step} at resolution ${CASE}"
Expand All @@ -212,23 +212,23 @@ case ${step} in


"atmos_products")
export walltime="15:00:00"
export walltime="5:00:00"
export ntasks=24
export threads_per_task=1
export tasks_per_node="${ntasks}"
export is_exclusive=True
;;

"atmos_ensstat")
export walltime="15:00:00"
export walltime="2:00:00"
export ntasks=6
export threads_per_task=1
export tasks_per_node="${ntasks}"
export is_exclusive=True
;;

"oceanice_products")
export walltime="15:00:00"
export walltime="3:00:00"
export ntasks=1
export tasks_per_node=1
export threads_per_task=1
Expand Down Expand Up @@ -286,7 +286,7 @@ case ${step} in
;;

"extractvars")
export walltime_gefs="15:00:00"
export walltime_gefs="2:00:00"
export ntasks_gefs=1
export threads_per_task_gefs=1
export tasks_per_node_gefs="${ntasks_gefs}"
Expand Down

0 comments on commit 14bd595

Please sign in to comment.