Skip to content

Commit

Permalink
Run an ensemble forecast of the coupled model (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Apr 28, 2023
1 parent ff37168 commit 406d690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/exgdas_enkf_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ for imem in $(seq $ENSBEG $ENSEND); do
# Can't make these read-only because we are looping over members
MEMDIR="${memchar}" YMD=${PDY} HH=${cyc} generate_com -x COM_ATMOS_RESTART COM_ATMOS_INPUT COM_ATMOS_ANALYSIS \
COM_ATMOS_HISTORY COM_ATMOS_MASTER

RUN=${rCDUMP} MEMDIR="${memchar}" YMD="${gPDY}" HH="${gcyc}" generate_com -x COM_ATMOS_RESTART_PREV:COM_ATMOS_RESTART_TMPL

if [[ ${DO_WAVE} == "YES" ]]; then
Expand All @@ -170,15 +170,15 @@ for imem in $(seq $ENSBEG $ENSEND); do
fi

if [[ ${DO_ICE} == "YES" ]]; then
MEMDIR="${memchar}" YMD=${PDY} HH=${cyc} generate_com -x COM_ICE_HISTORY
MEMDIR="${memchar}" YMD=${PDY} HH=${cyc} generate_com -x COM_ICE_HISTORY COM_ICE_INPUT COM_ICE_RESTART
RUN=${rCDUMP} MEMDIR="${memchar}" YMD="${gPDY}" HH="${gcyc}" generate_com -x COM_ICE_RESTART_PREV:COM_ICE_RESTART_TMPL
fi

if [[ ${DO_AERO} == "YES" ]]; then
MEMDIR="${memchar}" YMD=${PDY} HH=${cyc} generate_com -x COM_CHEM_HISTORY
fi


if [ $skip_mem = "NO" ]; then

ra=0
Expand Down

0 comments on commit 406d690

Please sign in to comment.