Skip to content

Commit

Permalink
Use correct GDUMP for previous restart in sfc enkf
Browse files Browse the repository at this point in the history
The enkf sfc job needs to use the member restarts from the `$GDUMP_enkf`
(usually 'enkfgdas'), not the current `$RUN`.

Refs: NOAA-EMC#761
  • Loading branch information
WalterKolczynski-NOAA committed Apr 15, 2023
1 parent afc04f9 commit cf5cb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_sfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ if [ $DOSFCANL_ENKF = "YES" ]; then
MEMDIR=${memchar} YMD=${PDY} HH=${cyc} generate_com \
COM_ATMOS_RESTART_MEM:COM_ATMOS_RESTART_TMPL

MEMDIR=${memchar} YMD=${gPDY} HH=${gcyc} generate_com \
RUN="${GDUMP_ENS}" MEMDIR=${memchar} YMD=${gPDY} HH=${gcyc} generate_com \
COM_ATMOS_RESTART_MEM_PREV:COM_ATMOS_RESTART_TMPL

[[ ${TILE_NUM} -eq 1 ]] && mkdir -p "${COM_ATMOS_RESTART_MEM}"
Expand Down

0 comments on commit cf5cb22

Please sign in to comment.