Skip to content

Commit

Permalink
Per #3006, expand the Pair-Stat example.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jan 21, 2025
1 parent b88f604 commit ac9f85a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions internal/test_unit/config/PairStatConfig_mpr
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@ desc = "";
fcst = {
pairs = [
{
name = "TMP";
level = [ "Z2" ];
cnt_thresh = [ NA, >273 ];
}
name = "TMP";
level = "Z2";
cnt_thresh = [ NA, >273 ];
mpr_str_inc = [ { key = "VX_MASK"; val = "DTC165,DTC166"; },
{ key = "OBTYPE"; val = "ADPSFC"; } ];
},
{
name = "TMP";
level = "P850-700";
mpr_str_inc = [ { key = "VX_MASK"; val = "DTC165,DTC166"; },
{ key = "OBTYPE"; val = "ADPUPA"; } ];
}
];
}

Expand Down

0 comments on commit ac9f85a

Please sign in to comment.