<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Khabarovsk, Russia</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Does Deep Learning Advance Hourly Runoff Predictions?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Georgy Ayzel</string-name>
          <email>ayzel@uni-potsdam.de</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Environmental Sciences and Geography, University of Potsdam</institution>
          ,
          <addr-line>Potsdam</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <volume>1</volume>
      <fpage>6</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>Timely and accurate flash flood predictions are crucial for early warning of this costly and deadly natural hazard. There are many modeling approaches tackling hourly runoff formation mechanisms and utilizing different levels of computational complexity and requirements to an input data. However, to keep an efficient trade-off between speed, data availability, robustness and interpretability, the focus of operational runoff forecasting systems development often shifts to conceptual hydrological models. However, the developing field of deep learning provides us an opportunity to advance flash flood predictions using new data-driven technologies. In the present study, we extensively search for optimal structure and parameters and examine the predictive performance of the Long Short-Term Memory (LSTM) model for continuous runoff predictions at an hourly time step and compare results with the process-based hydrological model. Results highlight that the LSTM model provides reliable hourly runoff predictions. Yet, it demonstrates only comparable efficiency with a conceptual hydrological model, but with a significant computational overhead.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        output dependencies. Recent studies show a high potential of LSTM models in hydrological modeling: it was shown
that LSTM models can outperform both conventional feed-forward ANNs and conceptual hydrological models [
        <xref ref-type="bibr" rid="ref14 ref15">14,
15</xref>
        ].
      </p>
      <p>
        The rapid growth of studies that involve modern deep learning architectures in the field of hydrology is ongoing
