Skip to content

Commit

Permalink
Per #2893, add obtype_as_group_val_flag entry for all config files th…
Browse files Browse the repository at this point in the history
…at already include the message_type_group_map entry.
  • Loading branch information
JohnHalleyGotway committed Oct 15, 2024
1 parent 7776212 commit 8a08ca7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/test_unit/config/EnsembleStatConfig_python
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ message_type_group_map = [
{ key = "ONLYSF"; val = "ADPSFC,SFCSHP"; }
];

obtype_as_group_val_flag = FALSE;

//
// Ensemble bin sizes
// May be set separately in each "obs.field" entry
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/EnsembleStatConfig_single_file_grib
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ message_type_group_map = [
{ key = "ONLYSF"; val = "ADPSFC,SFCSHP"; }
];

obtype_as_group_val_flag = FALSE;

//
// Ensemble bin sizes
// May be set separately in each "obs.field" entry
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/EnsembleStatConfig_single_file_nc
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ message_type_group_map = [
{ key = "ONLYSF"; val = "ADPSFC,SFCSHP"; }
];

obtype_as_group_val_flag = FALSE;

//
// Ensemble bin sizes
// May be set separately in each "obs.field" entry
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/PointStatConfig_LAND_TOPO_MASK
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ message_type_group_map = [
{ key = "WATERSF"; val = "SFCSHP"; }
];

obtype_as_group_val_flag = FALSE;

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

climo_mean = fcst;
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/config/PointStatConfig_WINDS
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ message_type_group_map = [
{ key = "USERSF"; val = "ADPSFC,SFCSHP"; }
];

obtype_as_group_val_flag = FALSE;

fcst = {
sid_inc = [];
sid_exc = [];
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 @@ -92,6 +92,8 @@ message_type_group_map = [
{ key = "WATERSF"; val = "SFCSHP"; }
];

obtype_as_group_val_flag = FALSE;

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

//
Expand Down
2 changes: 2 additions & 0 deletions scripts/config/EnsembleStatConfig
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ message_type_group_map = [
{ key = "ONLYSF"; val = "ADPSFC,SFCSHP"; }
];

obtype_as_group_val_flag = FALSE;

//
// Ensemble bin sizes
// May be set separately in each "obs.field" entry
Expand Down

0 comments on commit 8a08ca7

Please sign in to comment.