Skip to content

Commit

Permalink
Per #1733, tc_stat config file updates to switch from column_exc and …
Browse files Browse the repository at this point in the history
…init_exc to column_str_exc and init_str_exc.
  • Loading branch information
JohnHalleyGotway committed Mar 27, 2021
1 parent f98e3e9 commit 8286b73
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions met/data/config/TCStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ column_str_val = [];
//
// Stratify by excluding strings in non-numeric data columns.
//
column_exc_name = [];
column_exc_val = [];
column_str_exc_name = [];
column_str_exc_val = [];

//
// Similar to the column_thresh options above
Expand All @@ -130,10 +130,10 @@ init_str_name = [];
init_str_val = [];

//
// Similar to the column_exc options above
// Similar to the column_str_exc options above
//
init_exc_name = [];
init_exc_val = [];
init_str_exc_name = [];
init_str_exc_val = [];

//
// Stratify by the ADECK and BDECK distances to land.
Expand Down
10 changes: 5 additions & 5 deletions test/config/TCStatConfig_ALAL2010
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ column_str_val = [];
//
// Stratify by excluding strings in non-numeric data columns.
//
column_exc_name = [];
column_exc_val = [];
column_str_exc_name = [];
column_str_exc_val = [];

//
// Similar to the column_thresh options above
Expand All @@ -131,10 +131,10 @@ init_str_name = [];
init_str_val = [];

//
// Similar to the column_exc options above
// Similar to the column_str_exc options above
//
init_exc_name = [];
init_exc_val = [];
init_str_exc_name = [];
init_str_exc_val = [];

//
// Stratify by the ADECK and BDECK distances to land.
Expand Down
10 changes: 5 additions & 5 deletions test/config/TCStatConfig_PROBRIRW
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ column_str_val = [];
//
// Stratify by excluding strings in non-numeric data columns.
//
column_exc_name = [];
column_exc_val = [];
column_str_exc_name = [];
column_str_exc_val = [];

//
// Similar to the column_thresh options above
Expand All @@ -131,10 +131,10 @@ init_str_name = [];
init_str_val = [];

//
// Similar to the column_exc options above
// Similar to the column_str_exc options above
//
init_exc_name = [];
init_exc_val = [];
init_str_exc_name = [];
init_str_exc_val = [];

//
// Stratify by the ADECK and BDECK distances to land.
Expand Down

0 comments on commit 8286b73

Please sign in to comment.