Paper is printed here on 2026.01.22, and is indexed by EI on 2026.03.31.
P. He, L. Cheng, D. Paizulamu and Q. Ji, "A Two-Level Capacity Configuration Method for Hybrid Energy Storage System in Renewable Energy Base," 2025 IEEE International Conference on Smart Power and Energy Technologies (SPET), Wuhan, China, 2025, pp. 1-6, doi: 10.1109/SPET67577.2025.11335805.
Raw Data from PJM midatl 2024.01.01-2024.12.31 is in oneyear.npz, but oneyear.npz is LOST after data preprocess. Cluster data is in scenarios.npz
project/
βββ data/
β βββ scenarios.npz # Pre-processed cluster data
βββ results/ # Simulation output records
β βββ figs/ # Generated result figures
β βββ table/ # Generated result performance tables
β βββ *.csv # Various case outputs, sensitivity analysis, and search results
βββ src/ # Source code directory
β βββ case.py # Case study implementation and configuration
β βββ data_pre.py # Data preprocessing script (Raw data processing)
β βββ post-table.py # Summary and organization of result tables
β βββ post-visual.py # Data visualization for results
β βββ scenarios.py # Scenario generation and clustering
β βββ search.py # Search algorithms for optimal configuration
βββ readme.md # Project documentation