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

//
// Data
//
data = {
   level = [ "" ];
   field = [
      { name = "PRMSL"; },
      { name = "TMP";   }
   ];
}

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

//
// Model
//
model = [];

//
// Storm identifier
//
storm_id = [];

//
// Basin
//
basin = [];

//
// Cyclone number
//
cyclone = [];

//
// Storm name
//
storm_name = [];

//
// Initialization time 
//
init_beg = "";
init_end = "";
init_inc = [];
init_exc = [];

//
// Valid time
//
valid_beg = "";
valid_end = "";
valid_inc = [];
valid_exc = [];

//
// Initialization, valid, and lead hours
//
init_hour  = [];
valid_hour = [];
lead       = [];

//
// lat/lon polylines defining masking regions
//
init_mask  = "";
valid_mask = "";

//
// Cyclone level category
//
category = [];

//
// Stratify track points by thresholding ATCF columns
//
column_thresh_name = [];
column_thresh_val  = [];

//
// Stratify track by thresholding ATCF columns for the initial time
//
init_thresh_name = [];
init_thresh_val  = [];

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

version = "V12.2.0";

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

