Skip to content

Commit

Permalink
Per #2003, add climo_cdf dictionaries to all existing Series-Analysis…
Browse files Browse the repository at this point in the history
… config files, including the direct_prob boolean option. Still need to actually add the code for the latter.
  • Loading branch information
JohnHalleyGotway committed Jan 29, 2022
1 parent 06bc393 commit 59f1c93
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions met/data/config/SeriesAnalysisConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ climo_cdf = {
cdf_bins = 1;
center_bins = FALSE;
write_bins = FALSE;
direct_prob = FALSE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
7 changes: 7 additions & 0 deletions test/config/SeriesAnalysisConfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ climo_stdev = {
file_name = [];
}

climo_cdf = {
cdf_bins = 1;
center_bins = FALSE;
write_bins = FALSE;
direct_prob = FALSE;
}

////////////////////////////////////////////////////////////////////////////////

//
Expand Down
7 changes: 7 additions & 0 deletions test/config/SeriesAnalysisConfig_climo
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ climo_stdev = {
file_name = [ ${CLIMO_STDEV_FILE_LIST} ];
}

climo_cdf = {
cdf_bins = 1;
center_bins = FALSE;
write_bins = FALSE;
direct_prob = FALSE;
}

////////////////////////////////////////////////////////////////////////////////

//
Expand Down
4 changes: 2 additions & 2 deletions test/config/SeriesAnalysisConfig_climo_prob
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ climo_stdev = {
}

climo_cdf = {
cdf_bins = 100;
cdf_bins = 1;
center_bins = FALSE;
write_bins = FALSE;
// JHG add support for this direct_prob = FALSE;
direct_prob = TRUE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
7 changes: 7 additions & 0 deletions test/config/SeriesAnalysisConfig_python
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ climo_stdev = {
file_name = [];
}

climo_cdf = {
cdf_bins = 1;
center_bins = FALSE;
write_bins = FALSE;
direct_prob = FALSE;
}

////////////////////////////////////////////////////////////////////////////////

//
Expand Down

0 comments on commit 59f1c93

Please sign in to comment.