Skip to content

Commit

Permalink
Per issue #1858: replaced obs_quality with obs_quality_inc and added …
Browse files Browse the repository at this point in the history
…obs_quality_exc. SL
  • Loading branch information
Seth Linden committed Sep 14, 2021
1 parent ec4631d commit 3a826b4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions test/config/EnsembleStatConfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ fcst = {
message_type = [ "ADPSFC" ];
sid_inc = [];
sid_exc = [];
obs_quality_inc = [];
obs_quality_exc = [];

field = [
{
Expand Down
2 changes: 2 additions & 0 deletions test/config/EnsembleStatConfig_MASK_SID
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ fcst = {
message_type = [ "ADPSFC" ];
sid_inc = [];
sid_exc = [];
obs_quality_inc = [];
obs_quality_exc = [];

field = [
{
Expand Down
3 changes: 2 additions & 1 deletion test/config/EnsembleStatConfig_climo
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ climo_cdf = {
// May be set separately in each "obs.field" entry
//
obs_thresh = [ NA ];
obs_quality = [];
obs_quality_inc = [];
obs_quality_exc = [];
duplicate_flag = NONE;
obs_summary = NONE;
obs_perc_value = 50;
Expand Down
2 changes: 2 additions & 0 deletions test/config/EnsembleStatConfig_grid_weight
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ fcst = {
message_type = [ "APDSFC" ];
sid_inc = [];
sid_exc = [];
obs_quality_inc = [];
obs_quality_exc = [];
field = tmp_field;
}
obs = fcst;
Expand Down
3 changes: 2 additions & 1 deletion test/config/EnsembleStatConfig_one_cdf_bin
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ climo_cdf = {
// May be set separately in each "obs.field" entry
//
obs_thresh = [ NA ];
obs_quality = [];
obs_quality_inc = [];
obs_quality_exc = [];
duplicate_flag = NONE;
obs_summary = NONE;
obs_perc_value = 50;
Expand Down
3 changes: 2 additions & 1 deletion test/config/EnsembleStatConfig_python
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ message_type = [];
sid_inc = [];
sid_exc = [];
obs_thresh = [ NA ];
obs_quality = [];
obs_quality_inc = [];
obs_quality_exc = [];
duplicate_flag = NONE;
obs_summary = NONE;
obs_perc_value = 50;
Expand Down
3 changes: 2 additions & 1 deletion test/config/EnsembleStatConfig_qty
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ fcst = {
{
name = "TMP";
level = [ "Z2" ];
obs_quality = [ ${OBS_QUALITY} ];
obs_quality_inc = [ ${OBS_QUALITY} ];
obs_quality_exc = [];
}
];
}
Expand Down

0 comments on commit 3a826b4

Please sign in to comment.