////////////////////////////////////////////////////////////////////////////////
//
// Pair-Stat configuration file.
//
// For additional information, please see the MET Users Guide.
//
////////////////////////////////////////////////////////////////////////////////

//
// Output model name to be written
// Non-empty string overrides input data values
//
//model =
${METPLUS_MODEL}

//
// Output description to be written
// Non-empty string overrides input data values
// May be set separately in each "obs.pairs" entry
//
//desc =
${METPLUS_DESC}

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

//
// Forecast and observation pairs to be verified
//
fcst = {
  ${METPLUS_FCST_FILE_TYPE}
  //pairs = [
  ${METPLUS_FCST_FIELD}
  ${METPLUS_FCST_CLIMO_MEAN_DICT}
  ${METPLUS_FCST_CLIMO_STDEV_DICT}
}

obs = {
  ${METPLUS_OBS_FILE_TYPE}
  //pairs = [
  ${METPLUS_OBS_FIELD}
  ${METPLUS_OBS_CLIMO_MEAN_DICT}
  ${METPLUS_OBS_CLIMO_STDEV_DICT}
}

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

//fcst_lead =
${METPLUS_FCST_LEAD}
//obs_lead =
${METPLUS_OBS_LEAD}

//fcst_valid_beg =
${METPLUS_FCST_VALID_BEG}
//fcst_valid_end =
${METPLUS_FCST_VALID_END}
//fcst_valid_inc =
${METPLUS_FCST_VALID_INC}
//fcst_valid_exc =
${METPLUS_FCST_VALID_EXC}
//fcst_valid_hour =
${METPLUS_FCST_VALID_HOUR}

//obs_valid_beg =
${METPLUS_OBS_VALID_BEG}
//obs_valid_end =
${METPLUS_OBS_VALID_END}
//obs_valid_inc =
${METPLUS_OBS_VALID_INC}
//obs_valid_exc =
${METPLUS_OBS_VALID_EXC}
//obs_valid_hour =
${METPLUS_OBS_VALID_HOUR}

//fcst_init_beg =
${METPLUS_FCST_INIT_BEG}
//fcst_init_end =
${METPLUS_FCST_INIT_END}
//fcst_init_inc =
${METPLUS_FCST_INIT_INC}
//fcst_init_exc =
${METPLUS_FCST_INIT_EXC}
//fcst_init_hour =
${METPLUS_FCST_INIT_HOUR}

//obs_init_beg =
${METPLUS_OBS_INIT_BEG}
//obs_init_end =
${METPLUS_OBS_INIT_END}
//obs_init_inc =
${METPLUS_OBS_INIT_INC}
//obs_init_exc =
${METPLUS_OBS_INIT_EXC}
 //obs_init_hour =
${METPLUS_OBS_INIT_HOUR}

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

//
// Forecast and observation data censoring, thresholding, and filtering options
// May be set separately in each "fcst.pairs" or "obs.pairs" entry
//
//censor_thresh =
${METPLUS_CENSOR_THRESH}
//censor_val =
${METPLUS_CENSOR_VAL}
//cat_thresh =
${METPLUS_CAT_THRESH}
//cnt_thresh =
${METPLUS_CNT_THRESH}
//cnt_logic =
${METPLUS_CNT_LOGIC}
//wind_thresh =
${METPLUS_WIND_THRESH}
//wind_logic =
${METPLUS_WIND_LOGIC}

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

//
// Matched pairs filtering and control options
// May be set separately in each "obs.pairs" entry
//
//mpr_column =
${METPLUS_MPR_COLUMN}
//mpr_thresh =
${METPLUS_MPR_THRESH}
//mpr_str_inc =
${METPLUS_MPR_STR_INC}
//mpr_str_exc =
${METPLUS_MPR_STR_EXC}
//eclv_points =
${METPLUS_ECLV_POINTS}
//hss_ec_value =
${METPLUS_HSS_EC_VALUE}
//rank_corr_flag =
${METPLUS_RANK_CORR_FLAG}

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

//
// Climatology mean data
// May be set separately in the "fcst" and "obs" dictionaries
//
//climo_mean = {
${METPLUS_CLIMO_MEAN_DICT}

//
// Climatology standard deviation data
// May be set separately in the "fcst" and "obs" dictionaries
//
//climo_stdev = {
${METPLUS_CLIMO_STDEV_DICT}

//
// Climatology distribution settings
// May be set separately in each "obs.pairs" entry
//
//climo_cdf = {
${METPLUS_CLIMO_CDF_DICT}

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

//
// Verification masking regions
// May be set separately in each "obs.pairs" entry
//
//mask = {
${METPLUS_MASK_DICT}

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

//
// Confidence interval settings
// May be set separately in each "obs.pairs" entry
//
//ci_alpha =
${METPLUS_CI_ALPHA}

//boot = {
${METPLUS_BOOT_DICT}

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

//
// Threshold for SEEPS p1 (Probability of being dry)
//
//seeps_p1_thresh =
${METPLUS_SEEPS_P1_THRESH}

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

//
// Statistical output types
// May be set separately in each "obs.pairs" entry
//
//output_flag = {
${METPLUS_OUTPUT_FLAG_DICT}

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

//point_weight_flag =
${METPLUS_POINT_WEIGHT_FLAG}

tmp_dir = "${MET_TMP_DIR}";

//version       = "V12.0.0";

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

${METPLUS_MET_CONFIG_OVERRIDES}
