Skip to content

Commit

Permalink
Per #2893, modify existing PointStatConfig_WINDS config file to have …
Browse files Browse the repository at this point in the history
…it write MPR output with obtype_as_group_val_flag = TRUE. Note that I switched the message types from ADPSFC, SFCSHP, USERSF to just USERSF. The original reason for the 3 was to prove that the counts for ADPSFC + SFCSHP = USERSF.
  • Loading branch information
JohnHalleyGotway committed Oct 15, 2024
1 parent 8a08ca7 commit 24b88aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/test_unit/config/PointStatConfig_WINDS
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ message_type_group_map = [
{ key = "USERSF"; val = "ADPSFC,SFCSHP"; }
];

obtype_as_group_val_flag = FALSE;
obtype_as_group_val_flag = TRUE;

fcst = {
sid_inc = [];
sid_exc = [];
obs_quality_inc = [];
obs_quality_exc = [];

message_type = [ "ADPSFC", "SFCSHP", "USERSF" ];
message_type = [ "USERSF" ];
wind_thresh = [ NA, >=3, >=5 ];

field = [
Expand Down Expand Up @@ -151,7 +151,7 @@ output_flag = {
rps = NONE;
orank = NONE;
eclv = NONE;
mpr = NONE;
mpr = STAT;
seeps = NONE;
seeps_mpr = NONE;
}
Expand Down

0 comments on commit 24b88aa

Please sign in to comment.