Skip to content

Commit

Permalink
Update global_enkf ctest for tapering of perturbations (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatherineThomas-NOAA authored Nov 19, 2024
1 parent 2136b87 commit 997f526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions regression/global_enkf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export write_spread_diag=${write_spread_diag:-".false."}
export cnvw_option=${cnvw_option:-".false."}
export netcdf_diag=${netcdf_diag:-".true."}
export modelspace_vloc=${modelspace_vloc:-".true."} # if true, 'vlocal_eig.dat' is needed
export taperanalperts=${taperanalperts:-".true."}
export IAUFHRS_ENKF=${IAUFHRS_ENKF:-'3,6,9'}
export DO_CALC_INCREMENT=${DO_CALC_INCREMENT:-"NO"}
export INCREMENTS_TO_ZERO="'liq_wat_inc','icmr_inc','rwmr_inc','snmr_inc','grle_inc'"
Expand Down
2 changes: 1 addition & 1 deletion regression/regression_namelists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ export gsi_namelist="
univaroz=.false.,adp_anglebc=.true.,angord=4,use_edges=.false.,emiss_bc=.true.,
letkf_flag=${letkf_flag},nobsl_max=${nobsl_max},denkf=${denkf},getkf=${getkf}.,
nhr_anal=${IAUFHRS_ENKF},nhr_state=${IAUFHRS_ENKF},
lobsdiag_forenkf=$lobsdiag_forenkf,
lobsdiag_forenkf=$lobsdiag_forenkf,taperanalperts=${taperanalperts},
write_spread_diag=$write_spread_diag,
modelspace_vloc=$modelspace_vloc,
use_correlated_oberrs=${use_correlated_oberrs},
Expand Down

0 comments on commit 997f526

Please sign in to comment.