Skip to content
BY 4.0 license Open Access Published by De Gruyter Open Access September 18, 2020

Hybrid machine learning hydrological model for flood forecast purpose

  • Guangyuan Kan EMAIL logo , Ke Liang EMAIL logo , Haijun Yu , Bowen Sun , Liuqian Ding , Jiren Li , Xiaoyan He and Chengji Shen
From the journal Open Geosciences

Abstract

Machine learning-based data-driven models have achieved great success since their invention. Nowadays, the artificial neural network (ANN)-based machine learning methods have made great progress than ever before, such as the deep learning and reinforcement learning, etc. In this study, we coupled the ANN with the K-nearest neighbor method to propose a novel hybrid machine learning (HML) hydrological model for flood forecast purpose. The advantage of the proposed model over traditional neural network models is that it can predict discharge continuously without accuracy loss owed to its specially designed model structure. In order to overcome the local minimum issue of the traditional neural network training, a genetic algorithm and Levenberg–Marquardt-based multi-objective training method was also proposed. Real-world applications of the HML hydrological model indicated its satisfactory performance and reliable stability, which enlightened the possibility of further applications of the HML hydrological model in flood forecast problems.

1 Introduction

Machine learning is a bionics-based problem solution scheme which mimics the functionality of human brain [1,2,3,4,5,6,7,8,9,10,11,12,13]. It is usually constituted by a series of mathematic operations and transformations which are implemented by computer programs coupled with modern electronic computers. Among the multitude machine learning methods, the artificial neural networks (ANN) have been paid close attention to by many researchers and engineers for decades. Especially nowadays, with the further improvements of the back-propagation training algorithms and computing horsepower of the modern graphics processing unit (GPU), the ANN technology meets its second spring. Modern ANN technologies, such as the deep learning and the reinforcement learning, etc., have been successfully and widely applied in computer vision, text and speech recognition, self-driving cars, artificial intelligence, and even Go game [14,15,16].

Many researchers and scientists have tried to apply the ANN technology to solve flood forecast problems and have achieved meaningful results [17,18,19,20,21,22,23,24,25,26,27,28,29,30]. However, due to the high nonlinearity inherent in the flood forecast, the training and testing accuracies usually cannot be both satisfactory which indicate that the forecast capability and stability is not good enough. The poor results are mainly attributed to the following reasons: (a) the network topology and parameters cannot be optimized simultaneously and globally; (b) network with complex topology can satisfactorily simulate in training period, however, the testing results are usually not good. On the contrary, simple network cannot achieve good enough simulations in the training and testing periods. This means that compromise should be made between the network complexity and training accuracy; (c) network designers want to further improve the performance of ANN, however, they cannot achieve better performance by using ANN model alone.

In order to solve the above-mentioned three issues, we developed a HML hydrological model and apply it to a real-world hourly rainfall-runoff simulation application. The HML hydrological model is built by coupling ANN runoff estimation with a K-nearest neighbor (KNN) runoff error estimation module to further improve its performance. The advantage of the proposed model over traditional neural network models is that it can predict discharge continuously without accuracy loss owed to its specially designed model structure. In order to overcome the local minimum issue of the traditional neural network training, a novel genetic algorithm (GA) and Levenberg–Marquardt back-propagation (LMBP) algorithm-based multi-objective training method was also proposed to solve the training problems encountered in the ANN applications. Real-world application of the HML hydrological model indicated its satisfactory performance and reliable stability, which enlightened the possibility of the further application of the HML hydrological model in flood forecast problems.

2 Methods

2.1 Study area and data collection

The HML hydrological model was applied in the Tunxi watershed (locates in Anhui province of China) whose catchment area is 2697.76 km2. It locates adjacent to the southeast coast of China which is the subtropical monsoon climate zone. The annual mean temperature is 17°C. The winter prevails northwest wind with cold, dry, and sunny weather. The summer is full filled by southeast wind with high temperature, strong sunlight, and moist air. During spring and autumn seasons, the cyclone happens frequently and temperature usually changes between cold and hot. The frontal rain usually happens during spring and summer. The typhoon happens frequently in summer and fall. The monsoon circulation and the main mountain ranges direction obey the orthogonal interaction. The mountains block the northern cold wind and the typhoon. The Tunxi watershed goes downward from west to east. The maximum, minimum, and mean elevations are 1,398, 116, and 380 m, respectively. The relative elevation difference is large. The annual mean rainfall is 1,600 mm and uneven within the year and between different years. 50% of the floods often happen from April to June. 20% of the floods happen from July to September and drought also frequently happens during these months. The runoff changes largely within the year and between different years. The vegetation of the Tunxi watershed is good which mainly includes evergreen coniferous forest, deciduous broad-leaved forest, mixed forest, forest land, grassland, woodland, and pasture crops. The soil type is mainly clay loam.

