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

model = "GTG";

//
// 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 = {

   field = [
      {
        name       = "edr";
        level      = [ "(0,0,*,*)", "(0,1,*,*)", "(0,2,*,*)", "(0,3,*,*)", "(0,4,*,*)",
                       "(0,5,*,*)", "(0,6,*,*)", "(0,7,*,*)", "(0,8,*,*)", "(0,9,*,*)",
                       "(0,10,*,*)", "(0,11,*,*)", "(0,12,*,*)", "(0,13,*,*)", "(0,14,*,*)",
                       "(0,15,*,*)", "(0,16,*,*)", "(0,17,*,*)", "(0,18,*,*)", "(0,19,*,*)",
                       "(0,20,*,*)", "(0,21,*,*)", "(0,22,*,*)", "(0,23,*,*)", "(0,24,*,*)",
                       "(0,25,*,*)", "(0,26,*,*)", "(0,27,*,*)", "(0,28,*,*)", "(0,29,*,*)",
                       "(0,30,*,*)", "(0,31,*,*)", "(0,32,*,*)", "(0,33,*,*)", "(0,34,*,*)",
                       "(0,35,*,*)", "(0,36,*,*)", "(0,37,*,*)", "(0,38,*,*)", "(0,39,*,*)",
                       "(0,40,*,*)", "(0,41,*,*)", "(0,42,*,*)", "(0,43,*,*)", "(0,44,*,*)",
                       "(0,45,*,*)", "(0,46,*,*)", "(0,47,*,*)", "(0,48,*,*)", "(0,49,*,*)",
                       "(0,50,*,*)" ];
        cat_thresh = [ >=0.0, >=0.15, >=0.31 ];
      }
   ];

}

obs = {
   message_type = [ "MEDEDR", "MAXEDR" ];
   sid_inc      = [];
   sid_exc      = [];
   obs_quality_inc  = [];
   obs_quality_exc  = [];

   field = [
      {
        name       = "EVCW";
        level      = [ "Z0-500", "Z500-1500", "Z1500-2500", "Z2500-3500", "Z3500-4500",
                       "Z4500-5500", "Z5500-6500", "Z6500-7500", "Z7500-8500", "Z8500-9500",
                       "Z9500-10500", "Z10500-11500", "Z11500-12500", "Z12500-13500", "Z13500-14500",
                       "Z14500-15500", "Z15500-16500", "Z16500-17500", "Z17500-18500", "Z18500-19500",
                       "Z19500-20500", "Z20500-21500", "Z21500-22500", "Z22500-23500", "Z23500-24500",
                       "Z24500-25500", "Z25500-26500", "Z26500-27500", "Z27500-28500", "Z28500-29500",
                       "Z29500-30500", "Z30500-31500", "Z31500-32500", "Z32500-33500", "Z33500-34500",
                       "Z34500-35500", "Z35500-36500", "Z36500-37500", "Z37500-38500", "Z38500-39500",
                       "Z39500-40500", "Z40500-41500", "Z41500-42500", "Z42500-43500", "Z43500-44500",
                       "Z44500-45500", "Z45500-46500", "Z46500-47500", "Z47500-48500", "Z48500-49500",
                       "Z49500-50500" ];
        cat_thresh = [ >=0.0, >=0.15, >=0.31 ];
      }
   ];
}


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

mask = {
   grid  = [ "FULL" ];
   poly  = [];
   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  = NONE;
   sal1l2 = NONE;
   vl1l2  = NONE;
   val1l2 = NONE;
   vcnt   = NONE;
   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";

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