Skip to content

Commit

Permalink
Per #1954, add output_flag seeps_mpr and seeps entries to a handful o…
Browse files Browse the repository at this point in the history
…f Point-Stat config files from which they were missing.
  • Loading branch information
MET Tools Test Account committed Sep 15, 2022
1 parent 086c51b commit 71136cc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/config/PointStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ censor_thresh = [];
censor_val = [];
mpr_column = [];
mpr_thresh = [];
seeps_column = [];
seeps_thresh = [];
cat_thresh = [ NA ];
cnt_thresh = [ NA ];
cnt_logic = UNION;
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/PointStatConfig_aeronet
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ output_flag = {
rps = NONE;
eclv = NONE;
mpr = STAT;
seeps = NONE;
seeps_mpr = NONE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/PointStatConfig_airnow
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ output_flag = {
rps = NONE;
eclv = NONE;
mpr = STAT;
seeps = NONE;
seeps_mpr = NONE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/ref_config/PointStatConfig_ADPUPA
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ output_flag = {
ecnt = NONE;
eclv = NONE;
mpr = NONE;
seeps = NONE;
seeps_mpr = NONE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/ref_config/PointStatConfig_ONLYSF
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ output_flag = {
ecnt = NONE;
eclv = NONE;
mpr = NONE;
seeps = NONE;
seeps_mpr = NONE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/ref_config/PointStatConfig_WINDS
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ output_flag = {
ecnt = NONE;
eclv = NONE;
mpr = NONE;
seeps = NONE;
seeps_mpr = NONE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 2 additions & 0 deletions scripts/config/PointStatConfig
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ output_flag = {
rps = NONE; // Only for HiRA
eclv = BOTH;
mpr = BOTH;
seeps = NONE;
seeps_mpr = NONE;
}

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

0 comments on commit 71136cc

Please sign in to comment.