
Probabilistic Grid Reliability Analysis with Energy Storage Systems (ProGRESS) is an open-source, Python-based software tool for assessing the resource adequacy of modern electric power systems with high penetrations of energy storage systems (ESS), variable energy resources (VER), and emerging large loads such as AI data centers. ProGRESS employs a Markov Chain Monte Carlo (MCMC) stochastic simulation engine to generate thousands of diverse operating scenarios that capture the uncertainty and variability of future power systems.
The tool includes detailed, state-of-the-art ESS models that represent charge-discharge behavior, state-of-charge (SOC) evolution, failures, repairs, and technology-specific degradation mechanisms, enabling realistic assessment of storage availability and performance over time. Multiple ESS operating modes are supported, including reliability mode, economic dispatch mode, and market participation mode through integration with the QuESt PCM tool, allowing users to evaluate storage performance under a variety of operational strategies.
ProGRESS also models the uncertainty associated with VERs by incorporating historical weather-driven generation data, enabling users to simulate thousands of diverse generation scenarios that reflect realistic operating conditions. Users can build custom power system models, download and integrate historical VER datasets through supported APIs, and perform comprehensive probabilistic reliability analyses. The software quantifies expected outage frequency, duration, and magnitude using industry-standard reliability metrics while also providing detailed reliability assessments at the individual bus level, enabling users to identify localized reliability risks and evaluate the impact of storage and generation resources across the network.
By combining advanced stochastic simulation, detailed component modeling, and flexible ESS operating strategies, ProGRESS enables planners, researchers, and system operators to evaluate reliability tradeoffs, assess the value of energy storage, and make informed decisions for the planning and operation of future electric grids.
Key Features
- Probabilistic resource-adequacy assessment: Uses sequential Monte Carlo simulation to model stochastic failures and repairs of generators, transmission lines, and energy-storage systems. It calculates reliability metrics including LOLP, LOLH, LOLE, LOLF, EUE, EPNS, and mean outage duration.
- Comprehensive energy-storage modeling: Represents ESS charge/discharge behavior, state of charge, efficiency, operating limits, duration, component availability, failures, and repairs. It supports single-period reliability operation and multi-period economic dispatch, as well as chemistry-specific degradation models for LMO, LFP, NMC, and NCA batteries. Degradation can account for depth of discharge, state of charge, C-rate, cycling, and temperature using an optional PyBaMM thermal model.
- Flexible power-system and optimization models: Supports copper-sheet, zonal, and nodal network representations, enabling users to balance computational speed and transmission detail. Configurable optimization horizons support both reliability-focused operation and multi- period dispatch considering generation costs, renewable curtailment, storage scheduling, and load shedding.
- Variable generation and uncertainty modeling: Accepts user-provided variable generation data or downloads ERA5 meteorological data through the Copernicus Climate Data Store. Solar generation is calculated using pvlib and modeled stochastically with k-means clustering and month-specific probabilities. Wind generation uses configurable turbine power curves and transition-rate matrices.
- Data-center load modeling: Incorporates data-center demand into resource-adequacy studies using user-provided collections of load profiles. ProGRESS randomly selects a profile for each Monte Carlo sample, adds it to matching system load buses, and can aggregate bus- level data-center demand into zone-level profiles for zonal studies.
- Production-cost-model integration: Integrates with QuESt PCM for detailed nodal day-ahead unit commitment and economic dispatch, including generator and transmission outages, renewable availability, storage constraints, ancillary services, and optional pricing calculations.
- Detailed results and visualization: Generates per-sample records for load curtailment, generator dispatch, transmission flows, ESS state of charge, and ESS capacity. Aggregate outputs include reliability indices, convergence plots, outage heat maps, and bus- level outage frequency and magnitude rankings. A built-in results browser can be used to preview CSV, Excel, PDF, PNG, text, JSON, and HTML results.
- Accessible and scalable workflows: Provides a desktop GUI for data preparation, validation, simulation configuration, execution, logging, and results review. Simulations can also run from the command line or across multiple MPI processes on high-performance computing systems.
- Customizable and reproducible open-source platform: Uses documented CSV schemas for custom grid, load, storage, solar, and wind datasets, with an RTS-GMLC example included. Its modular Python architecture supports research extensions, while timestamped result directories and saved configuration snapshots make runs easier to reproduce.
