//////////////////////////////////////////////////////////////////////////////// // // MODE configuration file. // // For additional information, see the MET_BASE/data/config/README file. // //////////////////////////////////////////////////////////////////////////////// // // Output model name to be written // model = "WRF"; //////////////////////////////////////////////////////////////////////////////// // // Approximate grid resolution (km) // grid_res = 0.562; //////////////////////////////////////////////////////////////////////////////// // // Forecast and observation fields to be verified // fcst = { field = { name = "APCP"; level = "(*,*)"; }; raw_thresh = >=0.0; conv_radius = 4; // in grid squares conv_thresh = >=1; vld_thresh = 0.5; area_thresh = >=100.0; inten_perc_value = 100; inten_perc_thresh = >=0.0; merge_thresh = >=1.25; merge_flag = NONE; }; obs = fcst; //////////////////////////////////////////////////////////////////////////////// // // Handle missing data // mask_missing_flag = BOTH; // // Match objects between the forecast and observation fields // match_flag = MERGE_BOTH; // // Maximum centroid distance for objects to be compared // max_centroid_dist = 50.0/grid_res; //////////////////////////////////////////////////////////////////////////////// // // Verification masking regions // mask = { grid = ""; grid_flag = NONE; // Apply to NONE, FCST, OBS, or BOTH poly = ""; poly_flag = NONE; // Apply to NONE, FCST, OBS, or BOTH }; //////////////////////////////////////////////////////////////////////////////// // // Fuzzy engine weights // weight = { centroid_dist = 4.0; boundary_dist = 4.0; convex_hull_dist = 0.0; angle_diff = 1.0; area_ratio = 2.0; int_area_ratio = 2.0; complexity_ratio = 0.0; inten_perc_ratio = 0.0; inten_perc_value = 50; } //////////////////////////////////////////////////////////////////////////////// // // Fuzzy engine interest functions // interest_function = { centroid_dist = ( ( 0.0, 1.0 ) ( 20.0/grid_res, 1.0 ) ( 60.0/grid_res, 0.0 ) ); boundary_dist = ( ( 0.0, 1.0 ) ( 60.0/grid_res, 0.0 ) ); convex_hull_dist = ( ( 0.0, 1.0 ) ( 400.0/grid_res, 0.0 ) ); angle_diff = ( ( 0.0, 1.0 ) ( 30.0, 1.0 ) ( 90.0, 0.0 ) ); corner = 0.8; ratio_if = ( ( 0.3, 0.0 ) ( corner, 1.0 ) ( 1.0, 1.0 ) ); area_ratio = ratio_if; int_area_ratio = ( ( 0.00, 0.00 ) ( 0.10, 0.50 ) ( 0.25, 1.00 ) ( 1.00, 1.00 ) ); complexity_ratio = ratio_if; inten_perc_ratio = ratio_if; } //////////////////////////////////////////////////////////////////////////////// // // Total interest threshold for determining matches // total_interest_thresh = 0.7; // // Interest threshold for printing output pair information // print_interest_thresh = 0.0; //////////////////////////////////////////////////////////////////////////////// // // Plotting information // met_data_dir = "MET_BASE/data"; fcst_raw_plot = { color_table = "MET_BASE/data/colortables/met_default.ctable"; plot_min = 0.0; plot_max = 50.0; colorbar_spacing = 1; }; obs_raw_plot = { color_table = "MET_BASE/data/colortables/met_default.ctable"; plot_min = 0.0; plot_max = 50.0; colorbar_spacing = 1; }; object_plot = { color_table = "MET_BASE/data/colortables/mode_obj.ctable"; }; // // Number of grid boxes to fill with bad data values along the edge of the field // to avoid edge effects. // zero_border_size = 1; // // Boolean for plotting on the region of valid data within the domain // plot_valid_flag = FALSE; // // Plot polyline edges using great circle arcs instead of straight lines // plot_gcarc_flag = FALSE; //////////////////////////////////////////////////////////////////////////////// // // NetCDF matched pairs, PostScript, and contingency table output files // ps_plot_flag = TRUE; nc_pairs_flag = TRUE; ct_stats_flag = TRUE; //////////////////////////////////////////////////////////////////////////////// output_prefix = ""; version = "V4.1"; ////////////////////////////////////////////////////////////////////////////////