The rain gauging station, river network, and DEM maps of the Tunxi watershed are demonstrated in Figure 1. The hourly rainfall–runoff simulation of the Tunxi watershed is carried based on 20 flood events for calibration and 9 flood events for validation. The flood events were selected from 1982 to 2002. Eleven rain gauging stations, including Wucheng, Shimen, Zuolong, Dalian, Tunxi, Shangxikou, Rucun, Yixian, Yanqian, Xiuning, and Liukou, are adopted for the calculation of areal mean rainfall.

Figure 1 The maps of the Tunxi watershed. (a) Rain gauging station and river network map. (b) DEM map.
Figure 1

The maps of the Tunxi watershed. (a) Rain gauging station and river network map. (b) DEM map.

2.2 Identification of the rainfall and antecedent runoff orders

The outlet discharge was simulated or forecasted by using the rainfall and antecedent runoff as model inputs. Rainfall is a key meteorological forcing to generate the runoff. The antecedent runoff functions like a proxy of the watershed soil moisture. With these two factors as model inputs, the discharge time series can be forecasted continuously.

The model inputs are rainfall values at present time step and previous time steps combined with the antecedent runoff values. How many previous time steps’ rainfall and antecedent runoff can be taken as model inputs should be identified and we named the identified number of time steps as the model order. In this research, the orders of rainfall and antecedent runoff are estimated by using the partial mutual information feature selection method [31,32,33].

2.3 ANN–KNN hybrid runoff and runoff error estimations

The HML hydrological model forecasts basin outlet discharge by using the rainfall and antecedent runoff. The modeling approach is as follows:

EQ(t)=FANNP(t),,PtnP,AQt1,,AQtnAQ
EE(t)=FKNNEQt,Pt,,PtnP,AQt1,,AQtnAQ
Qt=EQt+EEt

where EQ and EE denote estimated discharge and discharge error, respectively; FANN and FKNN denote ANN-based discharge estimation and KNN-based discharge error estimation, respectively; P and AQ denote rainfall and antecedent runoff, respectively; nP and nAQ denote orders of rainfall and antecedent runoff, respectively; Q denotes simulated discharge value; t denotes time step.

The simulation process of the HML hydrological model is as follows: At first, the EQ is estimated by the above equation. And then the EE is calculated. At last, the Q is computed by summing EQ and EE. By using the above-mentioned three equations, the discharge and discharge error are estimated and the final simulated value is obtained by summing these two estimated values together. There is one thing should be noted that the AQ used in the forecast process is not the observed antecedent runoff. We adopted simulated discharges at previous time steps as AQ for flood forecasting. This novel model structure is significantly different from traditional ANN flood forecasting models.

2.4 GA and LMBP-based multi-objective network topology and parameters optimizations

The ANN network topology and parameters are encoded by real numbers as described by Kan et al. [18,19]. These encoded real numbers are treated as decision variables. Therefore, the network topology and parameters can be optimized simultaneously and globally by evolving the decision variables using multi-objective GA (NSGA-II) algorithm. After decoding the evolved decision variables into a set of neural networks, we use the LMBP algorithm to further train the neural networks’ parameters to obtain the final optimal neural networks. The objective functions of the multi-objective optimization are training error and network complexity [18,19]. At last, we choose the network corresponding to the best training error as the final accepted neural network. After the neural network is obtained, the KNN algorithm is calibrated by using the leave-one-out cross-validation method [18].

3 Results and discussion

3.1 Runoff scatter plot analysis

The scatter plots of the observed and simulated discharges of the HML hydrological model are demonstrated in Figure 2. As we can see from Figure 2(a) and (b), the calibration and validation results are satisfactorily good. The regression R2 values of the calibration and validation periods are 0.9635 and 0.9515, respectively. The scatter plot of the calibration period demonstrates a good and even distribution. The scatter plot of the validation period is a bit worse than the calibration period. The scatters are dispersed and not concentrated along with the 45° line. The regression R2 value of the validation period (0.9515) is also worse than the calibration period (0.9635). Although the simulation result of the validation period is not as good as the calibration period, the HML hydrological model’s performance in validation period is also good enough. The accuracy decrement ratio from the calibration period to the validation period is 0.9515/0.9635 ≈ 0.9875 which is acceptable for real-world applications. It also can be found in Figure 2(b) that the simulation results of validation period are biased (underestimated). This phenomenon will be further discussed in the following error statistics sections.

