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

//
// Data description 
//
desc = "GFS";

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

//
// 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 = {
   field = [
      {
         name   = "APCP";
         level  = ["L0"];
         n_bins = 55;
         range  = [0, 55]; // kg/m^2
      },
      {
         name   = "PWAT";
         level  = ["L0"];
         n_bins = 35;
         range  = [35, 70]; // kg/m^2
      }
   ];
}

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

mask = {
   grid = "";
   poly = "";
}

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

version = "V12.2.0";

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