////////////////////////////////////////////////////////////////////////////////
//
// Grid-Diag configuration file.
//
// For additional information, please see the MET User's Guide.
//
////////////////////////////////////////////////////////////////////////////////

//
// Data description 
//
desc = "FCST_vs_OBS";

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

//
// Output grid
//
regrid = {
   to_grid    = NONE;
   method     = NEAREST;
   width      = 1;
   vld_thresh = 0.5;
   shape      = SQUARE;
}

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

//
// May be set separately in each "field" entry
//
censor_thresh = [];
censor_val    = [];

//
// Data fields
//
data = {
   name   = "APCP";
   level  = ["A06"];
   n_bins = 50;
   range  = [0,25];

   field = [
      { ${FIELD1} },
      { ${FIELD2} }
   ];
}

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

mask = {
   grid = "";
   poly = "MET_BASE/poly/CONUS.poly";
}

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

version = "V11.1.0";

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