MPC Outputs

REopt.mpc_resultsFunction

MPC Scenarios will return a results Dict with the following keys:

  • ElectricStorage
  • HotThermalStorage
  • ColdThermalStorage
  • ElectricTariff
  • ElectricUtility
  • PV
  • Generator
source

MPC ElectricStorage outputs

MPC HotThermalStorage outputs

REopt.add_hot_storage_resultsMethod

MPC HotThermalStorage results keys:

  • soc_series_fraction Vector of normalized (0-1) state of charge values over the time horizon [-]
source

MPC ColdThermalStorage outputs

MPC ElectricTariff outputs

MPC ElectricUtility outputs

MPC PV outputs

REopt.add_pv_resultsMethod

MPC PV results keys:

  • to_battery_series_kw
  • to_grid_series_kw
  • curtailed_production_series_kw
  • to_load_series_kw
  • energy_produced_kwh
source

MPC Generator outputs

REopt.add_generator_resultsMethod

MPC Generator results keys:

  • variable_om_cost
  • fuel_cost
  • to_battery_series_kw
  • to_grid_series_kw
  • to_load_series_kw
  • annual_fuel_consumption_gal
  • energy_produced_kwh
source