Figure 2 Scatter plots of observed and simulated discharges. (a) Calibration period. (b) Validation period.
Figure 2

Scatter plots of observed and simulated discharges. (a) Calibration period. (b) Validation period.

3.2 Hydrograph analysis

The hydrographs simulated by the HML hydrological model are accurate and smooth. The satisfactory simulation property of the HML hydrological model is owed to the modeling approach and the proposed model calibration method. The good accuracy of the simulation results is owed to the multistep rainfall input variables. With continuous rainfall inputs, the water balance can be ensured. The ANN–KNN hybrid data-driven method can make full use of rainfall input information and simulates the flood accurately. Therefore, the simulation is accurate and stable. The good smoothness of the simulated hydrographs is related to the antecedent runoff values. The continuously antecedent runoff inputs ensure the continuity of the discharge time series and make the simulated hydrographs very smooth. For the reason of space limitation, we only demonstrate four typical hydrographs selected from the calibration and validation periods in Figure 3.

Figure 3 Hydrographs of the calibration and validation periods. (a) Flood event 1988061101 of calibration period. (b) Flood event 2001062008 of validation period. (c) Flood event 1993052700 of calibration period. (d) Flood event 1996060100 of validation period.
Figure 3

Hydrographs of the calibration and validation periods. (a) Flood event 1988061101 of calibration period. (b) Flood event 2001062008 of validation period. (c) Flood event 1993052700 of calibration period. (d) Flood event 1996060100 of validation period.

3.3 Error statistics of flood events

The error statistics of flood events simulations are listed in Table 1. As we can see in the table, the calibration and validation accuracies seem very satisfactory. The observed peak flows range from 633  to 6,490 m3/s. The observed total rainfall ranges from 74.2 to 1199.9 mm. The maximum and minimum peak flows of the calibration period are 4,700 and 633 m3/s, respectively. The maximum and minimum peak flows of the validation period are 6,490 and 1,410 m3/s, respectively. The maximum peak flow of the validation period exceeds the peak flow range of the calibration period. This may lead to a worse validation performance compared with the calibration period. Detailed analysis of other error statistic criteria can be found in the following paragraphs.

Table 1

Error statistics of flood events of calibration and validation periods

Flood IDCalibration or validation periodsTotal rainfall (mm)Observed peak flow (m3/s)Total volume relative error (%)Peak flow relative error (%)Peak flow present time error (h)Nash–Sutcliffe coefficient of efficiency
1982050108Calibration512.04,280−0.08−0.70−10.98
198305110875.51,3001.813.2000.96
198305142279.91,510−6.948.3000.98
1983060906119.42,170−0.38−8.7030.92
1984082620172.72,5131.99−4.50−40.98
1986061108511.62,260−3.10−8.2000.94
198705010874.26337.4159.60−10.52
1987061908110.4945−22.36−21.10−60.79
1988050704154.61,3903.689.5010.91
1988061101191.91,000−10.59−8.2010.87
1989050108312.91,740−12.42−7.0000.97
1989061206197.92,274−3.887.4000.98
1989063023161.61,740−4.65−6.9000.97
1989072208132.01,4703.88−5.6020.90
199005010889.51,7007.65−18.4010.96
1990061108355.52,500−7.379.70−30.94
1991051800504.22,220−10.7019.7030.91
1991063008355.12,060−4.58−30.3010.87
1992062000357.53,150−10.780.7010.96
19930527001074.44,700−2.7918.3000.96
1994050100Validation779.04,160−9.16−0.3010.97
19950515001010.94,070−7.97−13.7030.89
19960601001199.96,490−5.35−14.10−10.96
1997060600552.52,7303.81−3.5030.96
1999052108208.42,9600.10−6.10−10.98
1999062215617.03,780−14.47−10.2000.92
200105010898.11,41024.2418.1000.91
2001062008297.23,6407.090.5060.90
2002051308536.22,1205.890.4000.89

3.3.1 Total volume relative error

