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

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

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

//
// Model
//
model = "";

//
// Basin
//
basin = "";

//
// Storm name
//
storm_name = "";

//
// Storm identifier
//
storm_id = "";

//
// Cyclone number
//
cyclone = "";

//
// Initialization model time window
//
init_beg = "";
init_end = "";

//
// Valid model time window
//
valid_beg = "";
valid_end = "";

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

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

version = "V11.1.0";

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

