Skip to content

Commit

Permalink
Per #1673, since GBETA is only reported when VX_MASK = FULL, updating…
Browse files Browse the repository at this point in the history
… GridStatConfig_all to include the FULL masking region to make this example more meaningful.
  • Loading branch information
JohnHalleyGotway committed Aug 5, 2021
1 parent e299004 commit 0d329b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/scripts/config/GridStatConfig_all
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ climo_mean = {
// Verification masking regions
//
mask = {
grid = [ "DTC165", "DTC166" ];
grid = [ "FULL", "DTC165", "DTC166" ];
poly = [ "${TEST_OUT_DIR}/gen_vx_mask/CONUS_poly.nc",
"MET_BASE/poly/LMV.poly" ];
}
Expand Down

0 comments on commit 0d329b2

Please sign in to comment.