As for the calibration period, there are 14 negative relative errors and 6 positive relative errors. This result indicates that the model calibrations are preferred to underestimate the total volume of the runoff. As for the validation period, there are four negative relative errors and five positive relative errors. This result shows that the validation period do not overestimate or underestimate the total volume significantly. In the calibration period, only flood event 1987061908’s absolute total volume relative error exceeds 20%. In the validation period, only flood event 2001050108’s absolute total volume relative error exceeds 20%. These results prove that the HML hydrological model performs well in total volume estimations, especially in the validation period. The HML hydrological model has good generalization capability and obtains good results in the validation period.

3.3.2 Peak flow relative error

The peak flow relative errors of calibration period range from −30.3% to 59.6%. There are three flood events’ absolute peak flow relative errors exceed 20%. They are 1987050108, 1987061908, and 1991063008. As for the validation period, no flood event’s absolute peak flow relative error exceeds 20%. As for the calibration period, there are 11 negative relative errors and 9 positive relative errors. As for the validation period, there are six negative relative errors and three positive relative errors. These results indicate that the peak flow simulations are not significantly underestimated or overestimated in the calibration period, however, they are underestimated in the validation period for six flood events. As for the flood event 1996060166, which has the maximum peak flow value throughout the calibration and validation period, the HML hydrological model successfully forecasts the peak value within the 20% error threshold even it exceeds the maximum peak flow value of the calibration period. This result proves the excellent generalization capability of the HML hydrological model.

3.3.3 Peak flow present time error

There are two flood events exceeding the peak flow present time error threshold (3 h) in the calibration period. There is only one flood event exceeding the peak flow present time error threshold (3 h) in the validation period. Generally speaking, the HML hydrological model performs well in the peak flow present time estimation. We also notice that, as for the calibration period, there are five negative errors and eight positive errors and as for the validation period, there are two negative errors and four positive errors. The HML hydrological model seems inclined to forecast peak flow a bit ahead of time.

3.3.4 Nash–Sutcliffe coefficient of efficiency

The HML hydrological model performs very well considering the criterion of Nash–Sutcliffe coefficient of efficiency (NSCE). Most flood events achieve NSCE higher or equal to 0.9. Only flood event 1987050108 and 1987061908 obtain NSCE of 0.52 and 0.79, respectively. We notice that these two events’ peak flows are relatively small (633 and 945 m3/s) compared with other flood events. This may be the reason why the HML hydrological model performs not well in these two events’ simulations.

4 Conclusions

In this study, we coupled the ANN with KNN method to build a novel HML hydrological model for flood forecast purpose. The advantage of the proposed model over traditional neural network models is that it can predict discharge continuously without accuracy loss owed to its specially designed model structure. In order to overcome the local minimum issue of the network training, a GA and Levenberg–Marquardt-based multi-objective training method was also proposed. Real-world application of the HML hydrological model indicated its satisfactory performance and reliable stability, which enlightened the possibility of the further application of the HML hydrological model in flood forecast problems.

Acknowledgments

This research was funded by Beijing Natural Science Foundation (8181001), SKL of HESS-1914, National Natural Science Foundation of China (51909272), National Key R&D Program of China (2017YFC1502706, 2019YFC1510605), and IWHR Research & Development Support Program (JZ0145B022017). We gratefully acknowledge the support of NVIDIA Corporation with the donation of the Tesla K40 and TITAN V GPU used for this research. Guangyuan Kan and Ke Liang are corresponding authors. The authors declare that there is no conflict of interest regarding the publication of this paper.

  1. Author contribution: Guangyuan Kan designed the experiments and Ke Liang carried them out. Guangyuan Kan developed the model code and Ke Liang performed the simulations. Guangyuan Kan and Ke Liang prepared the manuscript with contributions from all co-authors. The authors applied the SDC approach for the sequence of authors.

References

[1] Mansouri I, Shariati M, Safa M, Ibrahim Z, Tahir M, Petkovi D. Analysis of influential factors for predicting the shear strength of a v-shaped angle shear connector in composite beams using an adaptive neuro-fuzzy technique. J Intell Manuf. 2017;30(3):1247–57.10.1007/s10845-017-1306-6Search in Google Scholar

[2] Safa M, Shariati M, Ibrahim Z, Toghroli A, Petkovic D. Potential of adaptive neuro fuzzy inference system for evaluating the factors affecting steel-concrete composite beam’s shear strength. Steel Compos Struct. 2016;21(3):679–88.10.12989/scs.2016.21.3.679Search in Google Scholar

[3] Toghroli A, Suhatril M, Ibrahim Z, Safa M, Shariati M, Shamshirband S. Potential of soft computing approach for evaluating the factors affecting the capacity of steel-concrete composite beam. J Intell Manuf. 2016;29(8):1793–801.10.1007/s10845-016-1217-ySearch in Google Scholar

