Skip to content

Commit

Permalink
Force serial I/O for EnKF on Hera
Browse files Browse the repository at this point in the history
There is an issue with parallel netcdf specifically for ensemble runs
on Hera, so code to force serial output there is restored to the EnKF
config.

Refs: NOAA-EMC#600
  • Loading branch information
WalterKolczynski-NOAA committed Feb 3, 2022
1 parent 8f68eee commit 26ecb30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions parm/config/config.efcs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ if [ $QUILTING = ".true." ]; then
export npe_efcs=$npe_fv3
fi

# Only use serial I/O for ensemble on Hera
if [[ "$machine" == "HERA" ]]; then
export OUTPUT_FILETYPE_ATM="netcdf"
export OUTPUT_FILETYPE_SFC="netcdf"
fi

# Number of enkf members per fcst job
export NMEM_EFCSGRP=2
export RERUN_EFCSGRP="NO"
Expand Down

0 comments on commit 26ecb30

Please sign in to comment.