//////////////////////////////////////////////////////////////////////////////// // // Grid-Stat configuration file. // // For additional information, see the MET_BASE/data/config/README file. // //////////////////////////////////////////////////////////////////////////////// // // Output model name to be written // model = "WRF"; //////////////////////////////////////////////////////////////////////////////// // // Forecast and observation fields to be verified // fcst = { wind_thresh = [ NA ]; field = [ { name = "APCP"; level = [ "(*,*)" ]; cat_thresh = [ >=1.0, >=3.0, >=5.0, >=10.0, >=15.0, >=20.0 ]; } ]; }; obs = fcst; //////////////////////////////////////////////////////////////////////////////// // // Verification masking regions // mask = { grid = [ "FULL" ]; poly = [ ]; }; //////////////////////////////////////////////////////////////////////////////// // // Confidence interval settings // ci_alpha = [ 0.05 ]; boot = { interval = PCTILE; rep_prop = 1.0; n_rep = 0; rng = "mt19937"; seed = ""; }; //////////////////////////////////////////////////////////////////////////////// // // Interpolation methods // interp = { field = BOTH; vld_thresh = 1.0; type = [ { method = UW_MEAN; width = 1; } ]; }; //////////////////////////////////////////////////////////////////////////////// // // Neighborhood methods // nbrhd = { vld_thresh = 1.0; width = [ 9, 17, 33 ]; cov_thresh = [ >0.0 ]; } //////////////////////////////////////////////////////////////////////////////// // // Statistical output types // output_flag = { fho = NONE; ctc = BOTH; cts = BOTH; mctc = NONE; mcts = NONE; cnt = BOTH; sl1l2 = NONE; vl1l2 = NONE; pct = NONE; pstd = NONE; pjc = NONE; prc = NONE; nbrctc = BOTH; nbrcts = BOTH; nbrcnt = BOTH; }; // // NetCDF matched pairs output file // nc_pairs_flag = TRUE; //////////////////////////////////////////////////////////////////////////////// rank_corr_flag = FALSE; tmp_dir = "/tmp"; output_prefix = ""; version = "V4.1"; ////////////////////////////////////////////////////////////////////////////////