Skip to content
Conference

Simulation-Driven Short-Term Solar Power Forecasting using LSTM Neural Networks

Jul 2026 · 2026 International Conference on Intelligent and Sustainable AI Systems (ICOSAAS) · pp. 534-539 · 0 citations · 20 references

Abstract

The large-scale integration of photovoltaic (PV) systems into modern power grids impacts operational challenges in reducing the intermittency of solar irradiance. Short-term forecasting, especially with accurate result is essential for grid stability, economic dispatch, and demand-side management. However, the development of robust deep-learning models is frequently constrained by the limited readiness of high-quality and labeled actual generation data. This paper presents a simulation-driven methodology to address this data scarcity problem. A synthetic PV generation dataset is created using a deterministic mathematical model. This method captures the diurnal solar cycle, augmented with Gaussian stochastic noise to simulate the effects of cloud cover and atmospheric turbulence. A Long Short-Term Memory (LSTM) network in two layer is trained on the synthetic dataset and subsequently validated against real hourly PV generation data for Bali, Indonesia. This data was obtained from the PVGIS-ERA5 database. The method performs 1-hour-ahead sequence-to-point forecasting using a 6-hour retrospective window. A persistence baseline model is employed for comparative benchmarking. This experiment found that the LSTM outperforms the persistence baseline on both datasets significantly. For the empirical Bali PV dataset, the LSTM attains a Mean Absolute Error (MAE) and a Root Mean Square Error (RMSE) of 29.75 W and 43.31 W, respectively, with a corresponding R2 value of 0.9474. Compared to the persistence benchmark's MAE of 69.00 W, the network successfully cuts prediction error by 56.9%. These results validate both the simulation-driven training approach and the LSTM's capability for short-term solar forecasting under tropical conditions.

View source

Similar papers

Open access Aug 2026

Short-term PV power forecasting under real-world data constraints: a benchmark study of neural networks with uncertainty quantification

This study provides an in-depth comparative analysis of four state-of-the-art neural architectures, confirming that high-fidelity point forecasts and rigorously quantified uncertainty can be achieved simultaneously, providing a clear path toward more dependable PV dispatch, reserve allocation, and market participation.

Saloni Dhingra, G. Gruosso, G. Storti Gajani · 0 citations
Open access Jul 2026

Deep Learning for Solar Power Forecasting by Integrating Historical and Meteorological Data

With the global shift toward green energy, solar photovoltaic (PV) power has expanded rapidly. However, the unpredictable nature of PV generation, caused by changing weather conditions like irradiance and temperature, challenges grid stability and power scheduling. Therefore, developing smart forecasting models for high-precision PV power prediction is essential for modern grid management. This paper introduces an optimized forecasting framework using Long Short-Term Memory (LSTM) networks. By integrating historical power generation data with localized meteorological factors, a multivariate predictive model was developed and validated using empirical data from a 100 MW PV plant. Based on Pearson correlation analysis, four key features—temperature, direct normal irradiance (DNI), relative humidity, and cloud cover—were chosen as the main drivers of PV output. A multivariate LSTM model was then trained and carefully tested using time series cross-validation. Results show the multi-feature architecture consistently outperforms and surpasses single-feature benchmarks. Specifically, the model achieved a peak R2 of 0.9864 and minimum MAE of 1.4057 kW. Across four validation sets, R2 remained stable (0.9755–0.9836), with most errors tightly bounded within ±5 kW. These findings confirm the model’s excellent accuracy and its value for improving power system dispatch and resource planning.

Cheng He, Siyuan Zhao, Zhenshuo Guo et al. · 0 citations
Open access Jul 2026

Residential photovoltaic generation forecast via long short-term memory and transformer

A systematic comparison of Long Short-Term Memory and transformer-based architectures for deterministic short-term PV power forecasting using publicly accessible data from multiple climatic regions highlights the advantages of attention-based sequence modeling for PV applications and offers practical guidance on feature design, input horizon selection, and hyperparameter ranges for future data-driven PV forecasting studies.

