Forward Structure#
In smash
a forward/direct spatially distributed model is obtained by chaining differentiable hydrological-hydraulic operators via simulated fluxes:
(optional) a descriptors-to-parameters mapping \(\phi\) either for parameters imposing spatial constrain and/or regional mapping between physical descriptor and model conceptual parameters, see mapping section.
(optional) a
snow
operator \(\mathcal{M}_{snw}\) generating a melt flux \(m_{lt}\) which is then summed with the precipitation flux to feed thehydrological
operator \(\mathcal{M}_{rr}\).A
hydrological
production operator \(\mathcal{M}_{rr}\) generating an elementary discharge \(q_t\) which feeds the routing operator.A
routing
operator \(\mathcal{M}_{hy}\) simulating propagation of discharge \(Q)\).
The operators chaining principle is presented in section forward and inverse problems statement (cf. Eq. 2 ) and the chaining fluxes are explicitated in the diagram below. The forward model obtained reads \(\mathcal{M}=\mathcal{M}_{hy}\left(\,.\,,\mathcal{M}_{rr}\left(\,.\,,\mathcal{M}_{snw}\left(.\right)\right)\right)\) .
This section describes the various operators available in smash
with mathematical/numerical expression, input data \(\left[\boldsymbol{I},\boldsymbol{D}\right](x,t)\), tunable conceptual parameters \(\boldsymbol{\theta}(x,t)\) and simulated state and fluxes \(\boldsymbol{U}(x,t)=\left[Q,\boldsymbol{h},\boldsymbol{q}\right](x,t)\).
These operators are written below for a given pixel \(x\) of the 2D spatial domain \(\Omega\) and for a time \(t\) in the simulation window \(\left]0,T\right]\).
Snow operator \(\mathcal{M}_{snw}\)#
zero (Zero Snow)
This snow operator simply means that there is no snow operator.
with \(m_{lt}\) the melt flux.
ssn (Simple Snow)
This snow operator is a simple degree-day snow operator. It can be expressed as follows:
with \(m_{lt}\) the melt flux, \(S\) the snow, \(T_e\) the temperature, \(k_{mlt}\) the melt coefficient and \(h_s\) the state of the snow reservoir.
Note
Linking with the forward problem equation Eq. 1
Internal fluxes, \(\{m_{lt}\}\in\boldsymbol{q}\)
Atmospheric forcings, \(\{S, T_e\}\in\boldsymbol{\mathcal{I}}\)
Parameters, \(\{k_{mlt}\}\in\boldsymbol{\theta}\)
States, \(\{h_s\}\in\boldsymbol{h}\)
The function \(f\) is resolved numerically as follows:
Update the snow reservoir state \(h_s\) for \(t^* \in \left] t-1 , t\right[\)
Compute the melt flux \(m_{lt}\)
Update the snow reservoir state \(h_s\)
Hydrological operator \(\mathcal{M}_{rr}\)#
Hydrological processes can be described at pixel scale in smash
with one of the availabe hydrological operators adapted from state-of-the-art lumped models.
gr4 (Génie Rural 4)
This hydrological operator is derived from the GR4 model [Perrin et al., 2003].
It can be expressed as follows:
with \(q_{t}\) the elemental discharge, \(P\) the precipitation, \(E\) the potential evapotranspiration, \(m_{lt}\) the melt flux from the snow operator, \(c_i\) the maximum capacity of the interception reservoir, \(c_p\) the maximum capacity of the production reservoir, \(c_t\) the maximum capacity of the transfer reservoir, \(k_{exc}\) the exchange coefficient, \(h_i\) the state of the interception reservoir, \(h_p\) the state of the production reservoir and \(h_t\) the state of the transfer reservoir.
Note
Linking with the forward problem equation Eq. 1
Internal fluxes, \(\{q_{t}, m_{lt}\}\in\boldsymbol{q}\)
Atmospheric forcings, \(\{P, E\}\in\boldsymbol{\mathcal{I}}\)
Parameters, \(\{c_i, c_p, c_t, k_{exc}\}\in\boldsymbol{\theta}\)
States, \(\{h_i, h_p, h_t\}\in\boldsymbol{h}\)
The function \(f\) is resolved numerically as follows:
Interception
Compute interception evaporation \(e_i\)
Compute the neutralized precipitation \(p_n\) and evaporation \(e_n\)
Update the interception reservoir state \(h_i\)
Production
Compute the production infiltrating precipitation \(p_s\) and evaporation \(e_s\)
Update the production reservoir state \(h_p\)
Compute the production runoff \(p_r\)
Compute the production percolation \(p_{erc}\)
Update the production reservoir state \(h_p\)
Exchange
Compute the exchange flux \(l_{exc}\)
Transfer
Split the production runoff \(p_r\) into two branches (transfer and direct), \(p_{rr}\) and \(p_{rd}\)
Update the transfer reservoir state \(h_t\)
Compute the transfer branch elemental discharge \(q_r\)
Update the transfer reservoir state \(h_t\)
Compute the direct branch elemental discharge \(q_d\)
Compute the elemental discharge \(q_t\)
gr5 (Génie Rural 5)
This hydrological operator is derived from the GR5 model [Le Moine, 2008]. It consists in a gr4 like model stucture (see diagram above) with a modified exchange flux with two parameters to account for seasonal variaitons.
It can be expressed as follows:
with \(q_{t}\) the elemental discharge, \(P\) the precipitation, \(E\) the potential evapotranspiration, \(m_{lt}\) the melt flux from the snow operator, \(c_i\) the maximum capacity of the interception reservoir, \(c_p\) the maximum capacity of the production reservoir, \(c_t\) the maximum capacity of the transfer reservoir, \(k_{exc}\) the exchange coefficient, \(a_{exc}\) the exchange threshold, \(h_i\) the state of the interception reservoir, \(h_p\) the state of the production reservoir and \(h_t\) the state of the transfer reservoir.
Note
Linking with the forward problem equation Eq. 1
Internal fluxes, \(\{q_{t}, m_{lt}\}\in\boldsymbol{q}\)
Atmospheric forcings, \(\{P, E\}\in\boldsymbol{\mathcal{I}}\)
Parameters, \(\{c_i, c_p, c_t, k_{exc}, a_{exc}\}\in\boldsymbol{\theta}\)
States, \(\{h_i, h_p, h_t\}\in\boldsymbol{h}\)
The function \(f\) is resolved numerically as follows:
Interception
Same as gr4
interception, see GR4 Interception
Production
Same as gr4
production, see GR4 Production
Exchange
Compute the exchange flux \(l_{exc}\)
Transfer
Same as gr4
transfer, see GR4 Transfer
grd (Génie Rural Distribué)
This hydrological operator is derived from the GR models and is a simplified strucutre used in [Jay-Allemand et al., 2020].
It can be expressed as follows:
with \(q_{t}\) the elemental discharge, \(P\) the precipitation, \(E\) the potential evapotranspiration, \(m_{lt}\) the melt flux from the snow operator, \(c_p\) the maximum capacity of the production reservoir, \(c_t\) the maximum capacity of the transfer reservoir, \(h_p\) the state of the production reservoir and \(h_t\) the state of the transfer reservoir.
Note
Linking with the forward problem equation Eq. 1
Internal fluxes, \(\{q_{t}, m_{lt}\}\in\boldsymbol{q}\)
Atmospheric forcings, \(\{P, E\}\in\boldsymbol{\mathcal{I}}\)
Parameters, \(\{c_p, c_t\}\in\boldsymbol{\theta}\)
States, \(\{h_p, h_t\}\in\boldsymbol{h}\)
The function \(f\) is resolved numerically as follows:
Interception
Compute the interception evaporation \(e_i\)
Compute the neutralized precipitation \(p_n\) and evaporation \(e_n\)
Production
Same as gr4
production, see GR4 Production
Transfer
Update the transfer reservoir state \(h_t\)
Compute the transfer branch elemental discharge \(q_r\)
Update the transfer reservoir state \(h_t\)
Compute the elemental discharge \(q_t\)
loieau (LoiEau)
This hydrological operator is derived from the GR model [Folton and Arnaud, 2020].
It can be expressed as follows:
with \(q_{t}\) the elemental discharge, \(P\) the precipitation, \(E\) the potential evapotranspiration, \(m_{lt}\) the melt flux from the snow operator, \(c_a\) the maximum capacity of the production reservoir, \(c_c\) the maximum capacity of the transfer reservoir, \(k_b\) the transfer coefficient, \(h_a\) the state of the production reservoir and \(h_c\) the state of the transfer reservoir.
Note
Linking with the forward problem equation Eq. 1
Internal fluxes, \(\{q_{t}, m_{lt}\}\in\boldsymbol{q}\)
Atmospheric forcings, \(\{P, E\}\in\boldsymbol{\mathcal{I}}\)
Parameters, \(\{c_a, c_c, k_b\}\in\boldsymbol{\theta}\)
States, \(\{h_a, h_c\}\in\boldsymbol{h}\)
The function \(f\) is resolved numerically as follows:
Interception
Same as grd
interception, see GRD Interception
Production
Same as gr4
production, see GR4 Production
Note
The parameter \(c_p\) is replaced by \(c_a\) and the state \(h_p\) by \(h_a\)
Transfer
Split the production runoff \(p_r\) into two branches (transfer and direct), \(p_{rr}\) and \(p_{rd}\)
Update the transfer reservoir state \(h_c\)
Compute the transfer branch elemental discharge \(q_r\)
Update the transfer reservoir state \(h_c\)
Compute the direct branch elemental discharge \(q_d\)
Compute the elemental discharge \(q_t\)
vic3l (Variable Infiltration Curve 3 Layers)
This hydrological operator is derived from the VIC model [Liang et al., 1994].
It can be expressed as follows:
with \(q_{t}\) the elemental discharge, \(P\) the precipitation, \(E\) the potential evapotranspiration, \(m_{lt}\) the melt flux from the snow operator, \(b\) the variable infiltration curve parameter, \(c_{usl}\) the maximum capacity of the upper soil layer, \(c_{msl}\) the maximum capacity of the medium soil layer, \(c_{bsl}\) the maximum capacity of the bottom soil layer, \(k_s\) the saturated hydraulic conductivity, \(p_{bc}\) the Brooks and Corey exponent, \(d_{sm}\) the maximum velocity of baseflow, \(d_s\) the non-linear baseflow threshold maximum velocity, \(w_s\) the non-linear baseflow threshold soil moisture, \(h_{cl}\) the state of the canopy layer, \(h_{usl}\) the state of the upper soil layer, \(h_{msl}\) the state of the medium soil layer and \(h_{bsl}\) the state of the bottom soil layer.
Note
Linking with the forward problem equation Eq. 1
Internal fluxes, \(\{q_{t}, m_{lt}\}\in\boldsymbol{q}\)
Atmospheric forcings, \(\{P, E\}\in\boldsymbol{\mathcal{I}}\)
Parameters, \(\{b, c_{usl}, c_{msl}, c_{bsl}, k_s, p_{bc}, d_{sm}, d_s, w_s\}\in\boldsymbol{\theta}\)
States, \(\{h_{cl}, h_{usl}, h_{msl}, h_{bsl}\}\in\boldsymbol{h}\)
The function \(f\) is resolved numerically as follows:
Canopy layer interception
Compute the canopy layer interception evaporation \(e_c\)
Compute the neutralized precipitation \(p_n\) and evaporation \(e_n\)
Update the canopy layer interception state \(h_{cl}\)
Upper soil layer evaporation
Compute the maximum \(i_{m}\) and the corresponding soil saturation \(i_{0}\) infiltration
Compute the upper soil layer evaporation \(e_s\)
with \(\beta\), the beta function in the ARNO evaporation [Todini, 1996] (Appendix A)
Update the upper soil layer reservoir state \(h_{usl}\)
Infiltration
Compute the maximum capacity \(c_{umsl}\), the soil moisture \(w_{umsl}\) and the relative state \(h_{umsl}\) of the first two layers
Compute the maximum \(i_{m}\) and the corresponding soil saturation \(i_{0}\) infiltration
Compute the infiltration \(i\)
Distribute the infiltration \(i\) between the first two layers, \(i_{usl}\) and \(i_{msl}\)
Update the first two layers reservoir states, \(h_{usl}\) and \(h_{msl}\)
Compute the runoff \(q_r\)
Drainage
Compute the soil moisture in the first two layers, \(w_{usl}\) and \(w_{msl}\)
Compute the drainage flux \(d_{umsl}\) from the upper soil layer to medium soil layer
Update the drainage flux \(d_{umsl}\) according to under and over soil layer saturation
Update the first two layers reservoir states, \(h_{usl}\) and \(h_{msl}\)
Note
The same approach is performed for drainage in the medium and bottom layers. Hence the three first steps are skiped for readability and the update of the reservoir states is directly written.
Update of the reservoirs states, \(h_{msl}\) and \(h_{bsl}\)
Baseflow
Compute the baseflow \(q_b\)
Update the bottom soil layer reservoir state \(h_{bsl}\)
Routing operator \(\mathcal{M}_{hy}\)#
The following routing operators are grid based and adapted to perform on the same grid than the snow and production operators. They take as input a 8 direction (D8) drainage plan \(\mathcal{D}_{\Omega}\left(x\right)\) obtained by terrain elevation processing.
For all the following models, the 2D flow routing problem over the spatial domain \(\Omega\) reduces to a 1D problem by using the drainage plan \(\mathcal{D}_{\Omega}\left(x\right)\). The lattest, for a given cell \(x\in\Omega\) defines 1 to 7 upstream cells which surface discharge can inflow the current cell \(x\) - each cell has a unique downstream cell.
lag0 (Instantaneous Routing)
This routing operator is a simple aggregation of upstream discharge to downstream following the drainage plan. It can be expressed as follows:
with \(Q\) the surface discharge, \(q_t\) the elemental discharge and \(\Omega_x\) a 2D spatial domain that corresponds to all upstream cells flowing into cell \(x\), i.e. the whole upstream catchment. Note that \(\Omega_x\) is a subset of \(\Omega\), \(\Omega_x\subset\Omega\) and for the most upstream cells, \(\Omega_x=\emptyset\).
Note
Linking with the forward problem equation Eq. 1
Surface discharge, \(Q\)
Internal fluxes, \(\{q_{t}\}\in\boldsymbol{q}\)
The function \(f\) is resolved numerically as follows:
Upstream discharge
Compute the upstream discharge \(q_{up}\)
Surface discharge
Compute the surface discharge \(Q\)
with \(\alpha\) a conversion factor from \(mm.\Delta t^{-1}\) to \(m^3.s^{-1}\) for a single cell.
lr (Linear Reservoir)
This routing operator is using a linear reservoir to rout upstream discharge to downstream following the drainage plan. It can be expressed as follows:
with \(Q\) the surface discharge, \(q_t\) the elemental discharge, \(l_{lr}\) the routing lag time, \(h_{lr}\) the state of the routing reservoir and \(\Omega_x\) a 2D spatial domain that corresponds to all upstream cells flowing into cell \(x\). Note that \(\Omega_x\) is a subset of \(\Omega\), \(\Omega_x\subset\Omega\) and for the most upstream cells, \(\Omega_x=\emptyset\).
Note
Linking with the forward problem equation Eq. 1
Surface discharge, \(Q\)
Internal fluxes, \(\{q_{t}\}\in\boldsymbol{q}\)
Parameters, \(\{l_{lr}\}\in\boldsymbol{\theta}\)
States, \(\{h_{lr}\}\in\boldsymbol{h}\)
The function \(f\) is resolved numerically as follows:
Upstream discharge
Same as lag0
upstream discharge, see LAG0 Upstream Discharge
Surface discharge
Update the routing reservoir state \(h_{lr}\)
with \(\beta\) a conversion factor from \(mm.\Delta t^{-1}\) to \(m^3.s^{-1}\) for the whole upstream domain \(\Omega_x\).
Compute the routed discharge \(q_{rt}\)
Update the routing reservoir state \(h_{lr}\)
Compute the surface discharge \(Q\)
with \(\alpha\) a conversion factor from from \(mm.\Delta t^{-1}\) to \(m^3.s^{-1}\) for a single cell.
kw (Kinematic Wave)
This routing operator is based on a conceptual 1D kinematic wave model that is numerically solved with a linearized implicit numerical scheme [Chow et al., 1998]. This is applicable given the drainage plan \(\mathcal{D}_{\Omega}\left(x\right)\) that enables reducing the routing problem to 1D.
The kinematic wave model is a simplification of 1D Saint-Venant hydraulic model. First the mass equation writes:
with \(\partial_{\square}\) denoting the partial derivation either in time or space, \(A\) the cross sectional flow area, \(Q\) the flow discharge and \(q\) the lateral inflows.
Assuming that the momentum equation reduces to
with \(S_0\) the bottom slope and \(S_f\) the friction slope - i.e. a locally uniform flow with energy grade line parallel to the channel bottom. This momentum equation can be written as [Chow et al., 1998]:
with \(a_{kw}\) and \(b_{kw}\) two constants to be estimated - that can also be written using Manning friction law.
Injecting the momentum parameterization of Eq. 3 into mass equation Eq. 1 leads to the following one equation kinematic wave model [Chow et al., 1998]:
The solution of this equation can written as:
with \(Q\) the surface discharge, \(q_t\) the elemental discharge, \(a_{kw}\) the alpha kinematic wave parameter, \(b_{kw}\) the beta kinematic wave parameter and \(\Omega_x\) a 2D spatial domain that corresponds to all upstream cells flowing into cell \(x\). Note that \(\Omega_x\) is a subset of \(\Omega\), \(\Omega_x\subset\Omega\) and for the most upstream cells, \(\Omega_x=\emptyset\).
Note
Linking with the forward problem equation Eq. 1
Surface discharge, \(Q\)
Internal fluxes, \(\{q_{t}\}\in\boldsymbol{q}\)
Parameters, \(\{a_{kw}, b_{kw}\}\in\boldsymbol{\theta}\)
For the sake of clarity, the following variables are renamed for this section and the finite difference numerical scheme writting:
Before |
After |
---|---|
\(Q(x, t)\) |
\(Q_i^j\) |
\(Q(x, t - 1)\) |
\(Q_{i}^{j-1}\) |
\(q_t(x, t)\) |
\(q_{i}^{j}\) |
\(q_t(x, t - 1)\) |
\(q_{i}^{j-1}\) |
The function \(f\) is resolved numerically as follows:
Upstream discharge
Same as lag0
upstream discharge, see LAG0 Upstream Discharge
Note
\(q_{up}\) is denoted here \(Q_{i-1}^{j}\)
Surface discharge
Compute the intermediate variables \(d_1\) and \(d_2\)
Compute the intermediate variables \(n_1\), \(n_2\) and \(n_3\)
Compute the surface discharge \(Q_i^j\)