Skip to content

Commit

Permalink
Revert CDUMP in analysis scripts to strip 'enkf'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jul 2, 2024
1 parent b692c3b commit 6b6029e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/exglobal_atmos_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pwd=$(pwd)

# Base variables
CDATE=${CDATE:-"2001010100"}
RUN=${RUN:-"gdas"}
CDUMP=${CDUMP:-"gdas"}
GDUMP=${GDUMP:-"gdas"}

# Derived base variables
Expand Down Expand Up @@ -990,7 +990,7 @@ cd ${pwd}
if [ ${SENDECF} = "YES" -a "${RUN}" != "enkf" ]; then
ecflow_client --event release_fcst
fi
echo "${RUN} ${CDATE} atminc done at $(date)" > ${COM_ATMOS_ANALYSIS}/${APREFIX}loginc.txt
echo "${CDUMP} ${CDATE} atminc done at $(date)" > ${COM_ATMOS_ANALYSIS}/${APREFIX}loginc.txt

################################################################################

Expand Down
4 changes: 2 additions & 2 deletions scripts/exglobal_atmos_analysis_calc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source "${USHgfs}/preamble.sh"
pwd=$(pwd)

# Base variables
RUN=${RUN:-"gdas"}
CDUMP=${CDUMP:-"gdas"}
GDUMP=${GDUMP:-"gdas"}

# Utilities
Expand Down Expand Up @@ -181,7 +181,7 @@ if [ $DOGAUSFCANL = "YES" ]; then
export err=$?; err_chk
fi

echo "${RUN} ${PDY}${cyc} atmanl and sfcanl done at $(date)" > "${COM_ATMOS_ANALYSIS}/${APREFIX}loganl.txt"
echo "${CDUMP} ${PDY}${cyc} atmanl and sfcanl done at $(date)" > "${COM_ATMOS_ANALYSIS}/${APREFIX}loganl.txt"

################################################################################
# Postprocessing
Expand Down

0 comments on commit 6b6029e

Please sign in to comment.