right now, and many prospective studies are emerging [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. The objective of this study is to investigate the capability
of LSTM model reproduce rainfall-runoff process at an hourly temporal resolution and highlight its predictive potential,
advances and shortcomings over the state-of-the-art conceptual hydrological model.
2
2.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Data and Methods</title>
      <sec id="sec-2-1">
        <title>Study Site and Hydrometeorological Data</title>
        <p>
          We use the Rimbaud River basin at Collobrières as the study site. It is located in the Maures highlands of southeastern
France, close to the Mediterranean Sea coast and drains an area of 1.4 km². For a detailed description of the basin
characteristics, such as elevation, vegetation, geology, climatology, and a hydrologic regime, please see the Supplement
material of Thirel et al. [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] paper.
        </p>
        <p>
          Hourly precipitation data (P) was obtained from three different sources: two nearby rain gauges located outside the
basin and the SAFRAN reanalysis [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]. When precipitation observations at a specific time were available on both rain
gauges, we took an average value of both, if one of two observations was missing we took the measured one. In the
situation no observations from any of the gauges were available, we took a precipitation estimation from the nearest
SAFRAN reanalysis grid cell. Hourly potential evapotranspiration data (PE) were obtained from the SAFRAN
reanalysis which utilizes the Penman-Monteith formulation to calculate PE. Discharge data at hourly time resolution
were obtained from Irstea, France. Data is available from 1 January 1968 to 31 December 2004 and has no missing
values for meteorological forcing (P and PE) and around 1% missing values for discharge.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Hydrological Model</title>
        <p>
          In the present study we use GR4H – the process-based, lumped, conceptual hydrological model, which was
developed for runoff predictions at an hourly temporal resolution [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. GR4H has four free parameters which are
calibrated by optimizing the Nash-Sutcliffe efficiency criteria (NS, see Sect. 2.5) using the differential evolution
algorithm [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. To initialize the GR4H model states we use a warm-up period that copies the period under consideration.
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>LSTM Model</title>
        <p>
          In the present study, the chosen LSTM model is the ANN constructed from two types of calculation layers –
LSTM and fully-connected (Dense) – to map meteorological forcing (input layer) to runoff (output layer) data (Fig.
1). For a detailed description of the whole workflow of implementing LSTM networks for runoff predictions, we
recommend referring to Kratzert et al. [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ].
        </p>
        <p>
          Objective guidelines for designing an appropriate structure of ANN and its hyperparameters for a specific modeling
task remain elusive [
          <xref ref-type="bibr" rid="ref7 ref8 ref9">7-9</xref>
          ]. In most cases, researchers rely on trial-and-error techniques, and provide only the most
effective and efficient architecture and hyperparameters, but do not provide information about their failures that could
help researchers to avoid such failures, or investigate the reasons of the detected failures. In this study, we use grid
search – a computationally-inefficient, but at the same time one of the most informative methods for finding a
quasioptimal setting of model architecture and related parameters in discrete space of parameters.
        </p>
        <p>We constrained the hyperparameter space by considering only six important LSTM model hyperparameters,
investigated separately for two variants of forcing data (precipitation and potential evapotranspiration; precipitation
only) (see Fig. 2):
1. The input history length (hours), which is the length of the input sequence of meteorological forcing to be
considered as a predictor for runoff. We use 25 candidates: from 48 to 1200 hours with a step of 48 hours.
2. The number of LSTM layers, which goes from one to three consecutive layers;
3. The number of LSTM units (# neurons), which is the length of hidden/cell states of LSTM layers. We use
candidate values of 16, 32, and 64.
4. The regular dropout rate of the LSTM layer. We use two options: 0 and 0.2.
5. The recurrent dropout rate of the LSTM layer. We use two options: 0 and 0.5.
6. The number of Dense layers. We use the following candidates: one layer with one hidden neuron; two
consecutive layers with 32 neutrons on the first and with one neuron on the second layer; three consecutive
layers with 64, 32, and one neuron, correspondingly.</p>
        <p>For every candidate configuration, we trained the LSTM model and evaluate its corresponding performance on two
independent periods: training and validation. For the validation period, we randomly reserve 4 years of available data
(~12%), and the remaining data of 30 years has been used for the training period (88%). We used the early stopping
technique to interrupt the training while there is no improvement for model performance on the validation period for 5
epochs (1 epoch is the time when each training sample has been entirely used for model optimization), and then save
only the best model variant in terms of efficiency regarding the validation period. For model training, we use the
RMSprop optimization algorithm with default hyperparameters and the mean squared error as a loss function.
2.4</p>
      </sec>
      <sec id="sec-2-4">
        <title>Benchmark Setting</title>
        <p>
          For the benchmark setting, we slightly adapted the standard split-sample test methodology proposed by Klemeš [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ],
which is widely used in many hydrological studies (Fig. 3). There are two major modifications:
1. We add an independent validation period (VP) which is isolated from the period for model calibration and
testing.
2. In addition to a standard splitting of available data on two periods (P1 and P2) for model calibration
(training) and testing, we also propose to augment these periods by the full period (FP).
        </p>
        <p>The main goal of the proposed benchmark setting is to try to reach at some extent genericity for choosing a
hydrological model of any type: for a fair comparison, we have to estimate GR4H and LSTM model performances
under the same testing conditions.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results and Discussion</title>
      <sec id="sec-3-1">
        <title>Do We Need Deep Data-Driven Models for Runoff Predictions at Hourly Time Scale?</title>
        <p>
          Interestingly, deep data-driven models might not be necessarily required. Results of the implemented extensive grid
search procedure (Fig. 2) show that the development of a reliable LSTM model for hourly runoff predictions does not
require deep architectures that utilize many sequential LSTM and Dense layers. In the context of runoff predictions, it
is in our case a better strategy to build a shallow model with one, but wide, LSTM layer (with a high number of neurons)
with consequent one and narrow (with the one neuron) Dense layer, and the high rate of recurrent regularization.
Obtained results are consistent with the earlier study by Zhang et al. [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] who showed that a model with one LSTM
layer outperforms a model with two sequential LSTM layers. Our results also underline the importance of using any
structured algorithm for an extensive search for the best possible LSTM-based architecture and its corresponding
hyperparameters in the defined parameter space, rather than poorly documented trial-and-error experiments [
          <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
          ].
This search can not only improve the identification of suitable model structures, but also provide insights into modeling
system features (e.g. relationships between available input data and model hyperparameters), and serves as a guidance
for further studies in the field of machine learning in hydrology.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>How Do GR4H and LSTM Models Perform?</title>
        <p>
          Results reveal clear differences in efficiency patterns between GR4H and LSTMs (Fig. 4). For calibration and testing
periods (P1, P2, FP) GR4H has a more uniform spread of efficiency metrics disregarding which data was used for
model calibration and validation: NS ranges between 0.69 and 0.77, KGE ranges between 0.71 and 0.84 and Bias ranges
between 0 and 14 percent. For LSTM_PPE, these intervals are 0.62-0.84 (NS), 0.65-0.9 (KGE) and 1.5-12 (Bias). For
LSTM_P, these intervals are 0.55-0.8, 0.61-0.87 and 2.6-22, correspondingly. In contrast to GR4H, identified patterns
in LSTMs efficiencies highlight the strong natural dependency of data-driven models efficiency and robustness to the
training data (as also observed in [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]). Results also show the clear model outperformance on P1 (1968-1984) over P2
(1985-2001) period, that reflects the change of basin natural conditions driven by the severe wildfire in 1990, when
over 84% of the basin was burnt [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
        </p>
        <p>On the independent validation period (VP, 2002-2004) all models show a substantial drop of efficiency disregarding
which data was used for model calibration/training. Both LSTM models trained on a full calibration period (FP,
19682001) outperform the GR4H model: LSTMs have a higher NS (0.61 and 0.58 for LSTMs in comparison with 0.52 for
GR4H) and a lower Bias (1.2 and 7.8 for LSTMs in comparison with 14 for GR4H). However, an additional use of the
KGE shows a reverse situation where GR4H outperforms both LSTMs (KGE is 0.73 for GR4H in comparison with
0.65 and 0.67 for LSTMs). Further decomposition of KGE into separate components that describe the contribution of
correlation, variance, and bias clearly shows that the reason for this behavior is the higher contribution of variance
component for both LSTMs. Visual inspection of simulated hydrographs shows that LSTMs do not capture small runoff
peaks.</p>
        <p>
          Results show that a split-sample test is a helpful tool for model efficiency and robustness analysis, but in case of
implementing rainfall-runoff models for operational use in real setting it is better to use all available data for model
calibration/training disregarding results of split-sample test: all models show better results when calibrated/trained on
a full period. Thus, our findings also confirm the same conclusion which was provided in [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. The gain of using a full
period for model calibration/training is higher for data-driven (LSTM) models.
        </p>
        <p>Using confined forcing (only precipitation time series) to drive LSTM models shows a good potential in the light of
further integration of LSTM-based model into operational setting driven by the only precipitation data obtained from
weather radars. Trained on a full period, the LSTM_P model shows comparable results with the LSTM_PPE model:
the former has a lower NS and higher Bias, but also a lower variance. The lower variance of LSTM_P model shows its
best performance for small runoff peaks (where runoff is under 1 mm/hour). This behavior proves higher and faster
response of LSTM_P model to precipitation signal in comparison with the more inert LSTM_PPE model, which does
additionally utilize potential evapotranspiration signal.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>To What Extent Are Flash Floods Predictions Benefiting From Using LSTM Models?</title>
        <p>Results do not provide a clear answer to that question. We highlight six events where the peak runoff is above 2
mm/hour for testing the models’ efficiency for flash floods predictions on the validation period (Fig. 5). For three of
them (Fig. 5, events B, C, D) LSTM_PPE shows better results than GR4H, for two events there is a tie (Fig. 5, events
A, E), and only for one event (Fig. 5, event F) GR4H is better. Results of LSTM_P model is worse: it is better for runoff
predictions than GR4H for one event only (Fig. 5, event B), there is almost no difference between models for two events
(Fig. 5, events D, F), and GR4H outperforms LSTM_P for the remaining three events (Fig. 5, events A, C, E).</p>
        <p>
          Flash floods predictions are not in the particular focus of this study, which strives to show the performance of
different types of models in general. However, the LSTM_PPE model shows a great potential for flash floods
predictions with results that are at least comparable with the process-based GR4H model. Unfortunately, for bigger
flash floods (where the peak runoff is above 2 mm/hour), LSTM_P shows limited reliability. For the events with
duration longer than one hour it is critical to include potential evapotranspiration time series in LSTM model forcing,
which indirectly represents inert basin state. This finding contrasts with Toth and Brath results [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], which identified
no improvement of accounting for potential evapotranspiration time series in comparison with the use of precipitation
data alone. However, in contrast to Toth and Brath [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], we do not assimilate antecedent runoff observations, which
can hold the most of valid information for runoff modeling due to the high runoff autocorrelation. In comparison with
the hard-coded structure of GR4H, LSTM models have a potential to focus on a particular type of events using an
oversampling technique – when during the training we feed to neural network not only one realization of the event per
epoch but several identical realizations. This way, data-driven models acquire additional flexibility for runoff modeling
studies.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Summary and Conclusions</title>
      <p>
        One hydrological and two LSTM models were extensively evaluated for runoff predictions at an hourly temporal
resolution on the small basin in France with the Mediterranean climate using an updated split-sample test and multiple
efficiency criteria. The main findings of the present work can be summarized as the following:
1. Deep learning belongs to the groundbreaking technologies that are revolutionizing many fields of scientific
research by setting up the new level of predictability [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. However, at the moment its applications for
runoff predictions show comparable results with conventional process-based hydrological models [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Our
study suggest that new data-driven models (e.g. LSTM models) are not necessarily a new breakthrough in
runoff modeling, but reliable members in the family of hydrological models with their own advantages and
disadvantages.
2. In contrast to deep learning as the name of a group for the new data-driven methods, these models do not
necessarily have to be deep. In our study, we show that shallower and more regularized models provide
better results.
3. We show the critical importance of implementing two techniques for exploratory analysis of hydrological
models that are often ignored in hydrological studies: a grid search and model performance assessment
using multiple evaluation metrics. Grid search not only helps us to objectively identify the quasi-optimal
LSTM models, but also reveals differences among optimal LSTM models, which have a hydrological
meaning. Using multiple statistical criteria for assessing model performance helps not to miss important
details in model behavior and identify their possible sources.
4. In contrast to GR4H, the performance of LSTM models strongly depends on training data. There are two
following practical implications. In case little data of observed runoff is available for model calibration, it
is better to use a process-based hydrological model (e.g. GR4H).
5. More calibration data – better performance on an independent period. That result was obtained disregarding
the model we use for predictions and also has an important practical implication: if the final goal is
providing modeling solutions to be implemented in operational use or decision making, it is a better strategy
to use all the data available for optimizing proposed models.
6. We do not consistently advance flash floods predictions using LSTMs. Tackling this problem, we have to
programmatically shift the model’s focus to flash floods using techniques for learning patterns from
imbalanced datasets (e.g. oversampling).
      </p>
      <p>
        A review of previous research studies in the field of data-driven hydrology leaves us feeling that we as a community
are walking in a circle. Despite extensive guidelines how to organize research in a sustainable way and push it further
[
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7-9</xref>
        ], we still choose directions of least resistance and risk. The possible way to leave this flat circle is to synthesize
dialog between two different research communities (from the side of hydrology, and from machine learning) and benefit
from their common expertise, e.g. by running new model intercomparison projects that will pursue the most challenging
research directions.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>The present study was mainly funded by the Russian Foundation for Basic Research (RFBR), project no.
19-0500087 A. The hydrological model development and evaluation part (Sect. 2.2, 3.2) was supported by the Russian
Science Foundation, project no. 16-17-10039. Georgy Ayzel was financially supported by Geo.X, the Research
Network for Geosciences in Berlin and Potsdam.</p>
      <p>Georgy Ayzel would like to thank Météo-France for making available the meteorological SAFRAN data and Dr.
Nathalie Folton (Irstea Aix-en-Provence) and Dr. Guillaume Thirel (Irstea) for providing the meteorological and
discharge gauge data. Georgy Ayzel thanks Dr. Maik Heistermann and Dr. Guillaume Thirel for their helpful
recommendations and positive criticism of this study.</p>
      <p>Computational experiments have been carried out using GPU computation resources of the Machine Learning Group
of the University of Potsdam (Potsdam, Germany) and the Shared Facility Center “Data Center of FEB RAS”
(Khabarovsk, Russia).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Hrachowitz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savenije</surname>
            ,
            <given-names>H. H. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blöschl</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McDonnell</surname>
            ,
            <given-names>J. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sivapalan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pomeroy</surname>
            ,
            <given-names>J. W.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Fenicia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A decade of Predictions in Ungauged Basins (PUB)-a review</article-title>
          .
          <source>Hydrological sciences journal</source>
          ,
          <volume>58</volume>
          (
          <issue>6</issue>
          ),
          <fpage>1198</fpage>
          -
          <lpage>1255</lpage>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Montanari</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Young</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savenije</surname>
            ,
            <given-names>H. H. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hughes</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wagener</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>L. L.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Blöschl</surname>
          </string-name>
          , G.:
          <article-title>“Panta Rheieverything flows”: change in hydrology and society-the IAHS scientific decade 2013-2022</article-title>
          .
          <source>Hydrological Sciences Journal</source>
          ,
          <volume>58</volume>
          (
          <issue>6</issue>
          ),
          <fpage>1256</fpage>
          -
          <lpage>1275</lpage>
          . (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>McMillan</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montanari</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cudennec</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savenije</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kreibich</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krueger</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Di Baldassarre</surname>
          </string-name>
          , G.:
          <source>Panta Rhei</source>
          <year>2013</year>
          -2015:
          <article-title>global perspectives on hydrology, society and change</article-title>
          .
          <source>Hydrological sciences journal</source>
          ,
          <volume>61</volume>
          (
          <issue>7</issue>
          ),
          <fpage>1174</fpage>
          -
          <lpage>1191</lpage>
          . (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Solomatine</surname>
            ,
            <given-names>D. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ostfeld</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Data-driven modelling: some past experiences and new approaches</article-title>
          .
          <source>Journal of hydroinformatics</source>
          ,
          <volume>10</volume>
          (
          <issue>1</issue>
          ),
          <fpage>3</fpage>
          -
          <lpage>22</lpage>
          . (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Mount</surname>
            ,
            <given-names>N. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maier</surname>
            ,
            <given-names>H. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toth</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elshorbagy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solomatine</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>F. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abrahart</surname>
            ,
            <given-names>R. J.</given-names>
          </string-name>
          :
          <article-title>Data-driven modelling approaches for socio-hydrology: opportunities and challenges within the Panta Rhei Science Plan</article-title>
          .
          <source>Hydrological Sciences Journal</source>
          ,
          <volume>61</volume>
          (
          <issue>7</issue>
          ),
          <fpage>1192</fpage>
          -
          <lpage>1208</lpage>
          . (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Paniconi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Putti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Physically based modeling in catchment hydrology at 50: Survey and outlook</article-title>
          .
          <source>Water Resources Research</source>
          ,
          <volume>51</volume>
          (
          <issue>9</issue>
          ),
          <fpage>7090</fpage>
          -
          <lpage>7129</lpage>
          . (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Dawson</surname>
            ,
            <given-names>C. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilby</surname>
            ,
            <given-names>R. L.</given-names>
          </string-name>
          :
          <article-title>Hydrological modelling using artificial neural networks</article-title>
          .
          <source>Progress in physical Geography</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ),
          <fpage>80</fpage>
          -
          <lpage>108</lpage>
          . (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Maier</surname>
            ,
            <given-names>H. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dandy</surname>
            ,
            <given-names>G. C.</given-names>
          </string-name>
          :
          <article-title>Neural networks for the prediction and forecasting of water resources variables: a review of modelling issues and applications</article-title>
          .
          <source>Environmental modelling &amp; software, 15(1)</source>
          ,
          <fpage>101</fpage>
          -
          <lpage>124</lpage>
          . (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Maier</surname>
            ,
            <given-names>H. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jain</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dandy</surname>
            ,
            <given-names>G. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sudheer</surname>
            ,
            <given-names>K. P.</given-names>
          </string-name>
          :
          <article-title>Methods used for the development of neural networks for the prediction of water resource variables in river systems: current status and future directions</article-title>
          .
          <source>Environmental modelling &amp; software, 25(8)</source>
          ,
          <fpage>891</fpage>
          -
          <lpage>909</lpage>
          . (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>D. N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raju</surname>
            ,
            <given-names>K. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sathish</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>River flow forecasting using recurrent neural networks</article-title>
          .
          <source>Water resources management</source>
          ,
          <volume>18</volume>
          (
          <issue>2</issue>
          ),
          <fpage>143</fpage>
          -
          <lpage>161</lpage>
          . (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Hsu</surname>
            ,
            <given-names>K. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>H. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sorooshian</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Imam</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Self‐organizing linear output map (SOLO): An artificial neural network suitable for hydrologic modeling and analysis</article-title>
          .
          <source>Water Resources Research</source>
          ,
          <volume>38</volume>
          (
          <issue>12</issue>
          ),
          <fpage>38</fpage>
          -
          <lpage>1</lpage>
          . (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Taver</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johannet</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Borrell-Estupina</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pistre</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Feed-forward vs recurrent neural network models for nonstationarity modelling using data assimilation and adaptivity</article-title>
          .
          <source>Hydrological sciences journal</source>
          ,
          <volume>60</volume>
          (
          <issue>7-8</issue>
          ),
          <fpage>1242</fpage>
          -
          <lpage>1265</lpage>
          . (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Hochreiter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidhuber</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Long short-term memory</article-title>
          .
          <source>Neural computation</source>
          ,
          <volume>9</volume>
          (
          <issue>8</issue>
          ),
          <fpage>1735</fpage>
          -
          <lpage>1780</lpage>
          . (
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kratzert</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klotz</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brenner</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herrnegger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Rainfall-runoff modelling using Long Short-Term Memory (LSTM) networks</article-title>
          .
          <source>Hydrology and Earth System Sciences</source>
          ,
          <volume>22</volume>
          (
          <issue>11</issue>
          ),
          <fpage>6005</fpage>
          -
          <lpage>6022</lpage>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ye</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Developing a Long Short-Term Memory (LSTM) based model for predicting water table depth in agricultural areas</article-title>
          .
          <source>Journal of hydrology</source>
          ,
          <volume>561</volume>
          ,
          <fpage>918</fpage>
          -
          <lpage>929</lpage>
          . (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laloy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elshorbagy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Albert</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bales</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>F. J.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          HESS Opinions:
          <article-title>Incubating deep-learning-powered hydrologic science advances as a community</article-title>
          .
          <source>Hydrology and Earth System Sciences</source>
          ,
          <volume>22</volume>
          (
          <issue>11</issue>
          ). (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Thirel</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andréassian</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Audouy</surname>
            ,
            <given-names>J. N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berthet</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Edwards</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , ... &amp;
          <string-name>
            <surname>Lindström</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>Hydrology under change: an evaluation protocol to investigate how hydrological models deal with changing catchments</article-title>
          .
          <source>Hydrological Sciences Journal</source>
          ,
          <volume>60</volume>
          (
          <issue>7-8</issue>
          ),
          <fpage>1184</fpage>
          -
          <lpage>1199</lpage>
          . (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Vidal</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franchistéguy</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baillon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soubeyroux</surname>
            ,
            <given-names>J. M.:</given-names>
          </string-name>
          <article-title>A 50‐year high‐resolution atmospheric reanalysis over France with the Safran system</article-title>
          .
          <source>International Journal of Climatology</source>
          ,
          <volume>30</volume>
          (
          <issue>11</issue>
          ),
          <fpage>1627</fpage>
          -
          <lpage>1644</lpage>
          . (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Mathevet</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Which rainfall-runoff model at the hourly time-step? Empirical development and intercomparison of rainfall runoff model on a large sample of watersheds (Doctoral dissertation</article-title>
          ,
          <source>PhD thesis</source>
          , ENGREF University, Paris, France). (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Storn</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Price</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <article-title>Differential evolution-a simple and efficient heuristic for global optimization over continuous spaces</article-title>
          .
          <source>Journal of global optimization</source>
          ,
          <volume>11</volume>
          (
          <issue>4</issue>
          ),
          <fpage>341</fpage>
          -
          <lpage>359</lpage>
          . (
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Klemeš</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <article-title>Operational testing of hydrological simulation models</article-title>
          .
          <source>Hydrological Sciences Journal</source>
          ,
          <volume>31</volume>
          (
          <issue>1</issue>
          ),
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
          . (
          <year>1986</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Nash</surname>
            ,
            <given-names>J. E.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sutcliffe</surname>
            ,
            <given-names>J. V.</given-names>
          </string-name>
          (
          <year>1970</year>
          ).
          <article-title>River flow forecasting through conceptual models part I-A discussion of principles</article-title>
          .
          <source>Journal of hydrology</source>
          ,
          <volume>10</volume>
          (
          <issue>3</issue>
          ),
          <fpage>282</fpage>
          -
          <lpage>290</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>H. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kling</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yilmaz</surname>
            ,
            <given-names>K. K.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Martinez</surname>
            ,
            <given-names>G. F.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Decomposition of the mean squared error and NSE performance criteria: Implications for improving hydrological modelling</article-title>
          .
          <source>Journal of hydrology</source>
          ,
          <volume>377</volume>
          (
          <issue>1- 2</issue>
          ),
          <fpage>80</fpage>
          -
          <lpage>91</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Moriasi</surname>
            ,
            <given-names>D. N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arnold</surname>
            ,
            <given-names>J. G.</given-names>
          </string-name>
          , Van Liew,
          <string-name>
            <given-names>M. W.</given-names>
            ,
            <surname>Bingner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. L.</given-names>
            ,
            <surname>Harmel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. D.</given-names>
            , &amp;
            <surname>Veith</surname>
          </string-name>
          ,
          <string-name>
            <surname>T. L.</surname>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Model evaluation guidelines for systematic quantification of accuracy in watershed simulations</article-title>
          .
          <source>Transactions of the ASABE</source>
          ,
          <volume>50</volume>
          (
          <issue>3</issue>
          ),
          <fpage>885</fpage>
          -
          <lpage>900</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Toth</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Brath</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2007</year>
          ).
          <article-title>Multistep ahead streamflow forecasting: Role of calibration data in conceptual and neural network modeling</article-title>
          .
          <source>Water Resources Research</source>
          ,
          <volume>43</volume>
          (
          <issue>11</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Arsenault</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brissette</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Martel</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>The hazards of split-sample validation in hydrological model calibration</article-title>
          .
          <source>Journal of hydrology</source>
          ,
          <volume>566</volume>
          ,
          <fpage>346</fpage>
          -
          <lpage>362</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Paniconi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Putti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Physically based modeling in catchment hydrology at 50: Survey and outlook</article-title>
          .
          <source>Water Resources Research</source>
          ,
          <volume>51</volume>
          (
          <issue>9</issue>
          ),
          <fpage>7090</fpage>
          -
          <lpage>7129</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Dawson</surname>
            ,
            <given-names>C. W.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Wilby</surname>
            ,
            <given-names>R. L.</given-names>
          </string-name>
          (
          <year>2001</year>
          ).
          <article-title>Hydrological modelling using artificial neural networks</article-title>
          .
          <source>Progress in physical Geography</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ),
          <fpage>80</fpage>
          -
          <lpage>108</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>