[4] Toghroli A, Mohammadhassani M, Suhatril M, Shariati M, Ibrahim Z. Prediction of shear capacity of channel shear connectors using the ANFIS model. Steel Compos Struct. 2014;17(5):623–39.10.12989/scs.2014.17.5.623Search in Google Scholar

[5] Mohammadhassani M, Nezamabadi-Pour H, Suhatril M, Shariati M. An evolutionary fuzzy modelling approach and comparison of different methods for shear strength prediction of high-strength concrete beams without stirrups. Smart Struct Syst. 2014;14(5):785–809.10.12989/sss.2014.14.5.785Search in Google Scholar

[6] Mohammadhassani M, Nezamabadi-Pour H, Suhatril M, Shariati A. Identification of a suitable ANN architecture in predicting strain in tie section of concrete deep beams. Struct Eng Mech. 2013;46(6):853–68.10.12989/sem.2013.46.6.853Search in Google Scholar

[7] Petković D, Ćojbašič Ž, Nikolić V. Adaptive neuro-fuzzy approach for wind turbine power coefficient estimation. Renew Sust Energ Rev. 2013;28(8):191–5.10.1016/j.rser.2013.07.049Search in Google Scholar

[8] Petkovi D, Ojbai A, Nikoli V, Shamshirband S, Mat Kiah M, Anuar N, et al. Adaptive neuro-fuzzy maximal power extraction of wind turbine with continuously variable transmission. Energy. 2014;64:868–74.10.1016/j.energy.2013.10.094Search in Google Scholar

[9] Petkovi D, Ab Hamid S, Ojbai A, Pavlovi N. Adapting project management method and ANFIS strategy for variables selection and analyzing wind turbine wake effect. Nat Hazards. 2014;74(2):463–75.10.1007/s11069-014-1189-1Search in Google Scholar

[10] Petkovi D, Nikoli V, Miti V, Koci L. Estimation of fractal representation of wind speed fluctuation by artificial neural network with different training algorothms. Flow Meas Instrum. 2017;54:172–6.10.1016/j.flowmeasinst.2017.01.007Search in Google Scholar

[11] Nikoli V, Miti V, Koci L, Petkovi D. Wind speed parameters sensitivity analysis based on fractals and neuro-fuzzy selection technique. Knowl Inf Syst. 2017;52(1):255–65.10.1007/s10115-016-1006-0Search in Google Scholar

[12] Anicic O, Petkovi D, Cvetkovic S. Evaluation of wind turbine noise by soft computing methodologies: a comparative study. Renew Sust Energ Rev. 2016;56:1122–8.10.1016/j.rser.2015.12.028Search in Google Scholar

[13] Petković D, Pavlović N, Ćojbašić Ž. Wind farm efficiency by adaptive neuro-fuzzy strategy. Int J Electr Power Energy Syst. 2016;81:215–21.10.1016/j.ijepes.2016.02.020Search in Google Scholar

[14] Dong J, Zheng C, Kan G, Wen J, Zhao M, Yu J. Applying the ensemble artificial neural network-based hybrid data-driven model to daily total load forecasting. Neural Comput Appl. 2015;26(3):603–11.10.1007/s00521-014-1727-5Search in Google Scholar

[15] Lei T, Pang Z, Wang X, Li L, Fu J, Kan G, et al. Drought and carbon cycling of grassland ecosystems under global change: a review. Water-sui. 2016;8:460.10.3390/w8100460Search in Google Scholar

[16] Li C, Cheng X, Li N, Du X, Yu Q, Kan G. A framework for flood risk analysis and benefit assessment of flood control measures in urban areas. Int J Env Res Pub He. 2016;13:787.10.3390/ijerph13080787Search in Google Scholar

[17] Li Z, Kan G, Yao C, Liu Z, Li Q, Yu S. An improved neural network model and its application in hydrological simulation. J Hydrol Eng. 2014;19(10):04014019-1–04014019-17.10.1061/(ASCE)HE.1943-5584.0000958Search in Google Scholar

[18] Kan G, Yao C, Li Q, Li Z, Yu Z, Liu Z, et al. Improving event-based rainfall-runoff simulation using an ensemble artificial neural network based hybrid data-driven model. Stoch Env Res Risk A. 2015;29:1345–70.10.1007/s00477-015-1040-6Search in Google Scholar

