Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Change order of std-cutoff and alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jepebe committed Sep 24, 2020
1 parent 672144b commit c9f0d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enkf/enkf_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ static void enkf_main_update__(enkf_main_type * enkf_main, const int_vector_type

if (analysis_config_get_std_scale_correlated_obs(analysis_config)) {
double scale_factor = enkf_obs_scale_correlated_std(enkf_main->obs, source_fs,
ens_active_list, obsdata, std_cutoff, alpha, false);
ens_active_list, obsdata, alpha, std_cutoff, false);
res_log_finfo("Scaling standard deviation in obdsata set:%s with %g",
local_obsdata_get_name(obsdata), scale_factor);
}
Expand Down

0 comments on commit c9f0d8b

Please sign in to comment.