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

//
// PrepBufr message type
//
message_type = [ "ADPUPA", "ADPSFC", "SFCSHP", "AIRCAR", "AIRCFT",
                 "MSONET", "PROFLR", "RASSDA", "VADWND" ];

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

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

//
// Observation time window
//
// For RC processing, set explicitly on command line
obs_window = {
   beg = 0;
   end = 0;
}

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

//
// Observation retention regions
//
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_WIND", "D_DPT", "D_PRMSL" ];

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

//
// Mapping of BUFR variable name to GRIB name
//
//obs_var_map = [];

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

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

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

quality_mark_thresh = 3;
event_stack_flag    = TOP;

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

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

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