[19] Kan G, Li J, Zhang X, Ding L, He X, Liang K, et al. A new hybrid data-driven model for event-based rainfall-runoff simulation. Neural Comput Appl. 2015;28:2519–34.10.1007/s00521-016-2200-4Search in Google Scholar

[20] Kan G, Liang K, Li J, Ding L, He X, Hu Y, et al. Accelerating the SCE-UA global optimization method based on multi-core CPU and many-core GPU. Adv Meteorol. 2016;8483728:1–10.10.1155/2016/8483728Search in Google Scholar

[21] Kan G, Lei T, Liang K, Li J, Ding L, He X, et al. A multi-core CPU and many-core GPU based fast parallel shuffled complex evolution global optimization approach. IEEE T Parall Distr. 2016;28(2):332–44.10.1109/TPDS.2016.2575822Search in Google Scholar

[22] Kan G, Zhang M, Liang K, Wang H, Jiang Y, Li J, et al. Improving water quantity simulation & forecasting to solve the energy-water-food nexus issue by using heterogeneous computing accelerated global optimization method. Appl Energ. 2016;210:420–33.10.1016/j.apenergy.2016.08.017Search in Google Scholar

[23] Kan G, He X, Ding L, Li J, Lei T, Liang K, et al. An improved hybrid data-driven model and its application in daily rainfall-runoff simulation. IOP Conference Series: Earth and Environmental Science, 6th Digital Earth Summit, Beijing; 2016, vol. 46. p. 012029, 1–8.Search in Google Scholar

[24] Kan G, He X, Li J, Ding L, Zhang D, Lei T, et al. A novel hybrid data-driven model for multi-input single-output system simulation. Neural Comput Appl. 2018;29:577–93.10.1007/s00521-016-2534-ySearch in Google Scholar

[25] Zuo D, Cai S, Xu Z, Li F, Sun W, Yang X, et al. Spatiotemporal patterns of drought at various time scales in Shandong Province of Eastern China. Theor Appl Climatol. 2018;131:271–84.10.1007/s00704-016-1969-5Search in Google Scholar

[26] Chau K. Use of meta-heuristic techniques in rainfall-runoff modelling. Water-sui. 2017;9(3):186.10.3390/w9030186Search in Google Scholar

[27] Shastri H, Ghosh S, Karmakar S. Improving global forecast system of extreme precipitation events with regional statistical model: application of quantile-based probabilistic forecasts. J Geophys Res-Atmos 2017;122(3):1617–34.10.1002/2016JD025489Search in Google Scholar

[28] Wang J, Shi P, Jiang P, Hu J, Qu S, Chen X, et al. Application of BP neural network algorithm in traditional hydrological model for flood forecasting. Water-sui. 2017;9(1):48.10.3390/w9010048Search in Google Scholar

[29] Matos J, Portela M, Schleiss A. Towards safer data-driven forecasting of extreme streamflows. Water Resour Manag. 2018;32(2):701–20.10.1007/s11269-017-1834-zSearch in Google Scholar

[30] Wang D, Borthwick A, He H, Wang Y, Zhu J, Lu Y, et al. A hybrid wavelet de-noising and rank-set pair analysis approach for forecasting hydro-meteorological time series. Env Res. 2018;160:269–81.10.1016/j.envres.2017.09.033Search in Google Scholar

[31] Sharma A. Seasonal to interannual rainfall probabilistic forecasts for improved water supply management: part 1-a strategy for system predictor identification. J Hydrol. 2000;239(1–4):232–9.10.1016/S0022-1694(00)00346-2Search in Google Scholar

[32] Sharma A. Seasonal to interannual rainfall probabilistic forecasts for improved water supply management: part 3-a nonparametric probabilistic forecast model. J Hydrol. 2000;239(1–4):249–58.10.1016/S0022-1694(00)00348-6Search in Google Scholar

[33] Sharma A, Luk K, Cordery I, Lall U. Seasonal to interannual rainfall probabilistic forecasts for improved water supply management: part 2-predictor identification of quarterly rainfall using ocean-atmosphere information. J Hydrol. 2000;239(1–4):240–8.10.1016/S0022-1694(00)00347-4Search in Google Scholar

Received: 2018-12-19
Revised: 2020-05-26
Accepted: 2020-05-29
Published Online: 2020-09-18

© 2020 Guangyuan Kan et al., published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Downloaded on 19.4.2024 from https://www.degruyter.com/document/doi/10.1515/geo-2020-0166/html
Scroll to top button