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

//
// Data
//
data = {
  ${METPLUS_DATA_FIELD}
}

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

//
// Model
//
//model =
${METPLUS_MODEL}

//
// Basin
//
//basin =
${METPLUS_BASIN}

//
// Storm name
//
//storm_name =
${METPLUS_STORM_NAME}

//
// Storm identifier
//
//storm_id =
${METPLUS_STORM_ID}

//
// Cyclone number
//
//cyclone =
${METPLUS_CYCLONE}

//
// Initialization model time window
//
//init_beg =
${METPLUS_INIT_BEG}
//init_end =
${METPLUS_INIT_END}

//
// Valid model time window
//
//valid_beg =
${METPLUS_VALID_BEG}
//valid_end =
${METPLUS_VALID_END}

//
// lat/lon polylines defining masking regions
//
//init_mask =
${METPLUS_INIT_MASK}
//valid_mask =
${METPLUS_VALID_MASK}

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

tmp_dir = "${MET_TMP_DIR}";

//version = "V12.1.0";

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

${METPLUS_MET_CONFIG_OVERRIDES}
