Skip to content

Commit

Permalink
Per #1451, the climo_cdf.write_bins option no longer applies. Since E…
Browse files Browse the repository at this point in the history
…nsemble-Stat will no longer compute stats separately for each climo bin, I'm removing the reference to write_bins from the Ensemble-Stat config files.
  • Loading branch information
JohnHalleyGotway committed Feb 19, 2021
1 parent c42d500 commit bf98e4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions met/data/config/EnsembleStatConfig_default
Expand Up @@ -189,9 +189,8 @@ climo_stdev = {
// May be set separately in each "obs.field" entry
//
climo_cdf = {
cdf_bins = 1;
cdf_bins = 10;
center_bins = FALSE;
write_bins = TRUE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
3 changes: 1 addition & 2 deletions met/scripts/config/EnsembleStatConfig
Expand Up @@ -198,9 +198,8 @@ climo_stdev = {
// May be set separately in each "obs.field" entry
//
climo_cdf = {
cdf_bins = 1;
cdf_bins = 10;
center_bins = FALSE;
write_bins = TRUE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
3 changes: 1 addition & 2 deletions test/config/EnsembleStatConfig_climo
Expand Up @@ -117,9 +117,8 @@ climo_stdev = {
// May be set separately in each "obs.field" entry
//
climo_cdf = {
cdf_bins = 4;
cdf_bins = 10;
center_bins = FALSE;
write_bins = TRUE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit bf98e4d

Please sign in to comment.