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

model = "WRF";

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

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

regrid = {
   to_grid = NONE;
   method  = NEAREST;
   width   = 1;
}

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

obs_window = {
   beg = ${BEG_DS};
   end = ${END_DS};
}

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

mpr_column  = [];
mpr_thresh  = [];
cnt_thresh  = [ NA ];
cnt_logic   = UNION;
wind_thresh = [ NA ];
wind_logic  = UNION;
eclv_points = 0.05;

fcst = {
   sid_inc = [];
   sid_exc = [];
   obs_quality_inc  = [];
   obs_quality_exc  = [];

   field = [
      { name = "TMP";  level = "Z2";        message_type = "ADPSFC"; cat_thresh = [ <=273, >273     ];
                                                                     cnt_thresh = [ <=273, >273, NA ];
                                                                     cnt_logic  = UNION;               },
      { name = "TMP";  level = "P850-700";  message_type = "ADPUPA"; cat_thresh = [ <=273, >273 ];     },
      { name = "UGRD"; level = "Z10";       message_type = "ADPSFC"; cat_thresh = [ >5 ];              },
      { name = "VGRD"; level = "Z10";       message_type = "ADPSFC"; cat_thresh = [ >5 ];              },
      { name = "UGRD"; level = "P850-700";  message_type = "ADPUPA"; cat_thresh = [ >5 ];              },
      { name = "VGRD"; level = "P850-700";  message_type = "ADPUPA"; cat_thresh = [ >5 ];              }
   ];

}
obs = fcst;

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

climo_mean = fcst;
climo_mean = {
   file_name = [ ${CLIMO_FILE} ];
}

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

mask = {
   grid  = [ "DTC165", "DTC166" ];
   poly  = [ "MET_BASE/poly/LMV.poly",
            "${MASK_POLY_FILE}" ];
   sid   = [];
   llpnt = [];
}

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

ci_alpha  = [ 0.05 ];

boot = {
   interval = PCTILE;
   rep_prop = 1.0;
   n_rep    = 200;
   rng      = "mt19937";
   seed     = "1";
}

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

interp = {
   vld_thresh = 1.0;

   type = [
      {
         method = NEAREST;
         width  = 1;
      }
   ];
}

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

hira = {
   flag            = FALSE;
   width           = [ 2, 3, 4, 5 ];
   vld_thresh      = 1.0;
   cov_thresh      = [ ==0.25 ];
   shape           = SQUARE;
   prob_cat_thresh = [];
}

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

output_flag = {
   fho    = BOTH;
   ctc    = BOTH;
   cts    = BOTH;
   mctc   = NONE;
   mcts   = NONE;
   cnt    = BOTH;
   sl1l2  = BOTH;
   sal1l2 = BOTH;
   vl1l2  = BOTH;
   val1l2 = BOTH;
   vcnt   = BOTH;
   pct    = NONE;
   pstd   = NONE;
   pjc    = NONE;
   prc    = NONE;
   ecnt   = NONE;
   orank  = NONE;
   rps    = NONE;
   eclv   = BOTH;
   mpr    = BOTH;
   seeps  = NONE;
   seeps_mpr = NONE;
}

////////////////////////////////////////////////////////////////////////////////
// Threshold for SEEPS p1 (Probability of being dry)

seeps_p1_thresh = NA;

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

duplicate_flag = NONE;
rank_corr_flag = TRUE;
tmp_dir        = "/tmp";
output_prefix  = "${OUTPUT_PREFIX}";
version        = "V11.1.0";

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