KPG 193 BPESD-11 extends the KPG 193 test system with Korean transmission grid scenarios from 2022 to 2038 based on Korea's 11th Basic Plan for Long-Term Electricity Supply and Demand (BPESD-11, 11차 전력수급기본계획). It provides yearly MATPOWER-compatible network snapshots, hourly time-series profiles, renewable capacity data, and expansion metadata.
The dataset reflects planned generation and transmission changes under Korea's 11th Basic Plan for Long-Term

Network evolution of the KPG 193 BPESD-11 test system from 2022 to 2038.
Electricity Supply and Demand (BPESD-11). Across the planning horizon, it includes 61 generator additions, 49 generator retirement records, 207 AC branch additions, and 7 DC line additions.
This dataset is part of the KPG Test System module within the KPG (Korean Power Grid) Platform. It remains compatible with KPG Run for power flow and unit commitment simulations and KPG View for map‑based network and result visualization.
Module | Description |
|---|---|
KPG Test System | Synthetic grid data — network, generators, demand, renewable, and commitment profiles |
KPG Run | Desktop application for solving ED, UC, DC-OPF, and AC-OPF problems |
KPG View | Interactive map-based visualization of grid networks and simulation results |
Component | Count / range |
|---|---|
Buses | 193 |
Active conventional generators | 183–199 |
Conventional generator records | 183–244 |
AC branches | 358–565 |
DC lines | 1–8 |
Voltage levels | 154 / 345 / 765 kV |
Renewable types | Solar / Wind / Hydro |
Base year | 2022 |
Planning horizon | 2023–2038 |
Total years | 17 |
Temporal resolution | Hourly, 8,760 h/year (8,784 h in leap years) |
kpg193_v2_0_{year}/ (year: 2022–2038)
├── kpg193_ver2_0_{year}.png # Network visualization
├── network/
│ ├── m/KPG193_ver2_0_{year}.m # MATPOWER case file
│ ├── mat/KPG193_ver2_0_{year}.mat # MATPOWER case file (binary)
│ └── metadata/
│ ├── bus_metadata/
│ │ └── bus_metadata_{year}.csv
│ ├── expansion/
│ │ ├── gen_changes.csv
│ │ ├── line_changes.csv
│ │ └── dcline_changes.csv
│ └── generator_metadata/
│ └── generator_metadata_{year}.csv
├── profile/
│ ├── demand/ # demand_{day}.csv
│ ├── renewables/ # renewables_{day}.csv
│ └── commitment_decision/ # commitment_decision_{day}.csv
└── renewables_capacity/
├── solar_generators.csv
├── wind_generators.csv
└── hydro_generators.csv
Each profile directory contains one daily file per calendar day (365 files, or 366 files in leap years). Demand and renewable profile files contain 24 hours × 193 buses per day, while commitment files contain hourly on/off status values for conventional generators.
network/MATPOWER-compatible case files for each yearly 193-bus Korean transmission network scenario.
network/metadata/bus_metadata/bus_metadata_{year}.csv provides bus location and name metadata.
Column | Description |
|---|---|
| Bus ID |
| Geographic coordinates |
| Bus names in Korean and English |
network/metadata/expansion/Year-by-year generation and transmission expansion records based on Korea's 11th Basic Plan for Long-Term Electricity Supply and Demand (BPESD-11).
gen_changes.csv — generator additions and retirements
Column | Description |
|---|---|
| Plan ID and source |
| Plant name |
| Effective date |
|
|
| Fuel type |
| Bus ID |
| Output limits (MW) |
| Ramp limits |
line_changes.csv — AC branch additions
Column | Description |
|---|---|
| Plan ID and source |
| Effective date |
| Voltage class |
| From/to bus IDs |
| Branch parameters |
| Thermal limit (MVA) |
dcline_changes.csv — DC line additions
Column | Description |
|---|---|
| Effective date |
| DC voltage class |
| From/to bus IDs |
| Flow limits (MW) |
network/metadata/generator_metadata/generator_metadata_{year}.csv provides cost and technical parameters for conventional generators.
Column | Description |
|---|---|
| Generator and bus IDs |
| Plant and unit name |
| Maximum output (MW) |
| Fuel type |
| Fuel cost |
| Heat rate |
| No-load heat consumption |
| Cost coefficients |
| Cost function |
profile/demand/demand_{day}.csv provides hourly active and reactive demand by bus.
Column | Description |
|---|---|
| Hour of day |
| Bus ID |
| Active demand (MW) |
| Reactive demand (MVAr) |
profile/renewables/renewables_{day}.csv provides normalized renewable generation ratios by bus. Multiply each ratio by the installed capacity in renewables_capacity/ to obtain generation in MW.
Column | Description |
|---|---|
| Hour of day |
| Bus ID |
| Solar ratio |
| Wind ratio |
| Hydro ratio |
profile/commitment_decision/commitment_decision_{day}.csv provides hourly on/off status values for conventional generators.
Column | Description |
|---|---|
| Hour of day |
| Generator ID |
| 1 = on, 0 = off |
renewables_capacity/Installed renewable capacity by bus for solar, wind, and hydro resources.
Column | Description |
|---|---|
| Bus ID |
| Renewable type |
| Installed capacity |
| Minimum output |