Research on Coupling Knowledge Embedding and Data-Driven Deep Learning Models for Runoff Prediction
Abstract
:1. Introduction
- (1)
- Using the transfer entropy method to select the characteristic factors of runoff and incorporating them as input variables ensure the reliability of the model’s input variables.
- (2)
- Using the Improved Particle Swarm Optimization (IPSO) algorithm for model parameter optimization to enhance computational efficiency of the model.
- (3)
- Constructing a coupled knowledge-embedding and data-driven runoff prediction model, the performance of the coupled model improved by 5.7% and 2.8% on the training and testing sets, respectively, compared to traditional data-driven models.
2. Research Methodology
2.1. Research Area
2.2. Data
3. Materials and Methods
3.1. Calculation of the SRI
- (1)
- Let the precipitation amount be a random variable that follows a Gamma distribution, with representing the probability density function.
- (2)
- The probability density function of the precipitation amount is given by:
- (3)
- By normalizing the Gamma distribution, the Standardized Precipitation Index (SPI) is obtained as follows:
3.2. Cross-Wavelet Transform (XWT)
3.3. Transfer Entropy Theory
3.3.1. Conditional Mutual Information
3.3.2. Transfer Entropy
3.4. Data-Driven Methods
3.4.1. IPSO
- (1)
- Initialize the positions and velocities for all particles. The historical best position for each particle is , and for the swarm, it is .
- (2)
- Calculate the fitness of each particle. If the current value is better than the particle’s historical best value, update . If the current value is better than the global historical best value, update .
- (3)
- Update the position and velocity of each particle using the following equations:
- (4)
- Adaptively mutate particle positions and adjust the mutation probability based on the optimization search process. Additionally, when the D-dimensional position changes, the particle’s position randomly varies within its range, as shown in the following formula:
- (5)
- If the iteration count reaches or the global best fitness value is less than a specified value, terminate the process; otherwise, proceed to step (2). Validate the effectiveness of the improvement using the Sphere test function.
3.4.2. Temporal Convolutional Network
- (1)
- Causal convolution
- (2)
- Dilated convolution
- (3)
- Residual connection
3.4.3. IPSO-TCN
- (1)
- Standardized data of runoff driving factors.
- (2)
- Construction of a multi-input single-output TCN model.
- (3)
- Select hyperparameters to be optimized for the TCN model.
- (4)
- Initialize the positions and velocities of the particle swarm in the IPSO algorithm.
- (5)
- Calculate the fitness of the particle swarm.
- (6)
- Update the positions and velocities of the particle swarm.
- (7)
- Evaluate termination conditions; if not met, continue optimizing hyperparameters using the IPSO algorithm.
- (8)
- Reconstruct the TCN model using the computed optimal hyperparameters.
- (9)
- Output model prediction results and conduct model evaluation.
3.5. Coupled Knowledge Embedding and Data-Driven Runoff Prediction Model
3.5.1. Knowledge Embedding
- (1)
- This study obtained the probability density curve of runoff based on monthly discharge data from hydrological stations spanning from 1964 to 2023, using Gaussian kernel density estimation. The formula for Gaussian kernel density estimation is as follows:
- (2)
- Incorporating the probability distribution information implied by runoff as prior knowledge, a custom loss function layer is defined to integrate these constraints into a data-driven model, establishing a coupled knowledge embedding and data-driven runoff prediction model. Therefore, the loss function of the coupled model can be reformulated as:
3.5.2. Coupled Model
- (1)
- Use transfer entropy to select feature factors.
- (2)
- Calculate the probability density function (PDF) of runoff based on Gaussian kernel density estimation and combine the runoff PDF with mean squared error (MSE) to reconstruct the loss function .
- (3)
- Use the selected feature factors as inputs for the IPSO-TCN model to predict runoff.
- (4)
- Train the data-driven model (IPSO-TCN) using the loss function embedded with runoff probability density values, continuously testing and validating the results.
3.5.3. Evaluation Metrics
4. Results
4.1. Spatiotemporal Analysis of Runoff
4.2. Cross-Wavelet Analysis
4.3. Driving Factors Analysis
4.4. Analysis of Coupled Model Predictions
4.4.1. Model Parameter Configuration
4.4.2. Analysis of Model Results
5. Discussion
5.1. The Impact of Climate Change and Human Activities
5.2. A Coupled Knowledge-Embedded and Data-Driven Runoff Prediction Model
5.3. Advantages and Limitations
6. Conclusions
- (1)
- From 1964 to 1983, the overall runoff in the Yellow River basin remained stable, but it gradually decreased starting from 1984. The period from 1994 to 2003 had the lowest runoff in nearly 60 years. Over this period, droughts in the Yellow River basin showed a trend of shifting from upstream to downstream.
- (2)
- The primary cycle of drought in the Yellow River during the study period was 10–14 months, with hydrological drought lagging behind meteorological drought by 2 months.
- (3)
- RF (rainfall), HS (hours of sunshine), and RH (relative humidity) are the three main driving factors of runoff.
- (4)
- Using IPSO for model parameter optimization improved the model’s prediction accuracy. In model evaluation metrics, the coupling model outperformed the TCN-UID and TCN-MID models in terms of MAE (Mean Absolute Error), RMSE (Root Mean Square Error), and Nash–Sutcliffe Efficiency Coefficient (NSE), effectively capturing the nonlinear and non-stationary characteristics of runoff sequences.
- (5)
- By constructing a loss function based on the runoff probability density function, a knowledge-embedded and data-driven runoff prediction model was established. This approach breaks the traditional reliance on data and eliminates barriers between knowledge and data. Compared to the data-driven model (TCN-MID), the coupling model shows performance improvements of 6.9% and 4.7% on the training set and 5.7% and 2.8% on the test set. The coupling model not only benefits from data-driven advantages but also effectively addresses the issue of poor prediction performance at extreme values, enhancing the accuracy of runoff predictions.
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
Abbreviations
Abbreviation | Full Term |
AP | atmospheric pressure |
BiLSTM | Bidirectional Long Short-Term Memory |
CMA | China Meteorological Administration |
CNN | Convolutional Neural Networks |
DDD | Distance Dynamic Model |
GRU | Gated Recurrent Units |
HS | Hours of sunshine |
IPSO | Improved Particle Swarm Optimization |
LS-SVM | Least Squares Support Vector Machine |
LSTM | Long Short-Term Memory |
MAE | Mean Absolute Error |
MLE | Maximum Likelihood Estimation |
NMIC | National Meteorological Information Center |
NSE | Nash-Sutcliffe Efficiency |
PDEs | partial differential equations |
probability density function | |
PGNN | physical-guided neural network |
PINN | Physics-Informed Neural Networks |
PSO | Particle Swarm Optimization |
R | runoff |
RF | rainfall |
RH | Relative humidity |
RMSE | Root Mean Squared Error |
SP | Sunshine percentage |
SPI | Standardized Precipitation Index |
SRI | Standardized Runoff Index |
SVM | Support Vector Machines |
T | Temperature |
TA | Temperature anomaly |
TCN | Temporal Convolutional Network |
TCN-MID | multivariable input models |
TCN-UID | univariate input models |
TE | Transfer entropy |
TgFCNN | theory-guided fully convolutional neural network |
TgNN | Theory-Guided Neural Network |
treeLSTM | Tree-State Long Short-Term Memory |
WTC | Cross-wavelet transform |
WV | Wind velocity |
XGB | Extreme Gradient Boosting |
XTC | Wavelet coherence |
VP | Vapor pressure |
References
- Ni, Y.; Lv, X.; Yu, Z.; Wang, J.; Ma, L.; Zhang, Q. Intra-annual variation in the attribution of runoff evolution in the Yellow River source area. Catena 2023, 225, 107032. [Google Scholar] [CrossRef]
- Yang, L.; Zhao, G.; Tian, P.; Mu, X.; Tian, X.; Feng, J.; Bai, Y. Runoff changes in the major river basins of China and their responses to potential driving forces. J. Hydrol. 2022, 607, 127536. [Google Scholar] [CrossRef]
- Gan, R.; Xu, M.; Yang, F.; Zuo, Q.; Zhang, X. The assessment of baseflow separation method and baseflow characteristics in the Yiluo River basin, China. Environ. Earth Sci. 2022, 81, 323. [Google Scholar] [CrossRef]
- Valjarević, A. GIS-Based Methods for Identifying River Networks Types and Changing River Basins. Water Resour. Manag. 2024, 51, 146–168. [Google Scholar] [CrossRef]
- Wang, Q.; Shao, W.; Guan, Q.; Sun, Y.; Du, Q.; Zhang, E.; Yan, Y.; Yang, X. The structural equation modeling constructed for runoff change attribution analysis outperforms traditional methods. J. Hydrol. 2024, 636, 131317. [Google Scholar] [CrossRef]
- Chen, T.; Zou, L.; Xia, J.; Liu, H.; Wang, F. Decomposing the impacts of climate change and human activities on runoff changes in the Yangtze River Basin: Insights from regional differences and spatial correlations of multiple factors. J. Hydrol. 2022, 61, 128649. [Google Scholar] [CrossRef]
- Ricart, S.; Rico, A.M. Assessing technical and social driving factors of water reuse in agriculture: A review on risks, regulation and the yuck factor. Agric. Water Manag. 2019, 217, 426–439. [Google Scholar] [CrossRef]
- Lian, Y.; Sun, M.; Wang, J.; Luan, Q.; Jiao, M.; Zhao, X.; Gao, X. Quantitative impacts of climate change and human activities on the runoff evolution process in the Yanhe River Basin. Phys. Chem. Earth Parts A/B/C 2021, 122, 102998. [Google Scholar] [CrossRef]
- Zhao, G.; Kondolf, G.M.; Mu, X.; Han, M.; He, Z.; Rubin, Z.; Wang, F.; Gao, P.; Sun, W. Sediment yield reduction associated with land use changes and check dams in a catchment of the Loess Plateau, China. Catena 2017, 148, 126–137. [Google Scholar] [CrossRef]
- Shi, H.; Wang, G. Impacts of climate change and hydraulic structures on runoff and sediment discharge in the middle Yellow River. Hydrol. Process. 2015, 29, 3236–3246. [Google Scholar] [CrossRef]
- Wan, Y.; Konyha, K. A simple hydrologic model for rapid prediction of runoff from ungauged coastal catchments. J. Hydrol. 2015, 528, 571–583. [Google Scholar] [CrossRef]
- Perkins, J.R.; Fraser, A.J.; Muxworthy, A.R.; Neumaier, M.; Schenk, O. Basin and petroleum systems modelling to characterise multi-source hydrocarbon generation: A case study on the inner Moray Firth, UK North Sea. Mar. Pet. Geol. 2023, 151, 106180. [Google Scholar] [CrossRef]
- Furlani, S.; Antonioli, F. The swim-survey archive of the Mediterranean rocky coasts: Potentials and future perspectives. Geomorphology 2023, 421, 108529. [Google Scholar] [CrossRef]
- Zang, S.; Li, Z.; Zhang, K.; Yao, C.; Liu, Z.; Wang, J.; Huang, Y.; Wang, S. Improving the flood prediction capability of the Xin’anjiang model by formulating a new physics-based routing framework and a key routing parameter estimation method. J. Hydrol. 2021, 603, 126867. [Google Scholar] [CrossRef]
- Peng, D.; Zhijia, L.; Fan, X. Application of TOPMODEL in Buliu River Basin and comparison with Xin’anjiang model. Water Sci. Eng. 2008, 1, 25–32. [Google Scholar] [CrossRef]
- Cai, Y.; Zhang, F.; Shi, J.; Carl Johnson, V.; Ahmed, Z.; Wang, J.; Wang, W. Enhancing SWAT model with modified method to improve Eco-hydrological simulation in arid region. J. Clean. Prod. 2023, 403, 136891. [Google Scholar] [CrossRef]
- Muthanna, T.M.; Alfredsen, K.; Skaugen, T.; Tsegaw, A.T. A dynamic river network method for the prediction of floods using a parsimonious rainfall-runoff model. Hydrol. Res. 2020, 51, 146–168. [Google Scholar] [CrossRef]
- Querales, M.; Salas, R.; Morales, Y.; Allende-Cid, H.; Rosas, H. A stacking neuro-fuzzy framework to forecast runoff from distributed meteorological stations. Appl. Soft Comput. 2022, 118, 108535. [Google Scholar] [CrossRef]
- Bian, L.; Qin, X.; Zhang, C.; Guo, P.; Wu, H. Application, interpretability and prediction of machine learning method combined with LSTM and LightGBM-a case study for runoff simulation in an arid area. J. Hydrol. 2023, 625, 130091. [Google Scholar] [CrossRef]
- Xie, Y.; Sun, W.; Ren, M.; Chen, S.; Huang, Z.; Pan, X. Stacking ensemble learning models for daily runoff prediction using 1D and 2D CNNs. Expert Syst. Appl. 2023, 21, 119469. [Google Scholar] [CrossRef]
- Gao, S.; Huang, Y.; Zhang, S.; Han, J.; Wang, G.; Zhang, M.; Lin, Q. Short-term runoff prediction with GRU and LSTM networks without requiring time step optimization during sample generation. J. Hydrol. 2020, 589, 125188. [Google Scholar] [CrossRef]
- Samantaray, S.; Sahoo, A.; Prakash Satapathy, D. Improving accuracy of SVM for monthly sediment load prediction using Harris hawks optimization. Mater. Today Proc. 2022, 61, 604–617. [Google Scholar] [CrossRef]
- Ni, L.; Wang, D.; Wu, J.; Wang, Y.; Tao, Y.; Zhang, J.; Liu, J. Streamflow forecasting using extreme gradient boosting model coupled with Gaussian mixture model. J. Hydrol. 2020, 586, 124901. [Google Scholar] [CrossRef]
- Xiong, J.; Peng, T.; Tao, Z.; Zhang, C.; Song, S.; Nazir, M.S. A dual-scale deep learning model based on ELM-BiLSTM and improved reptile search algorithm for wind power prediction. Energy 2023, 266, 126419. [Google Scholar] [CrossRef]
- Guo, J.; Liu, Y.; Zou, Q.; Ye, L.; Zhu, S.; Zhang, H. Study on optimization and combination strategy of multiple daily runoff prediction models coupled with physical mechanism and LSTM. J. Hydrol. 2023, 624, 129969. [Google Scholar] [CrossRef]
- Yao, Z.; Wang, Z.; Wang, D.; Wu, J.; Chen, L. An ensemble CNN-LSTM and GRU adaptive weighting model based improved sparrow search algorithm for predicting runoff using historical meteorological and runoff data as input. J. Hydrol. 2023, 625, 129977. [Google Scholar] [CrossRef]
- Liu, Y.; Ji, Y.; Liu, D.; Fu, Q.; Li, T.; Hou, R.; Li, Q.; Cui, S.; Li, M. A new method for runoff prediction error correction based on LS-SVM and a 4D copula joint distribution. J. Hydrol. 2021, 598, 126223. [Google Scholar] [CrossRef]
- Chen, Z.; Lin, H.; Shen, G. TreeLSTM: A spatiotemporal machine learning model for rainfall-runoff estimation. J. Hydrol. Reg. Stud. 2023, 48, 101474. [Google Scholar] [CrossRef]
- Dong, Y.; Su, H.; Zhu, J.; Bao, F. Towards Interpretable Deep Neural Networks by Leveraging Adversarial Examples. arXiv 2017, arXiv:abs/1901.09035. [Google Scholar]
- Wang, N.; Zhang, D.; Chang, H.; Li, H. Deep learning of subsurface flow via theory-guided neural network. J. Hydrol. 2020, 584, 124700. [Google Scholar] [CrossRef]
- Jing, X.; Luo, J.; Zuo, G.; Yang, X. Interpreting runoff forecasting of long short-term memory network: An investigation using the integrated gradient method on runoff data from the Han River Basin. J. Hydrol. Reg. Stud. 2023, 50, 101549. [Google Scholar] [CrossRef]
- Luo, X.; Zhang, D.; Zhu, X. Deep learning based forecasting of photovoltaic power generation by incorporating domain knowledge. Energy 2021, 225, 120240. [Google Scholar] [CrossRef]
- Karpatne, A.; Watkins, W.; Read, J.S.; Kumar, V. Physics-guided Neural Networks (PGNN): An Application in Lake Temperature Modeling. arXiv 2017, arXiv:abs/1710.11431. [Google Scholar]
- He, T.; Wang, N.; Zhang, D. Theory-guided full convolutional neural network: An efficient surrogate model for inverse problems in subsurface contaminant transport. Adv. Water Resour. 2021, 157, 104051. [Google Scholar] [CrossRef]
- Chen, Y.; Huang, D.; Zhang, D.; Zeng, J.; Wang, N.; Zhang, H.; Yan, J. Theory-guided hard constraint projection (HCP): A knowledge-based data-driven scientific machine learning method. J. Comput. Phys. 2021, 445, 110624. [Google Scholar] [CrossRef]
- Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. J. Comput. Phys. 2019, 378, 686–707. [Google Scholar] [CrossRef]
- Ni, Y.; Yu, Z.; Lv, X.; Qin, T.; Yan, D.; Zhang, Q.; Ma, L. Spatial difference analysis of the runoff evolution attribution in the Yellow River Basin. J. Hydrol. 2022, 612, 128149. [Google Scholar] [CrossRef]
- Zhao, A.; Wang, D.; Xiang, K.; Zhang, A. Vegetation photosynthesis changes and response to water constraints in the Yangtze River and Yellow River Basin, China. Ecol. Indic. 2022, 39, 109331. [Google Scholar] [CrossRef]
- Zhou, X.; Chen, W.; Liu, Q.; Shen, H.; Cai, S.; Lei, X. Future runoff forecast in Hanjiang River Basin based on Wetspa model and CMIP6 model. Front. Environ. Sci. 2022, 10, 980949. [Google Scholar] [CrossRef]
- Kang, L.; Wen, Y.; Zhou, L.; Chen, H.; Ye, J. Drought driving mechanism and risk situation prediction based on machine learning models in the Yellow River Basin, China. Geomat. Nat. Hazards Risk 2023, 14, 2279493. [Google Scholar] [CrossRef]
- Kong, D.; Miao, C.; Wu, J.; Duan, Q. Impact assessment of climate change and human activities on net runoff in the Yellow River Basin from 1951 to 2012. Ecol. Eng. 2016, 91, 566–573. [Google Scholar] [CrossRef]
- Wang, Q.; Sun, Y.; Guan, Q.; Du, Q.; Zhang, Z.; Zhang, J.; Zhang, E. Exploring future trends of precipitation and runoff in arid regions under different scenarios based on a bias-corrected CMIP6 model. J. Hydrol. 2024, 630, 130666. [Google Scholar] [CrossRef]
- Shi, C.; Zhou, Y.; Fan, X.; Shao, W. A study on the annual runoff change and its relationship with water and soil conservation practices and climate change in the middle Yellow River basin. Catena 2013, 100, 31–41. [Google Scholar] [CrossRef]
- Belayneh, A.; Adamowski, J.; Khalil, B.; Ozga-Zielinski, B. Long-term SPI drought forecasting in the Awash River Basin in Ethiopia using wavelet neural network and wavelet support vector regression models. J. Hydrol. 2014, 508, 418–429. [Google Scholar] [CrossRef]
- Foroumandi, E.; Nourani, V.; Dąbrowska, D.; Kantoush, S.A. Linking Spatial–Temporal Changes of Vegetation Cover with Hydroclimatological Variables in Terrestrial Environments with a Focus on the Lake Urmia Basin. Land 2022, 11, 115. [Google Scholar] [CrossRef]
- Ghaderpour, E.; Ince, E.S.; Pagiatakis, S.D. Least-squares cross-wavelet analysis and its applications in geophysical time series. J. Geod. 2018, 92, 1223–1236. [Google Scholar] [CrossRef]
- Bai, S.; Zico, K.J.; Vladlen, K. An empirical evaluation of generic convolutional and recurrent networks for sequence modeling. arXiv 2018, arXiv:180301271. [Google Scholar]
- Zhao, P.; Fan, Z.; Cao, Z.; Li, X. Intrusion Detection Model Using Temporal Convolutional Network Blend Into Attention Mechanism. Int. J. Inf. Secur. Priv. 2021, 16, 1–20. [Google Scholar] [CrossRef]
- Zhou, D.; Wang, B. Battery health prognosis using improved temporal convolutional network modeling. J. Energy Storage 2022, 51, 104480. [Google Scholar] [CrossRef]
- Wan, R.; Mei, S.; Wang, J.; Liu, M.; Yang, F. Multivariate Temporal Convolutional Network: A Deep Neural Networks Approach for Multivariate Time Series Forecasting. Electronics 2019, 8, 876. [Google Scholar] [CrossRef]
- Zhou, L.; Kang, L. A Comparative Analysis of Multiple Machine Learning Methods for Flood Routing in the Yangtze River. Water 2023, 15, 1556. [Google Scholar] [CrossRef]
- Chen, Y.; Zhang, D. Integration of knowledge and data in machine learning. arXiv 2022, arXiv:2202.10337v2. [Google Scholar] [CrossRef]
- Merabti, A.; Martins, D.S.; Meddi, M.; Pereira, L.S. Spatial and Time Variability of Drought Based on SPI and RDI with Various Time Scales. Water Resour. Manag. 2017, 32, 1087–1100. [Google Scholar] [CrossRef]
- Wang, F.; Wang, Z.; Yang, H.; Zhao, Y. Study of the temporal and spatial patterns of drought in the Yellow River basin based on SPEI. Sci. China Earth Sci. 2018, 61, 1098–1111. [Google Scholar] [CrossRef]
- Guo, Y.; Ming, B.; Huang, Q.; Wang, Y.; Zheng, X.; Zhang, W. Risk-averse day-ahead generation scheduling of hydro–wind–photovoltaic complementary systems considering the steady requirement of power delivery. Appl. Energy 2022, 309, 118467. [Google Scholar] [CrossRef]
- Wang, Y.; Ding, Y.; Ye, B.; Liu, F.; Wang, J.; Wang, J. Contributions of climate and human activities to changes in runoff of the Yellow and Yangtze rivers from 1950 to 2008. Sci. China Earth Sci. 2012, 56, 1398–1412. [Google Scholar] [CrossRef]
- Cui, J.; Jian, S. Spatiotemporal Variation of Runoff and Its Influencing Factors in the Yellow River Basin, China. Water 2023, 15, 2058. [Google Scholar] [CrossRef]
- Wang, Y.; Wang, S.; Wang, C.; Zhao, W. Runoff sensitivity increases with land use/cover change contributing to runoff decline across the middle reaches of the Yellow River basin. J. Hydrol. 2021, 600, 126536. [Google Scholar] [CrossRef]
- Zhao, P.; Lü, H.; Fu, G.; Zhu, Y.; Su, J.; Wang, J. Uncertainty of Hydrological Drought Characteristics with Copula Functions and Probability Distributions: A Case Study of Weihe River, China. Water 2017, 9, 334. [Google Scholar] [CrossRef]
- He, Y.; Mu, X.; Jiang, X.; Song, J. Runoff Variation and Influencing Factors in the Kuye River Basin of the Middle Yellow River. Front. Environ. Sci. 2022, 10, 877535. [Google Scholar] [CrossRef]
- Lin, Y.; Wang, D.; Meng, Y.; Sun, W.; Qiu, J.; Shangguan, W.; Cai, J.; Kim, Y.; Dai, Y. Bias learning improves data driven models for streamflow prediction. J. Hydrol. Reg. Stud. 2023, 50, 101557. [Google Scholar] [CrossRef]
- Jin, J.; Zhang, Y.; Hao, Z.; Xia, R.; Yang, W.; Yin, H.; Zhang, X. Benchmarking data-driven rainfall-runoff modeling across 54 catchments in the Yellow River Basin: Overfitting, calibration length, dry frequency. J. Hydrol. Reg. Stud. 2022, 42, 101119. [Google Scholar] [CrossRef]
- de la Fuente, A.; Meruane, V.; Meruane, C. Hydrological Early Warning System Based on a Deep Learning Runoff Model Coupled with a Meteorological Forecast. Water 2019, 11, 1808. [Google Scholar] [CrossRef]
- Wang, H.; Qin, H.; Liu, G.; Huang, S.; Qu, Y.; Qi, X.; Zhang, Y. Hierarchical attention network for short-term runoff forecasting. J. Hydrol. 2024, 638, 131549. [Google Scholar] [CrossRef]
- Huang, Q.; Wang, X. A Forecasting Model of Wind Power Based on IPSO–LSTM and Classified Fusion. Energies 2022, 15, 5531. [Google Scholar] [CrossRef]
- Foroumandi, E.; Nourani, V.; Kantoush, S.A. Investigating the main reasons for the tragedy of large saline lakes: Drought, climate change, or anthropogenic activities? A call to action. J. Arid Environ. 2022, 196, 104652. [Google Scholar] [CrossRef]
- Gao, Y.; Fu, S.; Cui, H.; Cao, Q.; Wang, Z.; Zhang, Z.; Wu, Q.; Qiao, J. Identifying the spatio-temporal pattern of drought characteristics and its constraint factors in the Yellow River Basin. Ecol. Indic. 2023, 154, 110753. [Google Scholar] [CrossRef]
Data | Data Type | Data Length | Data Source | Stations |
---|---|---|---|---|
Rainfall | Meteorological data | January 1964–December 2023 | The China Meteorological Data Service Centre (https://data.cma.cn/, accessed on 1 January 2024) | Tongde/Gaolan/Zhongwei/ Huinong/ Yuncheng/ Sanmenxia/ Zhengzhou/ Heze/Kenli |
Atmospheric pressure | ||||
Wind velocity | ||||
Temperature | ||||
Temperature anomaly | ||||
Vapor pressure | ||||
Hours of sunshine | ||||
Relative humidity | ||||
Sunshine percentage | ||||
Runoff | Hydrological data | January 1964–December 2023 | Yellow River Conservancy Commission of the Ministry of Water Resources (http://www.yrcc.gov.cn/, accessed on 1 January 2024) | Tangnaihai/Lanzhou/Xiaheyan/Shizuishan/ Longmen/ Sanmenxia/ Huayuankou/ Gaocun/Lijin |
Type | Grade | SRI Value |
---|---|---|
1 | No drought | −0.5 < SRI |
2 | Light drought | −1.0 < SRI ≤ −0.5 |
3 | Moderate drought | −1.5 < SRI ≤ −1.0 |
4 | Severe drought | −2.0 < SRI ≤ −1.5 |
5 | Extreme drought | SRI ≤ −2.0 |
Station | Tangnaihai | Lanzhou | Xiaheyan | Shizuishan | ||
---|---|---|---|---|---|---|
Time | ||||||
1964–1973 | 36 | 57 | 50 | 44 | ||
1974–1983 | 22 | 23 | 19 | 18 | ||
1984–1993 | 42 | 42 | 42 | 35 | ||
1994–2003 | 73 | 63 | 70 | 68 | ||
2004–2013 | 36 | 18 | 24 | 28 | ||
2014–2023 | 27 | 29 | 23 | 29 | ||
1964–2023 | 236 | 232 | 228 | 222 | ||
Station | Longmen | Sanmenxia | Huayuankou | Gaocun | Lijin | |
Time | ||||||
1964–1973 | 31 | 23 | 21 | 16 | 5 | |
1974–1983 | 15 | 17 | 25 | 25 | 18 | |
1984–1993 | 35 | 24 | 26 | 28 | 36 | |
1994–2003 | 67 | 77 | 82 | 84 | 86 | |
2004–2013 | 52 | 57 | 56 | 46 | 35 | |
2014–2023 | 48 | 41 | 39 | 40 | 35 | |
1964–2023 | 248 | 239 | 249 | 239 | 215 |
Values | Runoff (R) (Y) | Characteristic Factor | ||
---|---|---|---|---|
Factors (X) | ||||
Rainfall (RF) | 0.5188 | 0.4080 | Yes | |
Atmospheric Pressure (AP) | 0.1203 | 0.2981 | No | |
Wind Velocity (WV) | 0.0357 | 0.1289 | No | |
Temperature (T) | 0.1758 | 0.4142 | No | |
Temperature Anomaly (TA) | 0.1481 | 0.2142 | No | |
Vapor Pressure (VP) | 0.3138 | 0.4204 | No | |
Hours of Sunshine (HS) | 0.8750 | 0.5540 | Yes | |
Relative Humidity (RH) | 0.7934 | 0.5816 | Yes | |
Sunshine Percentage (SP) | 0.4194 | 0.6072 | No |
Parameters | Num Filters | Filter Size | Dropout Factor | Num Blocks |
Value | 32 | 2 | 0.01 | 1 |
Parameters | Optimizer | Initial Learn Rate | Max Epochs | Mini Batch Size |
Value | Adam | 0.01 | 300 | 2 |
Data Set | Models | R2 | MAE | RMSE | NSE |
---|---|---|---|---|---|
Train | TCN-UID | 0.915 | 6.494 | 6.764 | 0.893 |
TCN-MID | 0.934 | 5.016 | 5.980 | 0.917 | |
Coupling model | 0.978 | 2.814 | 3.459 | 0.962 | |
Test | TCN-UID | 0.892 | 6.249 | 6.523 | 0.841 |
TCN-MID | 0.917 | 4.767 | 5.727 | 0.907 | |
Coupling model | 0.943 | 4.007 | 4.749 | 0.951 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Li, Y.; Wei, J.; Sun, Q.; Huang, C. Research on Coupling Knowledge Embedding and Data-Driven Deep Learning Models for Runoff Prediction. Water 2024, 16, 2130. https://doi.org/10.3390/w16152130
Li Y, Wei J, Sun Q, Huang C. Research on Coupling Knowledge Embedding and Data-Driven Deep Learning Models for Runoff Prediction. Water. 2024; 16(15):2130. https://doi.org/10.3390/w16152130
Chicago/Turabian StyleLi, Yanling, Junfang Wei, Qianxing Sun, and Chunyan Huang. 2024. "Research on Coupling Knowledge Embedding and Data-Driven Deep Learning Models for Runoff Prediction" Water 16, no. 15: 2130. https://doi.org/10.3390/w16152130
APA StyleLi, Y., Wei, J., Sun, Q., & Huang, C. (2024). Research on Coupling Knowledge Embedding and Data-Driven Deep Learning Models for Runoff Prediction. Water, 16(15), 2130. https://doi.org/10.3390/w16152130