Skip to content

Commit

Permalink
Per #1733, add column_exc_name, column_exc_val, init_exc_name, and in…
Browse files Browse the repository at this point in the history
…it_exc_val options to the TCStat config files.
  • Loading branch information
JohnHalleyGotway committed Mar 27, 2021
1 parent 8dfd7c0 commit f045fdb
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions met/data/config/TCStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ column_thresh_val = [];
column_str_name = [];
column_str_val = [];

//
// Stratify by excluding strings in non-numeric data columns.
//
column_exc_name = [];
column_exc_val = [];

//
// Similar to the column_thresh options above
//
Expand All @@ -123,6 +129,12 @@ init_thresh_val = [];
init_str_name = [];
init_str_val = [];

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

//
// Stratify by the ADECK and BDECK distances to land.
//
Expand Down
12 changes: 12 additions & 0 deletions test/config/TCStatConfig_ALAL2010
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ column_thresh_val = [];
column_str_name = [];
column_str_val = [];

//
// Stratify by excluding strings in non-numeric data columns.
//
column_exc_name = [];
column_exc_val = [];

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

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

//
// Stratify by the ADECK and BDECK distances to land.
//
Expand Down
12 changes: 12 additions & 0 deletions test/config/TCStatConfig_PROBRIRW
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ column_thresh_val = [];
column_str_name = [];
column_str_val = [];

//
// Stratify by excluding strings in non-numeric data columns.
//
column_exc_name = [];
column_exc_val = [];

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

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

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

0 comments on commit f045fdb

Please sign in to comment.