Skip to content

Commit

Permalink
Per #1184, correct the MODE config files to replace multivar_field_lo…
Browse files Browse the repository at this point in the history
…gic with multivar_logic since that's what the code is looking for.
  • Loading branch information
JohnHalleyGotway committed Mar 9, 2022
1 parent 706929c commit cae3aae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion met/data/config/MODEMultivarConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ quilt = FALSE;
//
// MODE Multivar boolean combination logic
//
multivar_field_logic = "#1 && #2 && #3";
multivar_logic = "#1 && #2 && #3";

//
// Forecast and observation fields to be verified
Expand Down
3 changes: 0 additions & 3 deletions met/src/libcode/vx_shapedata/mode_conf_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class ModeConfInfo {

bool is_multivar();


ConcatString fcst_multivar_logic;
ConcatString obs_multivar_logic;

Expand Down Expand Up @@ -191,8 +190,6 @@ class ModeConfInfo {
ConcatString desc; // Description
ConcatString obtype; // Observation type

ConcatString multivar_field_logic; // Multvi-variate booleanlogic

ConcatString mask_grid_name; // Path for masking grid area
ConcatString mask_poly_name; // Path for masking poly area

Expand Down
2 changes: 1 addition & 1 deletion test/config/MODEConfig_multivar_fake_data
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ quilt = FALSE;
//
// MODE Multivar boolean combination logic
//
multivar_field_logic = "#1 && #2 && #3";
multivar_logic = "#1 && #2 && #3";

//
// Forecast and observation fields to be verified
Expand Down

0 comments on commit cae3aae

Please sign in to comment.