A Machine Learning-based Targeted Demand Response Framework to Mitigate Price Volatility and Enhance Grid Resilience in Electricity Markets
- Please cite the following paper when you use this data hub:
citation info
- This repository contains two parts:
- Synthetic ERCOT grid, processed public demand, solar, wind, or hydro profiles in 2020
- Source code to run Security-Constrained Unit Commitment (SCUC), Security-Constrained Economic Dispatch (SCED) and Demand Response program
This public Github repository contains two components: source data and codes. We navigate this data hub as follows.
-
code
contains the source code to run SCUC, SCED and Demand Response Programs. The main files arerun_SCUC.m
andrun_SCEDR.m
in which they both depend on MatPower and Gurobi. With these dependencies installed and appropriate results folder directories specified, two main files can be ran without any changes. However, since SCED requires unit commitment schedules, users want to executerun_SCUC.m
first and then executerun_SCEDR.m
. -
data
contains additional generator data and profiles (such as demand, solar, wind, and hydro) taken from the public open-access data set and used in the simulation in the paper.
Please contact us if you need further technical support or search for cooperation. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Email contact: Le Xie, Kiyeob Lee, Siva Seetharaman.