## Frost index

When the soil surface is frozen, this affects the hydrological processes occurring near the soil surface. To estimate whether the soil surface is frozen or not, a frost index *F* is calculated. The equation is based on
Molnau & Bissell (1983, cited in Maidment 1993), and adjusted for variable time steps.

For each time step the value of $F$ $[\frac{\circ C}{ day}]$ is updated as:

$$
F_t = F_{(t-1)}  + \frac{dF}{dt}\Delta t
$$

The **rate at which the frost index changes** $\frac{dF}{dt}$ is expressed in $[\frac{\circ C}{day} \cdot \frac{1}{day}]$ and it is computed as follows:

$$
\frac{dF}{dt} = - (1 - {A_f})\cdot F_{(t-1)} - {T_{av}} \cdot {e^{ - 0.04 \cdot K \cdot {d_s} }}
$$

Where:
- $A_f$ is a decay coefficient $[\frac{1}{day}]$;
- $K$ is a a snow depth reduction coefficient $[\frac{1}{cm}]$;
- $d_s$ is the ratio of the (pixel-average) depth of the snow cover (expressed as $mm$ equivalent water depth) and a parameter called snow water equivalent,(Maidment, 1993): $d_s = \frac{SnowCover}{SnowWaterEquivalent}$


In LISFLOOD, $A_f$ and $K$ are set to 0.97 $[\frac{1}{day}]$ and 0.57 $[\frac{1}{cm}]$ respectively.

The recommended value of $SnowWaterEquivalent$ is 0.45 (based on snow density of 450 $[\frac{kg}{m^3}]$, e.g. Tarboton and Luce, 1996).

**The soil is considered frozen when the frost index rises above a critical threshold of 56**. $F$ is not allowed to become less than 0.

When the frost index rises above a threshold of 56, every soil process is frozen and transpiration, evaporation, infiltration and water flows between the different soil layers and to the upper groundwater layer are set to zero.
Any rainfall is bypassing the soil and transformed into surface runoff till the frost index is equal or less than 56.

<img src="../media/plot_02_frost_index_evolution.png" alt="Frost index evolution under different scenarios" width="700">

***Figure:*** *Frost index evolution under three scenarios: (a) sustained cold without snow cover — F quickly reaches the cap; (b) cold with snow insulation — F rises much more slowly; (c) alternating warm/cold — F oscillates but can still cross the frozen threshold.*

Starting from LISFLOOD v4.0.0, *the maximum frost index value is set to 57*. This choice was made to prevent nonrealistic large discharge values in specific climatic conditions.  
When such a limitation to the maximum value of the frost index is not used, very long cold periods lead to very high values of the frost index (>100). This effect is exacerbated in the absence of precipitation (snow). A sudden increase in temperature and a precipitation event (rain) on a deeply frozen soil (frost index much larger than 56) results in a large discharge value in the channels as all the rain is transformed into surface runoff and routed to the channels. This behavior of the numerical model was observed in many European and North American rivers and such large discharge values were deemed nonrealistic after the comparison with the observed discharge time series. Conversely, the modelled results are consistent with the observations when the maximum value of the frost index is set to 57. 
