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

//
// PrepBufr message type
//
message_type = [];

//
// PrepBufr station ID
//
station_id = [ ${STATION_ID} ];

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

//
// Observation time window
//
obs_window = {
   beg = -1800;
   end =  1800;
}

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

//
// Observation retention regions
//
mask = {
   grid = "${MASK_GRID}";
   poly = "${MASK_POLY}";
}

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

//
// Observing location elevation
//
elevation_range = {
   beg =  -1000;
   end = 100000;
}

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

//
// Observation types
//
pb_report_type  = [];

in_report_type  = [];

instrument_type = [];

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

//
// Vertical levels to retain
//
level_range = {
   beg = 1;
   end = 255;
}

level_category = [];

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

//
// BUFR variable names to retain or derive.
// If emtpy, process all available variables.
//
obs_bufr_var = [ "QOB", "TOB", "ZOB", "UOB", "VOB",
                 "D_DPT", "D_WIND", "D_RH", "D_MIXR" ];

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

//
// Mapping of input BUFR variable names to output variables names.
// The default PREPBUFR map, obs_prepbufr_map, is appended to this map.
//
obs_bufr_map = [];

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

//
// Mapping of report_type (header_type)
//
message_type_map = [];

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

quality_mark_thresh = ${QUALITY_MARK_THRESH};
event_stack_flag = TOP;

////////////////////////////////////////////////////////////////////////////////
//time_summary = {
//  flag = TRUE;
//  beg = "${BEG_TS}";
//  end = "${END_TS}";
//  step = ${STEP_TS};
//  width = ${WIDTH_TS};
//  grib_code = [ 11, 204, 211 ];
//  type = [ "min", "max", "range", "mean", "stdev", "median", "p80" ];
//  vld_freq = 0;
//  vld_thresh = 0.0;
//}

time_summary = {
  flag = TRUE;
  raw_data = FALSE;
  beg = "000000";
  end = "235959";
  step = 3600;
  width = 3600;
  obs_var = [ "TOB", "QOB", "D_RH" ];
  type = [ "min", "max", "range", "mean", "stdev", "median", "p80" ];
  vld_freq = 0;
  vld_thresh = 0.0;
}


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

tmp_dir = "/tmp";
version = "V11.1.0";

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