Skip to content

Commit

Permalink
Fix Hera C384 GSI analysis resources
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 16, 2024
1 parent ec0803d commit 9db6eea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parm/config/gfs/config.resources.HERA
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
case ${step} in
"anal")
if [[ "${CASE}" == "C384" ]]; then
export ntasks=270
export threads_per_task_anal=8
export ntasks_gdas=270
export ntasks_gfs=270
export threads_per_task=8
export tasks_per_node=$(( max_tasks_per_node / threads_per_task ))
fi
;;
Expand Down

0 comments on commit 9db6eea

Please sign in to comment.