Marcel Lüdecke, Elias Oppermann, Michel Meinert et al. · 0 citations
Open access Jul 2026

Ultra-Short-Term Photovoltaic Power Forecasting Based on a Hybrid Decomposition Linear Long Short-Term Memory Model

The rapid expansion of photovoltaic (PV) systems poses significant challenges to grid stability. Hybrid Energy Systems (HES) are intended to alleviate this volatility, yet their coordinated dispatch often remains suboptimal due to communication delays and ramp-rate constraints. Accurate ultra-short-term PV power forecasting is therefore essential, as it enables preemptive control and timely dispatch adjustments that unlock the full potential of HES. In this study, we propose a novel AI hybrid forecasting framework that integrates a rule-based model with a Decomposition Linear (DLinear) Long Short-Term Memory (LSTM) deep learning core, representing, to the best of our knowledge, a novel integration of a decomposition-based linear model (DLinear) with LSTM networks for ultra-short-term PV power forecasting. The DLinear component decomposes the time series into trend and remainder sequences, which are then independently modeled by separate LSTM networks to capture distinct dynamics. Using data from a 300 kWp PV power station, the framework achieves an average daily prediction accuracy exceeding 93% for both 5-min and 15-min horizons. The model reliably tracks power variations under sunny and rainy conditions, while under volatile cloudy weather its accuracy decreases but still captures essential fluctuation patterns. These results demonstrate the potential of the proposed framework for improving the dispatch and operational reliability of hybrid energy systems. However, further validation across additional seasons and sites is needed to establish broader generalizability.

Fuyan Huang, Gang Xiao, Keqin Wang et al. · 0 citations
Open access Jul 2026

Deep Learning-Based Load Forecasting Approachfor Smart Grids

The high penetration of renewable energy and the large-scale integration of electric vehicles have significantly enhanced the nonlinearity and non-stationarity of the smart grid load sequence. Traditional time series models struggle to meet the prediction requirements in complex scenarios. This paper focuses on three kinds of deep learning load forecasting methods: recurrent neural network variants, CNN hybrid architectures, and Transformers, and systematically conducts a comparative analysis of them from three dimensions: prediction accuracy, long-term dependency modeling ability and computational efficiency. The results show that the three types of architectures each have distinct advantages, and there is no universal optimal solution: the recurrent variant balances accuracy and efficiency in stationary short-term prediction, the CNN hybrid architecture is more robust in strong coupling scenarios such as extreme weather, and the Transformers' trend modeling ability is outstanding but the computational cost for long sequences is large. The pros and cons of each method are highly dependent on the stationarity of the specific scenario, the forecasting horizon, and resource constraints. The model selection must be based on the task characteristics rather than the pursuit of general solutions.

Qiuhui Jiang · 0 citations
Open access 2026

Solar Energy Production Forecasting With Hyperparameter-Optimized Time-Series Dense Encoder

Photovoltaic power production forecasting is essential for grid stability, market operation, and large-scale integration of renewable energy, yet it remains challenging due to the nonlinear and weather-driven nature of solar generation. This work introduces a fully automatic photovoltaic forecasting framework that combines the time-series dense encoder architecture with a genetic hyperparameter space explorer based on the non-dominated sorting genetic algorithm III. The proposed framework employs a computationally efficient encoder-decoder architecture that leverages historical photovoltaic production, sun-position features, and meteorological covariates, while evolutionary search adapts architectural and training configurations to each forecasting horizon. The approach is evaluated on a six-year real-world dataset from a solar farm in Colombia, covering short-, medium-, and long-term horizons. Across all experiments, the proposed method achieves strong results compared to statistical, machine learning, and deep learning baselines. In addition, a rigorous statistical evaluation provides detailed insight into the reliability and robustness of the forecasts. A complementary computational analysis quantifies training and inference complexity, showing that the proposed approach is computationally efficient and scalable. These results show that the proposed framework provides a promising approach for solar power forecasting, with potential to support energy planning, resource allocation, and the broader integration of renewable energy technologies.

Darius Peteleaza, Radu Sorostinean, A. Gellert et al. · 0 citations