All the RR models included in airGR are set up to work in a simulation mode. There is no forecasting model in airGR. However, provided that users have meteorological forecast data and arrange their code to do so, hydrological forecasting can be performed with the airGR RR models (especially the hourly and daily models).
GRP is the operational flood forecasting model used by many flood forecasting centers in France. It is not included in airGR (see previous question) but is available upon request and after signing an agreement, both for research and real-time use, when contacting the responsible team.
With some data manipulation it is possible to perform flow forecasting. Such a work has already been done in the past. However we did not include a specific function for this in airGR.
Calibration_Michel()
function, which implements the
in-house algorithm of the team. Our algorithm is a mix between a global
method and a local method. The first step of the algorithm is to screen
the parameters space. The second step is a local steepest descent
gradient method. The calibration can be tuned (which parameter not to
calibrate, definition of complex calibration periods, etc.).Param_Sets_GR4J
object. This set of parameters can be
loaded with the following R command: data(Param_Sets_GR4J)
.
The Generalist parameter sets
article explains how to use this list. This set of parameters is quite
general and showed to perform better than automatic calibration when
very few data are available. Good performance is not warranted, but it
is better than nothing. We do not have such a list for the other RR
models.