////////////////////////////////////////////////////////////////////////////////
//
// MODE Time Domain configuration file.
//
// For additional information, please see the MET User's Guide.
//
////////////////////////////////////////////////////////////////////////////////

   //
   // Output model name to be written
   //

model = "WRF";

   //
   // Output description to be written
   //

desc = "NA";

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

   //
   // Forecast and observation fields to be verified
   //

fcst = {

   field = {
      name  = "APCP";
      level = "A01";
   };

   conv_time_window  = {
      beg = ${FCST_CONV_TIME_BEG};
      end = ${FCST_CONV_TIME_END};
   };

   conv_radius       = 2;
   conv_thresh       = >=0.5;

};

obs = fcst;
obs = {
   GRIB1_ptv = 129;

   conv_time_window  = {
      beg = ${OBS_CONV_TIME_BEG};
      end = ${OBS_CONV_TIME_END};
   };
}

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

   //
   // Intensity percentile value to be written
   //

inten_perc_value = 99;

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

   //
   //  Throw away 3D objects with volumes smaller than this
   //

min_volume = 1000;

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

   //
   // Total interest threshold for determining matches
   //

total_interest_thresh = 0.65;

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

nc_output = {

   latlon       = true;
   raw          = true;
   object_id    = true;
   cluster_id   = true;
   do_polylines = false;

};

txt_output = {

   attributes_2d = true;
   attributes_3d = true;

};

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

weight = {

   space_centroid_dist  = 1.0;

   time_centroid_delta  = 1.0;

   speed_delta          = 1.0;

   direction_diff       = 1.0;

   volume_ratio         = 1.0;

   axis_angle_diff      = 0.0;

   start_time_delta     = 1.0;

   end_time_delta       = 1.0;

};

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

output_prefix = "${OUTPUT_PREFIX}";

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