////////////////////////////////////////////////////////////////////////////////
//
// Default stat_analysis configuration file
//
////////////////////////////////////////////////////////////////////////////////

model[] = [];

fcst_lead[] = [];
obs_lead[]  = [];

fcst_valid_beg = "";
fcst_valid_end = "";
obs_valid_beg  = "";
obs_valid_end  = "";

fcst_init_beg = "";
fcst_init_end = "";
obs_init_beg  = "";
obs_init_end  = "";

fcst_init_hour[] = [];
obs_init_hour[]  = [];

fcst_var[] = [ "RH" ];
obs_var[]  = [];

//fcst_lev[] = [ "P1000-250" ];
//fcst_lev[] = [ "P850" ];
fcst_lev[] = [ "P500" ];
obs_lev[]  = [];

obtype[] = [];

vx_mask[] = [];

interp_mthd[] = [];

interp_pnts[] = [];

fcst_thresh[] = [];
obs_thresh[]  = [];
cov_thresh[]  = [];

alpha[] = [];

line_type[] = [];

////////////////////////////////////////////////////////////////////////////////
//
// Analysis job list.
//
////////////////////////////////////////////////////////////////////////////////

jobs[] = [
   " -job aggregate_stat -line_type SL1L2 -fcst_var RH -out_line_type CNT"
];

out_alpha = 0.05;

boot_interval = 1;

boot_rep_prop = 1.0;

n_boot_rep = 1000;

boot_rng = "mt19937";

boot_seed = "";

rank_corr_flag = 1;

tmp_dir = "/tmp";

version = "V2.0";
