////////////////////////////////////////////////////////////////////////////////
//
// PB2NC configuration file.
//
// For additional information, see the MET_BASE/data/config/README file.
//
////////////////////////////////////////////////////////////////////////////////

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

//
// PrepBufr station ID
//
station_id = [];

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

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

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

//
// Observation retention regions
//
mask = {
   grid = "G212";
   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 = [];

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

//
// Observation values to retain or derive
//
obs_grib_code = [ "SPFH", "TMP",  "HGT",  "UGRD", "VGRD",
                  "DPT",  "WIND", "RH",   "MIXR" ];

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

quality_mark_thresh = 2;
event_stack_flag = TOP;

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

tmp_dir = "/tmp";
version = "V4.1";

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