The application of WUTP-CNN-GRU model in power prediction of desert and floating photovoltaic system – Nature

Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.
Advertisement
Scientific Reports volume 15, Article number: 42576 (2025)
743 Accesses
Metrics details
Due to the intermittent nature of solar energy and meteorological uncertainty, accurate photovoltaic (PV) power generation prediction is crucial to grid stability. In this study, a new WUTP-CNN-GRU hybrid model is proposed based on the in-depth study and analysis of the measured data of Dongdatan desert and Yangzhong floating PV power stations. Firstly, focusing on the data preprocessing link, the fuzzy C-means clustering (FCM) method is innovatively introduced to effectively divide the weather types, and the prediction models suitable for different working conditions such as sunny, cloudy and rainy days are constructed based on the classification results. The model integrates CNN and GRU architecture, and introduces WUTP algorithm to optimize hyperparameters. The comparison experiments with WOA, PSO and DB0 optimization models show that the estimated performance of this model is significantly better than that of the comparison model, and it shows excellent adaptability and stability under different weather conditions, which provides an effective solution for smart grid management and PV system optimization.
In response to the environmental and energy crisis, the world is actively promoting the transformation of energy systems to renewable energy and is committed to building an efficient, sustainable, low-carbon energy framework1. Faced with the continued growth in energy demand and the depletion of traditional fossil fuels, vigorously developing renewable energy has become a feasible path to alleviate environmental degradation and energy shortages2. Among them, solar energy has been widely used and developed rapidly in recent years due to its clean and pollution-free characteristics and significant economic and environmental advantages3. However, solar PV power generation is significantly affected by weather factors, and its strong randomness and intermittency can easily lead to fluctuations in grid voltage, current and frequency, posing severe challenges to power dispatching4,5,6. Therefore, the development of accurate PV power generation prediction technology is the key to dealing with its uncertainty7,8.
PV power generation forecast classification is mainly based on the forecast time scale, input data, and forecast method. The following are common forecast methods. According to the prediction time scale, PV power generation forecasts are usually divided into four categories: ultra-short term (0–4 h), short term (1–7 days), medium term (1 week–1 month) and long term (next few months)9. Among them, short-term and ultra-short-term forecasts can provide highly reliable information, which is an important basis for spot transactions in the electricity market and real-time grid dispatching10,11. Current research mainly focuses on the fields of ultra-short-term and short-term forecasts12. However, the inherent strong randomness, intermittency and uncertainty of PV power generation make the screening of training data samples challenging. The accuracy of existing forecasting technologies, especially under unconventional weather conditions such as cloudy and thunderstorms, is still difficult to meet the requirements of practical applications13.
According to different prediction mechanisms, PV power generation prediction models are divided into four categories: physical models, statistical models, deep learning models and hybrid models14,15,16. Physical models rely on accurate system parameters and meteorological data and are suitable for long-term predictions17,18,19. Statistical models mainly rely on historical data and are good at short-term power prediction20,21. Gao et al.22 proposed to apply discrete gray model (DGM) combined with historical power data of adjacent dates to correct hourly power forecasts for non-ideal weather conditions to overcome the volatility problem of day-ahead predictions. The deep learning model is good at automatically extracting data features through multi-level nonlinear transformation, especially for processing complex data23,24. QPFNet, a deep learning model developed by Zhou et al.25 uses the basic meteorological elements in the ERA5 reanalysis dataset to fit the nonlinear relationship between them and precipitation, and achieves better prediction performance than traditional methods. Sun et al.26 designed a dedicated convolutional neural network ‘ SUNSET ‘ to predict the average PV power in the next 15 min. In contrast, the hybrid model shows stronger competitiveness in prediction efficiency and accuracy by integrating the advantages of multiple models. Qu and other27 scholars proposed an attention-based long-term and short-term neural network prediction model (ALSM). The model is assembled using CNN, LSTM and attention mechanism in the multi-correlation and target variable prediction mode to achieve hourly PV power prediction for the next day.
It is noteworthy that advanced deep learning approaches have demonstrated remarkable performance in time-series prediction tasks across various domains. For instance, in trajectory prediction, the CORR-CNN-BiLSTM-Attention model28 and temporal convolutional network with dual attention mechanisms29 have shown excellent capability in capturing spatiotemporal dependencies, providing valuable insights for PV power forecasting that similarly involves complex temporal patterns. Furthermore, optimization algorithms for hyperparameter tuning have been extensively employed in engineering applications. Improved optimization techniques such as the Enhanced Dung Beetle Optimizer30 and Harris Hawk Optimization31 have demonstrated superior performance in parameter identification and prediction tasks, while Extreme Learning Machines32 have shown efficiency in regression problems. These methodologies offer promising alternatives for enhancing PV prediction model performance.
In the broader context of power system forecasting, deep learning approaches have also shown significant advances. For probabilistic load forecasting, the non-crossing sparse group Lasso-quantile regression deep neural network33 represents a state-of-the-art approach that could be adapted for probabilistic PV power forecasting. For floating systems specifically, the challenges of distributed data learning in marine environments have been addressed through innovative approaches like event-triggered federated learning for offshore wind turbine fault diagnosis34, which could provide valuable insights for distributed floating PV system monitoring and prediction.
The above research shows that due to the intermittent and uncertain nature of solar energy, PV data is easily affected by weather conditions. The classification and prediction of different weather types is another difficult point in PV power prediction, especially the prediction of different weather types, whose accuracy will directly affect the effectiveness of classification forecast35. Despite these advances, several critical research gaps remain in PV power prediction:
(1) Training Data Limitations Due to the high randomness of solar energy, the correlation between data samples is low. Most existing studies choose historical data as training sets, which contain many irrelevant or low-correlation samples, adversely affecting model robustness.
(2) Model Adaptability Challenges For unconventional weather conditions, insufficient historical data makes it difficult for models to learn the complex relationship between weather variables and PV output. Although separate CNN and GRU models have been widely studied, research on their integration for PV prediction remains limited.
(3) Limited Cross-Domain Methodology Transfer While advanced deep learning and optimization approaches have proven effective in related domains (trajectory prediction, parameter identification, load forecasting), their application to PV power prediction, particularly for specialized scenarios like floating systems, remains underexplored.
(4) Inadequate Handling of Complex Environments Floating PV systems present unique challenges due to their aquatic environment, including water surface reflectance, humidity effects, and wave-induced oscillations, which are not adequately addressed in current prediction models.
To address these limitations, this study makes the following contributions:
We propose a novel WUTP-CNN-GRU hybrid model that integrates plant-inspired optimization with deep learning architecture for enhanced PV power prediction.
We introduce a weather-type classification framework using fuzzy C-means clustering to improve model adaptability across different meteorological conditions.
We conduct comprehensive experiments on both desert and floating PV systems, demonstrating the model’s robustness across diverse environmental conditions.
We establish extensive benchmarks including classical statistical models (ARIMA, SVR), modern deep learning architectures (Transformer), and optimization algorithms (WOA, PSO, DB0) to thoroughly validate our approach.
The structure of this paper is organized to facilitate readers’ comprehension and evaluation. The remaining chapters are organized as follows: Section “Methods” details the data source and preprocessing, model composition, optimization algorithm, and accuracy evaluation method. Section “Case analysis” presents the experimental results, analyzes model performance, and provides comprehensive discussion. Section “Conclusion” summarizes the main conclusions and suggests future research directions.
In the actual scenario of PV power prediction, due to mechanical failures of equipment, extreme weather disturbances, and human operational errors, the original data generally has problems such as missing records and numerical anomalies, which greatly affects the accuracy of the prediction36. The main purpose of this study is to propose a robust and high-precision PV power prediction method using a hybrid model. The following sections detail the source and preprocessing of the data, the composition of the hybrid model, the optimization algorithm, and the accuracy evaluation method.
To systematically evaluate the adaptability and robustness of the proposed model, this study aims to rigorously verify its cross-scenario generalization capability by comparing performance under extreme environmental conditions. For this purpose, we deliberately selected two PV power stations with sharply contrasting climatic and geographical conditions as test cases: the Dongdatan Desert PV Station in Gansu Province, representing a typical continental arid climate, and the Yangzhong Floating PV Station in Jiangsu Province, representing a humid subtropical climate. The primary objective of this site selection strategy is not to achieve extensive geographical coverage, but to construct an effective stress test bed for examining the model’s generalization capability.
The data in this article comes from the Dongdatan PV Power Generation Project. The region has a typical continental temperate arid climate, with sufficient sunlight, dry climate, large temperature differences between day and night and four seasons, and longer daylight hours in summer. The dataset includes 8 key meteorological parameters, including TSR, AT, PT, WS, WD, P, RH, and RP, totaling 9761 sets of data. In order to eliminate the influence of inter-feature dimensions and data comparability, the data samples are normalized, and the formula is shown in Eq. (1). After the model is trained, Eq. (2) is used for denormalization.
The Spearman correlation coefficient method is used to analyze meteorological factors. The main factors affecting PV power generation are selected and their correlation with meteorological factors such as TSR, AT, PT, WS, WD, P, RH, and RP is analyzed.
The analysis results show that solar radiation parameters (TSR) show the strongest correlation with PV output power. Based on this, the meteorological variables selected for model input are TSR, AT, PT WS and RP. The remaining parameters (WD, P, RH) are excluded from the model input because they have a low correlation with PV output power and are considered redundant features37.
FCM is a classic clustering algorithm and is currently the most widely used clustering algorithm38,39. By introducing the concept of “membership”, data points are allowed to belong to multiple clusters with different probabilities. FCM is more suitable for data with fuzzy boundaries (such as weather state transitions and mixed meteorological characteristics). For each data point ({x}_{i}) and cluster j, the membership ({u}_{ij}epsilon [text{0,1}]) is defined to satisfy Eq. (3)
The formula for minimizing the weighted distance square sum is shown in formula (4):
The iterative optimization steps are as follows:
Initialization: Randomly generate a membership matrix U whose row sum is 1.
Update cluster center: The calculation formula is shown in (5).
Update membership: The calculation formula is shown in formula (6):
Termination condition: When ({u}_{ij}) satisfies formula (7), the iteration process stops.
The calculation process of the FCM clustering algorithm is shown in Fig. 1.
The calculation process of the FCM clustering algorithm.
LSTM is an enhanced recurrent neural network designed specifically for sequence modeling. Its core structure includes memory cells and three gating mechanisms (input gate, forget gate, and output gate), which work together to dynamically capture and transmit long-term dependencies40,41. GRU, as a new architecture with a similar concept to LSTM, also optimizes sequence modeling capabilities through gating mechanisms. Its streamlined design uses reset gates and update gates to replace the three-gate structure of LSTM, reducing model complexity while retaining the ability to capture long-term dependencies42,43.
WUTP is a novel meta-heuristic optimization algorithm, which is inspired by the water transport mechanism and transmembrane flow dynamics in plants44. The algorithm simulates the complete process of water absorption from soil to roots and transport from xylem to leaves, and draws on the adaptive characteristics of plant water management to efficiently deal with high-dimensional continuous and mixed optimization problems. The core mechanism of WUTP is to simulate the change of pressure gradient in water flow, so as to balance the global exploration and local utilization behavior. Its mathematical model provides a theoretical guarantee for efficient search in solution space.
Different from PSO, WOA, DB0 and other algorithms based on animal behavior, WUTP algorithm is unique, and its design inspiration comes from the water transport mechanism in plants. The algorithm uses pressure gradient as the core power to simulate the physical and physiological processes of water transport from high water potential area to low water potential area in plants. Its biggest advantage lies in the pioneering introduction of plant bionic principle, and with the help of this mechanism, it achieves a highly adaptive balance between exploration and development, showing unique optimization performance.
As a new meta-heuristic optimization algorithm, the optimization performance of WUTP is directly affected by the setting of core parameters such as population initialization and water flow movement. The specific parameters used in this study are detailed in Table 1.
As shown in Fig. 2 based on the efficient feature extraction capability of CNN and the performance advantage of GRU in time series input data mining. This paper constructs a PV power prediction model based on WUTP-CNN-GRU, which is a prediction algorithm based on WUTP, LSTM and CNN-GRU. Compared with other prediction models, this model has higher prediction accuracy and faster training convergence speed. WUTP is used to find the optimal hyperparameters of the CNN-GRU prediction model and optimize the objective function through continuous optimization. WUTP significantly improves the prediction performance of the CNN-GRU model.
CNN-GRU prediction algorithm based on WUTP optimization.
Three widely used evaluation indicators, namely root mean square error (RMSE), mean absolute error (MAE) and coefficient of determination (R2), were used to evaluate the prediction performance of each model45,46,47. These evaluation indicators enable us to measure the prediction ability of the model from different perspectives. The formulas are as follows (8)–(10):
This study proposes a systematic hybrid modeling framework, the overall workflow of which is illustrated in Fig. 3 and comprises the following three key phases:
The overall framework of WUTP-CNN-GRU hybrid model.
First, in the data preprocessing and weather pattern classification stage, raw data undergo cleaning and normalization. Subsequently, fuzzy C-means clustering is employed to categorize weather conditions into several typical types (sunny, cloudy, and rainy) based on key meteorological features, thereby providing a structured input foundation for subsequent modeling.
Second, in the parallel sub-model construction and optimization phase, an independent CNN-GRU prediction sub-model is built for each specific weather type. This model first extracts spatial-local features from the input sequences via CNN, and then captures long-term temporal dependencies using GRU. To further enhance model performance, the WUTP optimization algorithm is introduced as an automated hyperparameter tuning mechanism, forming a closed-loop optimization process guided by prediction errors such as RMSE. By continuously searching for key hyperparameters (including learning rate, number of layers, and quantity of convolutional filters, among others), the algorithm significantly improves the prediction accuracy and training convergence efficiency of each sub-model.
Finally, in the prediction output stage, the system automatically identifies the weather category of real-time meteorological data and invokes the corresponding WUTP-optimized CNN-GRU sub-model to generate high-accuracy power prediction results.
On the same PV power generation dataset, the performance of different prediction models shows significant differences. In order to comprehensively evaluate the prediction accuracy of the CNN-GRU model proposed in this paper and its adaptability in a changing environment, this study systematically compared it with a variety of representative time series prediction models, including LSTM, GRU, CNN-LSTM and CNN-BILSTM. The above models have been applied to PV power generation prediction tasks under a variety of typical weather conditions. Figure 3 intuitively shows the comparison between the prediction results of each model under different weather conditions and the actual power generation curve.
As shown in Fig. 4 in the PV power prediction task under different weather conditions, the prediction curve of the CNN-GRU model is highly consistent with the actual observation value, and its trajectory is closely consistent and the fluctuation characteristics are highly consistent. In contrast, the prediction results of other basic models show different degrees of deviation. This visual comparison fully proves that the proposed model has excellent environmental robustness and time series prediction accuracy, and can effectively capture the nonlinear dynamic characteristics of PV systems under complex meteorological conditions. In order to further quantify the performance differences of each model, Table 1 systematically summarizes the comparison results of key evaluation indicators (including MAE, RMSE, R2 and MSE), and provides data support for model advantages.
Prediction results under different weather conditions. (a) Sunny day (b) Overcast day (c) Rainy day.
As shown in Table 2, the evaluation indicators of the CNN-GRU hybrid model in this study highlight significant competitive advantages. Compared with the traditional LSTM model and other comparative benchmarks, CNN-GRU has shown better prediction performance under various complex meteorological conditions. Not only has it achieved higher prediction accuracy on this dataset, but more importantly, it has shown excellent robustness and generalization adaptability when dealing with PV power prediction tasks under different weather conditions (such as sunny, overcast, rainy). It has the lowest error and the highest determination coefficient, indicating its superiority in prediction tasks.
In order to further demonstrate the superiority of the CNN-GRU model, the WOA, PSO, DB0, and WUTP algorithms are used to optimize the CNN-GRU. The PV power prediction results of each model under rainy conditions are shown in Fig. 5. It can be seen from the figure that the prediction curve of the WUTP-CNN-GRU model is consistent with the actual curve. It can be seen from Table 3 that the results of the WUTP-CNN-GRU model are better. In terms of R2, it is 2.59%, 1.59%, and 0.99% higher than the WOA model, PSO model, and DB0 model, respectively. RMSE decreased by 0.3061, 0.214, and 0.1473, respectively. MAE decreased by 0.1962, 0.1334, and 0.0905, respectively. MSE decreased by 0.2349, 0.1445, and 0.0896, respectively.
Prediction results of different algorithm optimization models.
In order to improve the prediction accuracy of the verification model, the 21-year data in Jiangsu Yangzhong station were selected for prediction. WD, WS, P, T and DSR were used as the input features of the model, and RP was used as the output feature. The weather was classified and optimized by optimization algorithm. The Fig. 6 shows the prediction results under three weather types on the lake surface. In addition, Table 4 gives the evaluation indexes of different models. It can be seen from the table that the performance of CNN-GRU model is the best under any working condition, and its R2 value is above 0.99. It can be seen that CNN extracting spatial features can effectively improve the accuracy and robustness of time series prediction.
Prediction results under different weather conditions in Yangzhong station. (a) Sunny day (b) Overcast day (c) Rainy day.
As shown in Fig. 7, the comparison of the prediction results of CNN-GRU models under different optimization algorithms shows that the WUTP-CNN-GRU model can accurately capture the fluctuation characteristics of the actual power curve and show the best fitting performance in all evaluation models. Table 5 lists the evaluation indexes of the corresponding models of four optimization algorithms (WOA, PSO, DB0, WUTP) in detail. Among them, the R2 values of the models based on WOA, PSO, DB0 and WUTP are 0.9607, 0.9658, 0.9759 and 0.9926, respectively. It is worth emphasizing that the highest R2 value (0.9926) obtained by the WUTP model fully highlights the excellent predictive ability and stability of the optimization model.
The results of CNN-GRU model optimized by different algorithms in Yangzhong station.
This study innovatively proposes a novel WUTP-CNN-GRU model specifically designed for PV power prediction, which deeply integrates advanced technologies including CNN, GRU, and WUTP. Significant innovations are demonstrated in the following aspects:
Algorithm Integration Innovation A WUTP-optimized CNN-GRU hybrid model is proposed for power prediction in both desert and floating PV systems. The plant-inspired WUTP algorithm is introduced to PV power prediction for the first time, achieving deep integration with the CNN-GRU architecture and enabling adaptive hyperparameter optimization that overcomes the tendency of conventional optimization algorithms to converge to local optima. In comparative experiments with other benchmark models, the WUTP-CNN-GRU model consistently demonstrates superior performance, achieving higher R2 values while maintaining the lowest MAE, MSE, and RMSE metrics.
Structural Design Innovation Key features are effectively screened through Spearman correlation analysis to eliminate redundancies. A parallel “weather clustering + sub-model” prediction framework is implemented, where FCM clustering enables precise weather type classification, and dedicated CNN-GRU sub-models are constructed for distinct weather conditions. This design significantly enhances the model’s adaptability to variable meteorological patterns, demonstrating excellent robustness.
Significant Performance Improvement Comprehensive validation conducted across two typical climatic regions—the arid Dongdatan and the humid Yangzhong Station—shows that the model not only significantly outperforms a series of baseline models in prediction accuracy but also exhibits exceptional cross-scenario adaptability. This provides a more universal solution for power prediction in PV systems across diverse geographical locations.
Although the proposed WUTP-CNN-GRU model demonstrates excellent performance under typical meteorological conditions, it still exhibits certain limitations. The current model has not been validated for predicting extreme weather events such as typhoons and sandstorms. Enhancing predictive capability for extreme weather requires integrating multi-source data including satellite cloud images, radar, and NWP to develop a more perceptive forecasting framework. Additionally, the training process incurs high computational costs due to hyperparameter search. Improving engineering application efficiency involves developing distributed and parallelized versions of the WUTP algorithm to facilitate rapid deployment and application of the model in ultra-large-scale PV clusters.
The datasets generated and analyzed during the current study are available from the corresponding author on reasonable request.
Liu, Z. F. et al. A novel bimodal feature fusion network-based deep learning model with intelligent fusion gate mechanism for short-term photovoltaic power point-interval forecasting. Energy 303, 131947 (2024).
Article  Google Scholar 
Li, F., Zheng, H. & Li, X. A novel hybrid model for multi-step ahead photovoltaic power prediction based on conditional time series generative adversarial networks. Renew. Energy 199, 560–586. https://doi.org/10.1016/j.renene.2022.08.134 (2022).
Article  Google Scholar 
Koo, C., Hong, T., Jeong, K., Ban, C. & Oh, J. J. E. Development of the smart photovoltaic system blind and its impact on net-zero energy solar buildings using technical-economic-political analyses. Energy 124, 382–396 (2017).
Article  Google Scholar 
Liu, Z.-F., Li, L.-L., Tseng, M.-L. & Lim, M. K. J. J. O. C. P. Prediction short-term photovoltaic power using improved chicken swarm optimizer-extreme learning machine model. J. Clean. Product. 248, 119272 (2020).
Article  Google Scholar 
Chen, J. et al. Study on impacts of dust accumulation and rainfall on PV power reduction in East China. Energy 194, 116915 (2020).
Article  Google Scholar 
Maghami, M. R. et al. Power loss due to soiling on solar panel: A review. Renew. Sustain. Energy Rev. 59, 1307–1316 (2016).
Article  Google Scholar 
Liu, J., Fang, W., Zhang, X. & Yang, C. J. I. T. O. S. E. An improved photovoltaic power forecasting model with the assistance of aerosol index data. IEEE Trans. Sustain. Energy 6, 434–442 (2015).
Article  ADS  Google Scholar 
Saber, E. M., Lee, S. E., Manthapuri, S., Yi, W. & Deb, C. J. E. PV (photovoltaics) performance evaluation and simulation-based energy yield prediction for tropical buildings. Energy 71, 588–595 (2014).
Article  Google Scholar 
Hu, Z., Gao, Y., Ji, S., Mae, M. & Imaizumi, T. Improved multistep ahead photovoltaic power prediction model based on LSTM and self-attention with weather forecast data. Appl. Energy 359, 122709. https://doi.org/10.1016/j.apenergy.2024.122709 (2024).
Article  Google Scholar 
Han, S. et al. Mid-to-long term wind and photovoltaic power generation prediction based on copula function and long short term memory network. Appl. Energy 239, 181–191 (2019).
Article  ADS  Google Scholar 
Li, C., Zhou, C., Peng, W., Lv, Y. & Luo, X. J. E. Accurate prediction of short-term photovoltaic power generation via a novel double-input-rule-modules stacked deep fuzzy method. Energy 212, 118700 (2020).
Article  Google Scholar 
Mei, F., Pan, Y., Zhu, K. & Zheng, J. J. S. A hybrid online forecasting model for ultrashort-term photovoltaic power generation. Sustainability 10, 820 (2018).
Article  ADS  Google Scholar 
Wang, F. et al. Solar irradiance feature extraction and support vector machines based weather status pattern recognition model for short-term photovoltaic power forecasting. Energy Build. 86, 427–438 (2015).
Article  Google Scholar 
Li, Q. et al. A multi-step ahead photovoltaic power prediction model based on similar day, enhanced colliding bodies optimization, variational mode decomposition, and deep extreme learning machine. Energy 224, 120094. https://doi.org/10.1016/j.energy.2021.120094 (2021).
Article  Google Scholar 
Sobri, S., Koohi-Kamali, S., Rahim, N. A. J. E. C., & Management. Solar photovoltaic generation forecasting methods: A review. Energy conversion management. 156, 459–497 (2018).
Das, U. K. et al. Forecasting of photovoltaic power generation and model optimization: A review. Renew. Sustain. Energy Rev. 81, 912–928 (2018).
Article  Google Scholar 
Song, J., Wang, J. & Lu, H. J. A. E. A novel combined model based on advanced optimization algorithm for short-term wind speed forecasting. Appl. Energy 215, 643–658 (2018).
Article  ADS  Google Scholar 
Dai, H. et al. A short-term PV power forecasting method based on weather type credibility prediction and multi-model dynamic combination. Energy Convers. Manag. 326, 119501. https://doi.org/10.1016/j.enconman.2025.119501 (2025).
Article  Google Scholar 
Meng, J., Yuan, Q., Zhang, W., Yan, T. & Kong, F. J. S. Short-term prediction of rural photovoltaic power generation based on improved dung beetle optimization algorithm. Sustainability. 16, 5467 (2024).
Article  ADS  Google Scholar 
Huang, C. & Yang, M. J. E. Memory long and short term time series network for ultra-short-term photovoltaic power forecasting. Energy 279, 127961 (2023).
Article  Google Scholar 
Miraftabzadeh, S. M. & Longo, M. High-resolution PV power prediction model based on the deep learning and attention mechanism. Sustain. Energy Grids Netw. 34, 101025. https://doi.org/10.1016/j.segan.2023.101025 (2023).
Article  Google Scholar 
Gao, M., Li, J., Hong, F. & Long, D. Day-ahead power forecasting in a large-scale photovoltaic plant based on weather classification using LSTM. Energy 187, 115838. https://doi.org/10.1016/j.energy.2019.07.168 (2019).
Article  Google Scholar 
Zhang, C., Peng, T. & Nazir, M. S. A novel integrated photovoltaic power forecasting model based on variational mode decomposition and CNN-BiGRU considering meteorological variables. Electric Power Syst. Res. 213, 108796. https://doi.org/10.1016/j.epsr.2022.108796 (2022).
Article  Google Scholar 
Acikgoz, H. J. A. E. A novel approach based on integration of convolutional neural networks and deep feature selection for short-term solar radiation forecasting. Appl. Energy 305, 117912 (2022).
Article  Google Scholar 
Zhou, K., Sun, J., Zheng, Y. & Zhang, Y. Quantitative precipitation forecast experiment based on basic NWP variables using deep learning. Adv. Atmos. Sci. 39, 1472–1486. https://doi.org/10.1007/s00376-021-1207-7 (2022).
Article  Google Scholar 
Sun, Y., Venugopal, V. & Brandt, A. R. Short-term solar power forecast with deep learning: Exploring optimal input and output configuration. Sol. Energy 188, 730–741. https://doi.org/10.1016/j.solener.2019.06.041 (2019).
Article  ADS  Google Scholar 
Qu, J., Qian, Z. & Pei, Y. Day-ahead hourly photovoltaic power forecasting using attention-based CNN-LSTM neural network embedded with multiple relevant and target variables prediction pattern. Energy 232, 120996. https://doi.org/10.1016/j.energy.2021.120996 (2021).
Article  Google Scholar 
Gao, Z., Zhang, D. & Yi, W. J. E. S. W. A. Projectile trajectory and launch point prediction based on CORR-CNN-BiLSTM-Attention model. Expert Syst. Appl. 275, 127045 (2025).
Article  Google Scholar 
Gao, Z. & Yi, W. J. M. Trajectory prediction method for incoming guided projectiles based on the fusion of temporal convolutional network and dual attention mechanisms. Measurement 257, 118906 (2025).
Article  Google Scholar 
Gao, Z. & Yi, W. J. M. Optimizing projectile aerodynamic parameter identification of kernel extreme learning machine based on improved dung beetle optimizer algorithm. Measurement 239, 115473 (2025).
Article  Google Scholar 
Gao, Z. & Yi, W. J. M. Prediction of projectile interception point and interception time based on harris hawk optimization-convolutional neural network-support vector regression algorithm. Mathematics 13, 338 (2025).
Article  Google Scholar 
Gao, Z. & Yi, W. J. M. Prediction of projectile impact points and launch conditions based on extreme learning machine. Measurement 252, 117308 (2025).
Article  Google Scholar 
Lu, S., Xu, Q., Jiang, C., Liu, Y. & Kusiak, A. J. E. Probabilistic load forecasting with a non-crossing sparse-group Lasso-quantile regression deep neural network. Energy 242, 122955 (2022).
Article  Google Scholar 
Lu, S. et al. Event-triggered federated learning for fault diagnosis of offshore wind turbines with decentralized data. IEEE Trans. Autom. Sci. 21, 1271–1283 (2023).
Article  Google Scholar 
Zhou, H. et al. Comprehensive evaluation methods for photovoltaic output anomalies based on weather classification. Renew. Energy 231, 120908. https://doi.org/10.1016/j.renene.2024.120908 (2024).
Article  Google Scholar 
Sun, F. et al. Photovoltaic power prediction based on multi-scale photovoltaic power fluctuation characteristics and multi-channel LSTM prediction models. Renew. Energy. 246, 122866. https://doi.org/10.1016/j.renene.2025.122866 (2025).
Article  Google Scholar 
Zhou, N., Shang, B., Xu, M., Peng, L. & Feng, G. J. G. E. I. Enhancing photovoltaic power prediction using a CNN-LSTM-attention hybrid model with Bayesian hyperparameter optimization. Glob. Energy Interconnect. 7, 667–681 (2024).
Article  Google Scholar 
Gu, B., Shen, H., Lei, X., Hu, H. & Liu, X. J. A. E. Forecasting and uncertainty analysis of day-ahead photovoltaic power using a novel forecasting method. Appl. Energy 299, 117291 (2021).
Article  Google Scholar 
Sun, F. et al. Short-term PV power data prediction based on improved FCM with WTEEMD and adaptive weather weights. J. Build. Eng. 90, 109408 (2024).
Article  Google Scholar 
Wang, F. et al. Generative adversarial networks and convolutional neural networks based weather classification model for day ahead short-term photovoltaic power forecasting. Energy Convers. Manage. 181, 443–462. https://doi.org/10.1016/j.enconman.2018.11.074 (2019).
Article  ADS  Google Scholar 
Fan, G.-F., Feng, Y.-W., Peng, L.-L., Huang, H.-P. & Hong, W.-C.J.R.E. Uncertainty analysis of photovoltaic power generation system and intelligent coupling prediction. Renew. Energy 234, 121174 (2024).
Article  Google Scholar 
Dhaked, D. K. et al. Exploring the landscape of deep learning for solar photovoltaic power output forecasting: A review. Renew. Energy Focus 53, 100682 (2025).
Article  Google Scholar 
Dai, Y., Wang, Y., Leng, M., Yang, X. & Zhou, Q. J. E. LOWESS smoothing and random forest based GRU model: A short-term photovoltaic power generation forecasting method. Energy 256, 124661 (2022).
Article  Google Scholar 
Braik, M., Al-Hiary, H. J. N. C. & Applications. A novel meta-heuristic optimization algorithm inspired by water uptake and transport in plants. Neural Comput. Appl. 37, 13643–13724 (2025).
Zhou, D., Liu, Y., Wang, X., Wang, F. & Jia, Y. J. E. Combined ultra-short-term photovoltaic power prediction based on CEEMDAN decomposition and RIME optimized AM-TCN-BiLSTM. Energy 318, 134847 (2025).
Article  Google Scholar 
Li, M., Wang, W., He, Y., Wang, Q. J. C. & Engineering, E. Deep learning model for short-term photovoltaic power forecasting based on variational mode decomposition and similar day clustering. Comput. Electric. Eng. 115, 109116 (2024).
Article  Google Scholar 
Keddouda, A. et al. Solar photovoltaic power prediction using artificial neural network and multiple regression considering ambient and operating conditions. Energy Convers. Manag. 288, 117186 (2023).
Article  Google Scholar 
Download references
This work was supported by the National Natural Science Foundation of China (Grant No. 42205156), the Natural Science Foundation of Gansu Province (Grant No. 25JRRA183), the Natural Science Foundation of Gansu Province (Grant No. 23DFA011).
School of New Energy and Power Engineering, Lanzhou Jiaotong University, Lanzhou, 730000, Gansu, China
Junxia Jiang, Hongbo Su, Huan Du & Huihui Yin
PubMed Google Scholar
PubMed Google Scholar
PubMed Google Scholar
PubMed Google Scholar
Junxia Jiang: Writing—original draft, Visualization, Validation, Software, Investigation, Formal analysis, Data curation, Conceptualization, Funding acquisition. Huan Du: Methodology, Software, Investigation, Visualization. Huihui Yin: Validation, Investigation, Data curation. Hongbo Su: Validation, Investigation, Data curation.
Correspondence to Junxia Jiang.
The authors declare no competing interests.
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
Reprints and permissions
Jiang, J., Su, H., Du, H. et al. The application of WUTP-CNN-GRU model in power prediction of desert and floating photovoltaic system. Sci Rep 15, 42576 (2025). https://doi.org/10.1038/s41598-025-24822-x
Download citation
Received:
Accepted:
Published:
Version of record:
DOI: https://doi.org/10.1038/s41598-025-24822-x
Anyone you share the following link with will be able to read this content:
Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative
Advertisement
Scientific Reports (Sci Rep)
ISSN 2045-2322 (online)
© 2025 Springer Nature Limited
Sign up for the Nature Briefing: AI and Robotics newsletter — what matters in AI and robotics research, free to your inbox weekly.

source

This entry was posted in Renewables. Bookmark the permalink.

Leave a Reply