Skip to content

Commit

Permalink
Fix atmos_products MPMD output and increase wallclock.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Dec 6, 2023
1 parent 1fc8b5b commit 1c4d7b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ elif [[ "${step}" = "upp" ]]; then

elif [[ ${step} = "atmos_products" ]]; then

export wtime_atmos_products="00:15:00"
export wtime_atmos_products="00:20:00"
export npe_atmos_products=24
export nth_atmos_products=1
export npe_node_atmos_products="${npe_atmos_products}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/exglobal_atmos_products.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ for (( nset=1 ; nset <= downset ; nset++ )); do
export err=$?
else
chmod 755 "${DATA}/poescript"
bash +x "${DATA}/poescript" 2>&1 mpmd.out
bash +x "${DATA}/poescript" > mpmd.out 2>&1
export err=$?
fi
err_chk
Expand Down

0 comments on commit 1c4d7b2

Please sign in to comment.