This set of codes implements our TPWRS paper "Security-Constrained Unit Commitment Considering Locational Frequency Stability in Low-Inertia Power Grids".
The proposed locational-RoCoF-constrained security-constrained unit commitment (LRC-SCUC) model along with supporting methods are implemented, as well as two benchmark models.
The novel LRC-SCUC model can ensure the optimal day-ahead scheduling solutions to meet (synchronous) inertia-related frequency stability requirements.
Time-domain simulations were performed to validate the LRC-SCUC solutions.
- Two benchmark models:
- a traditional security-constrained unit commitment (T-SCUC).
- an equivalent-RoCoF-constrained unit commitment (ERC-SCUC).
- The locational RoCoF constraints are derived from reduced IEEE 24-bus system dynamic models. Two RoCoF measuring windows (t1 = 0 and t2 = 0.5) are introduced to handle the oscillation in power system.
- Piecewise Linaerization Method (PWL) is used to linearize the original nonlinear locational RoCoF concstraints.
- The test case includes time series profiles of renewable generation, electrical load.
- Multiple evaluation points combinations are set to reduce the PWL approximation errors.
The test system used in this work is a modified IEEE 24-bus system: one area of the IEEE 73-bus system ("The IEEE Reliability Test System-1996. A report prepared by the Reliability Test System Task Force of the Application of Probability Methods Subcommittee" and link is here).
- 'dataFile24BusAllinertia41sen_T.data': test data including system configuration, genrator parameters, renewable generation profile, electrical load profile.
- 'dataFile24BusAllinertia41sen_4EP.data': test data including system configuration, genrator parameters, renewable generation profile, electrical load profile, PWL coefficient segments settings.
The TSAT contingency dynamic simulation considering trip of a generator can be conducted with the following data files.
- '24_bus_system.psp':raw file for IEEE 24-bus power system.
- '24_bus_system.pfb':Power flow results for IEEE 24-bus power system.
- '24_bus_system.tsa':TSAT dynamic simulation model.
- 'IEEE_24_bus.swi': Simulation and contingency settings: simulation period/contingency type.
- 'IEEE_24_Gbase.dyr': Dynamic parameters settings of generators and loads.
- 'EP4_pwl_coefficients_busXX.xlsx': PWL coefficients of generator loss on bus XX in reduced power system model with RoCoF measuring time t=0.
- 'EP4_pwl_coefficients_busXX_t2.xlsx': PWL coefficients of generator loss on bus XX in reduced power system model with RoCoF measuring time t=0.5.
- 'data_PWL_4EP_Type1.data': Medium generation range evaluation points settings.
- 'data_PWL_4EP_Type2.data': Large generation range evaluation points settings.
- 'data_PWL_4EP_Type3.data': Small generation range evaluation points settings.
- 'Sample_Codes_SCUC': A standard SCUC model.
- The evalution points data are provided by 'data_PWL_4EP_Type1.data', 'data_PWL_4EP_Type2.data', and 'data_PWL_4EP_Type3.data'.
- The load, renewable generation profiles are provided by 'dataFile24BusAllinertia41sen_T.dat', 'dataFile24BusAllinertia41sen_4EP.dat'.
- 'RoCoF_PWL_fitting.py': using PWL algorithm to linearize the RoCoF constraints, the output is optimized coefficient data.
- 'T_OPF_SCUC.py': define functions to build, solve, and save results for pyomo T-SCUC model.
- 'ERC_OPF_SCUC.py': define functions to build, solve, and save results for pyomo ERC-SCUC model.
- 'LRC_OPF_SCUC.py': define functions to build, solve, and save results for pyomo LRC-SCUC model.
- 'PWL_OPF_LRC_SCUC-Dual.py': define functions to build, solve, and save dual results for pyomo LRC-SCUC model.
- Recommand Python Version: Python 3.8
- Required packages: Numpy, pyomo
- Required a solver which can be called by the pyomo to solve the SCUC optimization problem.
- Set up the python environment.
- Set the solver location: 'UC_function.py'=>'solve_UC' function=>UC_solver=SolverFactory('solver_name',executable='solver_location')
- Run 'RoCoF_PWL_fitting.py': generate PWL coefficients for each generator bus.
- Run SCUC models to get simulation results of test case.
- 'T-SCUC_results' folder: T-SCUC simulation results, including each hour's generator dispatching data, generotor reserve data, generator status data.
- 'ERC-SCUC_results' folder: ERC-SCUC simulation results, including each hour's generator dispatching data, generotor reserve data, generator status data.
- 'LRC-SCUC_results' folder: LRC-SCUC simulation results, including each hour's generator dispatching data, generotor reserve data, generator status data.
If you use any of our codes/data for your work, please cite the following paper as your reference:
Mingjian Tuo and Xingpeng Li, “Security-Constrained Unit Commitment Considering Locational Frequency Stability in Low-Inertia Power Grids”, IEEE Transaction on Power Systems, Oct. 2022.
(DOI: 10.1109/TPWRS.2022.3215915)
Paper website: https://rpglab.github.io/papers/MJ-Tuo_SCUC_LFS/
Mingjian Tuo created this package. Xingpeng Li supervised this work.
Dr. Xingpeng Li
University of Houston
Email: xli83@central.uh.edu
Website: https://rpglab.github.io/
This work is licensed under the terms of the Creative Commons Attribution 4.0 (CC BY 4.0) license.
The author doesn’t make any warranty for the accuracy, completeness, or usefulness of any information disclosed; and the author assumes no liability or responsibility for any errors or omissions for the information (data/code/results etc) disclosed.