The KPG 193 (Korean Power Grid 193-bus) is a synthetic test system representing the Korean power grid, developed exclusively from open-source data to support power system research and decarbonization studies. This test system captures Korea's unique characteristics: generation mix, renewable penetration, concentrated urban demand, and isolated grid structure.
The KPG 193 is an open Korean grid test system built entirely from publicly available sources, as detailed in:
Geonho Song and Jip Kim, "KPG 193: A Synthetic Korean Power Grid Test System for Decarbonization Studies," arXiv preprint arXiv:2411.14756, 2024.
Available at: https://arxiv.org/abs/2411.14756v2
The methodology involved:
Data collection from OpenStreetMap, KEPCO, KPX and municipal-level statistics
Spatial clustering based on KEPCO regional office locations to abstract sensitive details
Data processing including parameter for generators and transmission lines, and renewable generation profiles
Validation through Unit Commitment and AC Optimal Power Flow studies over 8760 hours

Component | Count | Description |
|---|---|---|
Buses | 193 | Network nodes representing substations and load centers |
Generators | 122 | Thermal units (Coal, LNG, Nuclear) |
Transmission Lines | 358 | AC transmission lines across voltage levels |
DC Lines | 1 | 500kV HVDC connection |
Voltage Levels | 4 | 765 kV (AC), 345 kV (AC), 154 kV (AC), and 500kV (DC) |
Geographic Areas | 5 | Regional divisions matching Korean grid structure |
Full year simulation: 365 days of hourly data (8,760 hours)
Demand profiles: Hourly load for all 193 buses
Renewable generation: Hourly capacity factors for solar, wind, and hydro
Weather data: Meteorological data(longwave flux, temperature, wind speed) from LDAPS
Reference solutions: Pre-computed commitment decisions for operation studies
The KPG 193 test system provides a comprehensive framework for simulating the Korean power grid with all necessary data for optimization studies.
The kpg193_v1_5/ directory contains all data files organized by category:
kpg193_v1_5/
├── LICENSE # Open Database License (ODbL) v1.0
├── kpg193_1.4_bus_index_update.csv # Bus ID mapping from v1.3 to v1.4+
│
├── network/ # Network topology and parameters
│ ├── m/KPG193_ver1_5.m # MATPOWER case file (text format)
│ ├── mat/KPG193_ver1_5.mat # MATPOWER case file (binary format)
│ └── location/bus_location.csv # Geographic coordinates for all buses
│
├── renewables_capacity/ # Installed renewable capacity by bus
│ ├── solar_generators_2022.csv # Solar PV capacity (193 buses)
│ ├── wind_generators_2022.csv # Wind capacity (193 buses)
│ └── hydro_generators_2022.csv # Hydro capacity (193 buses)
│
├── mustoff/ # Operational constraints
│ └── nuclear_mustoff.csv # Scheduled nuclear plant outages
│
└── profile/ # Temporal data (365 daily files each)
├── demand/ # Hourly demand profiles
│ ├── daily_demand_1.csv # Day 1 (January 1)
│ ├── daily_demand_2.csv # Day 2 (January 2)
│ └── ... # Days 3-365
│
├── renewables/ # Renewable generation profiles
│ ├── renewables_1.csv # Day 1 capacity factors
│ ├── renewables_2.csv # Day 2 capacity factors
│ └── ... # Days 3-365
│
├── weather/ # Meteorological data
│ ├── weather_1.csv # Day 1 weather variables
│ ├── weather_2.csv # Day 2 weather variables
│ └── ... # Days 3-365
│
└── commitment_decision/ # Reference UC solutions
├── commitment_decision_1.csv # Day 1 on/off decisions
├── commitment_decision_2.csv # Day 2 on/off decisions
└── ... # Days 3-365
Version | Updated | Major Changes |
|---|---|---|
v1.5 | 2025-12 | Generator locations corrected |
v1.4 | 2025-09 | Bus numbering standardized, improved clustering |
v1.3 | 2025-07 | Renewable generation profiles fixed |
v1.2 | 2025-02 | Updated generator costs/capacities |
v1.1 | 2024-12 | Changed slack bus (bus 1 → bus 52) |
v1.0 | 2024-11 | Initial public release |
If you use the KPG 193 test system in your research, please cite:
@article{song2024kpg193,
title={KPG 193: A Synthetic Korean Power Grid Test System for Decarbonization Studies},
author={Song, Geonho and Kim, Jip},
journal={arXiv preprint arXiv:2411.14756},
year={2024}
}
The test system is made available under the Open Database License (ODbL 1.0).
Research Paper: arXiv:2411.14756
Dataset Download: github.com/agm-center/kpg-testgrid
MATPOWER: MATPOWER User's Manual
OpenStreetMap: Data source for network topology