This repository includes relevent code and data for economic data on WECC and NPCC systems. To give credits to our work, please cite our paper listed below.
Qiwei Zhang, Fangxing Li, "A Dataset for Electricity Market Studies on Western and Northeastern Power Grids in the United States," Scientific Data, vol. 10, article 646, Sept. 2023.
Qiwei Zhang ([email protected]) and Fangxing Fran Li ([email protected])
Dept. of EECS & CURENT, The University of Tennessee - Knoxville
This data set would be of interest to you if you are doing electricity economic simulations, such as economic dispatch and LMP calculation. We provide a comprehensive economic data set for WECC and NPCC systems based on real-world grid operation data. Users can access the developed data set for generator aggregation, fuel cost, generator capacity, and line rating. Users are also encouraged to use MATPOWER.
The detailed description on the developed data can be found next.
Two root folders are created: the Source_Data contains all the source files used to generate the data set; and the WECC_NPCC_Systems stores all the developed data set. Folders are organized by data type.
Containing all the source files used to generate the data set. All soruce files used are based on year 2020
This folder contains generations, fuel consumptions, and capacities for all of the generators in WECC and NPCC area. They are from EIA-860 and EIA-923 forms.
This folder contains hourly regional loads covering all WECC and NPCC area. They are from EIA Electric Grid Monitor.
This folder contains hourly regional power flow interchange covering all WECC and NPCC area. They are from EIA Electric Grid Monitor.
This folder contains hourly wholesale elecitricity market price at WECC and NPCC areas. They are provided by EIA throguh Intercontinental Exchange(ICE). The price at New York state is not covered by ICE, and thus it is from NYISO.
Containing all the developed data set
MATPOWER case files are built based on the developed data set for the NPCC and WECC systems. User can access the data set by loading the "npcc.m" and "wecc.m" case file with MATPOWER function 'loadcase()'
This folder stores generator aggregation information for NPCC/WECC system. it provides a list of detailed real-world power plants that are aggregated to each bus in the NPCC/WECC system. The pie chart comparison between the real-world generation resource mix and aggregated resource mix is also provided at each state within NPCC/WECC area.
This file stores the capacity (megawatt) of aggregated generators in sheet 'NPCC and sheet 'WECC' for NPCC and WECC systems, respectively. The first column indicates the generator id.
This file stores the line rating (megawatt) in sheet 'NPCC and sheet 'WECC' for NPCC and WECC systems, respectively. The line ID, from bus, and end bust are also indicated.
This file provides a year-round hourly load (megawatt) for each bus in NPCC and WECC systems, and it is stored in sheet 'NPCC and sheet 'WECC', respectively. The first column indicates the bus id, and the second line indicates the corresponding hour. A '.mat' type load file is also provided for users' convenience on applying the load with MATPOWER on MATLAB.
This file stores the cost (dollar) of aggregated generators in sheet 'NPCC and sheet 'WECC' for NPCC and WECC systems, respectively. The first column indicates the generator id. The second column is the incremental cost, and the third column is the fixed cost.
This file stores the bus coordinates in sheet 'NPCC and sheet 'WECC' for NPCC and WECC systems, respectively.
This file provides a year-round hourly electricity price (dollar) for each bus in NPCC and WECC systems, and it is stored in sheet 'NPCC and sheet 'WECC', respectively. The first column indicates the bus id, and the second line indicates the corresponding hour. File: NPCC_LMP.m and WECC_LMP.m A '.mat' type load file is also provided for users' convenience on investigating the price on MATLAB.
This folder contains the code to generate the cost data for NPCC and WECC data. Future users can customize the generator aggregation, fule cost, etc. to create preferred cost for their research.
This folder contains the code to calculate the correlation value bettwen the simulated price and the real-world prices. If future user have customize the NPCC and WECC system, the Sim_price.m can be used to generate a new set of simulated LMPs for comparison.
This public data set is licensed under the GPL v3 License.