Skip to content

Commit

Permalink
Fix bugs to add the creating analysis files
Browse files Browse the repository at this point in the history
    for early-cycle EnKF functions back
 On branch feature/fix_early_enkf_anal_1340
	modified:   scripts/exgdas_enkf_ecen.sh
	modified:   scripts/exgdas_enkf_update.sh

Refs: NOAA-EMC#1340
  • Loading branch information
XianwuXue-NOAA committed Feb 28, 2023
1 parent 8134f97 commit f398c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_ecen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ FHMIN=${FHMIN_ECEN:-3}
FHMAX=${FHMAX_ECEN:-9}
FHOUT=${FHOUT_ECEN:-3}
FHSFC=${FHSFC_ECEN:-$FHMIN}
if [ $CDUMP = "gfs" ]; then
if [ $CDUMP = "enkfgfs" ]; then
DO_CALC_INCREMENT=${DO_CALC_INCREMENT_ENKF_GFS:-"NO"}
else
DO_CALC_INCREMENT=${DO_CALC_INCREMENT:-"NO"}
Expand Down
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ cnvw_option=${cnvw_option:-".false."}
netcdf_diag=${netcdf_diag:-".true."}
modelspace_vloc=${modelspace_vloc:-".false."} # if true, 'vlocal_eig.dat' is needed
IAUFHRS_ENKF=${IAUFHRS_ENKF:-6}
if [ $CDUMP = "gfs" ]; then
if [ $CDUMP = "enkfgfs" ]; then
DO_CALC_INCREMENT=${DO_CALC_INCREMENT_ENKF_GFS:-"NO"}
else
DO_CALC_INCREMENT=${DO_CALC_INCREMENT:-"NO"}
Expand Down

0 comments on commit f398c89

Please sign in to comment.