Skip to content

Commit

Permalink
Update ush/forecast_postdet.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
1 parent e20d994 commit 7a7c715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ MOM6_postdet() {
|| ( echo "FATAL ERROR: Unable to copy MOM6 increment, ABORT!"; exit 1 )
fi

# GEFS perturbations
if (( MEMBER > 0 )) && [[ "${ODA_INCUPD:-False}" == "True" ]]; then
${NCP} "${COMIN_OCEAN_ANALYSIS}/${RUN}.t${cyc}z.ocninc.nc" "${DATA}/INPUT/mom6_increment.nc" \
|| ( echo "FATAL ERROR: Unable to copy ensemble MOM6 increment, ABORT!"; exit 1 )
Expand Down

0 comments on commit 7a7c715

Please sign in to comment.