Skip to content

Commit

Permalink
correct CASE logic in UFS DA variational analysis script (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Oct 31, 2022
1 parent e459130 commit 9d4d730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/exgdas_global_atmos_analysis_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ export err=$?; err_chk

################################################################################
# translate FV3-JEDI increment to FV3 readable format
if [ $CASE_ANL = $CASE_ENKF ]; then
atmges_fv3=$COMIN_GES/${GPREFIX}atmf006.ensres.nc
else
if [ $CASE_BERROR = $CASE ]; then
atmges_fv3=$COMIN_GES/${GPREFIX}atmf006.nc
else
atmges_fv3=$COMIN_GES/${GPREFIX}atmf006.ensres.nc
fi
atminc_jedi=$DATA/anl/atminc.${PDY}_${cyc}0000z.nc4
atminc_fv3=$COMOUT/${CDUMP}.${cycle}.atminc.nc
Expand Down

0 comments on commit 9d4d730

Please sign in to comment.