////////////////////////////////////////////////////////////////////////////////
//
// Wavelet-Stat configuration file.
//
// For additional information, see the MET_BASE/config/README file.
//
////////////////////////////////////////////////////////////////////////////////

//
// Output model name to be written
//
model = "WRF";

//
// Output description to be written
// May be set separately in each "obs.field" entry
//
desc = "NA";

//
// Output observation type to be written
//
obtype = "MC_PCP";

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

//
// Verification grid
//
regrid = {
   to_grid    = NONE;
   method     = NEAREST;
   width      = 1;
   vld_thresh = 0.5;
}

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

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

//
// Forecast and observation fields to be verified
//
fcst = {
   field = [
      {
        name       = "APCP_12";
        level      = [ "(*,*)" ];
        cat_thresh = [ >0.0, >=5.0 ];
      }
   ];
}
obs = fcst;

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

//
// Handle missing data
//
mask_missing_flag = NONE;

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

//
// Decompose the field into dyadic tiles
//
grid_decomp_flag = AUTO;

tile = {
   width = 0;
   location = [
      {
         x_ll = 0;
         y_ll = 0;
      }
   ];
}

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

//
// Wavelet to be used for the decomposition
//
wavelet = {
   type   = HAAR;
   member = 2;
}

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

//
// Statistical output types
//
output_flag = {
   isc = BOTH;
}

//
// NetCDF matched pairs and PostScript output files
//
nc_pairs_flag   = {
   raw    = TRUE;
   diff   = TRUE;
}
ps_plot_flag  = TRUE;

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

//
// Plotting information
//
met_data_dir = "MET_BASE";

fcst_raw_plot = {
   color_table = "MET_BASE/colortables/met_default.ctable";
   plot_min = 0.0;
   plot_max = 0.0;
}

obs_raw_plot = {
   color_table = "MET_BASE/colortables/met_default.ctable";
   plot_min = 0.0;
   plot_max = 0.0;
}

wvlt_plot = {
   color_table = "MET_BASE/colortables/NCL_colortables/BlWhRe.ctable";
   plot_min = -1.0;
   plot_max =  1.0;
}

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

output_prefix = "";
version = "V8.1";

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