Skip to content

Commit

Permalink
enriched resources
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Feb 8, 2024
1 parent 01857f7 commit 4a71289
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -401,11 +401,30 @@ case ${step} in
;;

"ocnanalecen")
npes=16
case ${CASE} in
"C384")
npes=480
memory_ocnanalecen="128GB"
;;
"C96")
npes=16
;;
"C48")
npes=16
memory_ocnanalecen="64GB"
;;
*)
echo "FATAL ERROR: Resources not defined for job ${job} at resolution ${CASE}"
exit 4
esac

export wtime_ocnanalecen="00:10:00"
export npe_ocnanalecen=1
export npe_ocnanalecen=${npes}
export nth_ocnanalecen=1
export is_exclusive=True
export npe_node_ocnanalecen=$(( npe_node_max / nth_ocnanalecen ))
export memory_ocnanalecen="24GB"
export memory_ocnanalecen
;;

"ocnanalchkpt")
Expand Down

0 comments on commit 4a71289

Please sign in to comment.