////////////////////////////////////////////////////////////////////////////////
//
// 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   = "RH";
         level  = ["Z2"];
         n_bins = 100;
         range  = [0, 100]; // %
         censor_thresh = [ >100 ];
         censor_val    = [  100 ];
      },
      {
         name   = "PWAT";
         level  = ["L0"];
         n_bins = 80;
         range  = [0, 80]; // kg/m^2
      }
   ];
}

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

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

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

version = "V11.1.0";

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