Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions parm/config/gfs/config.resources.GAEAC6
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

unset memory
unset "memory_${RUN}"
export FI_CXI_RX_MATCH_MODE=hybrid

case ${step} in
"fcst" | "efcs")
Expand All @@ -20,6 +21,18 @@ case ${step} in
;;
esac
;;
"eupd")
# update ntasks to 80 and threads_per_task to 20
case ${CASE} in
"C768")
export ntasks=80
export threads_per_task=20
;;
*)
;;
esac
export tasks_per_node=$(( max_tasks_per_node / threads_per_task ))
;;
*)
;;
esac
2 changes: 1 addition & 1 deletion workflow/hosts/gaeac6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ MAKE_ACFTBUFR: 'NO'
DO_TRACKER: 'YES'
DO_GENESIS: 'YES'
DO_METP: 'NO'
SUPPORTED_RESOLUTIONS: ['C384', 'C192', 'C96', 'C48']
SUPPORTED_RESOLUTIONS: ['C768', 'C384', 'C192', 'C96', 'C48']
AERO_INPUTS_DIR: '/gpfs/f6/drsa-precip3/world-shared/role.glopara/data/gocart_emissions'
USE_SCRONTAB: 'YES'