diff --git a/smash/core/model/model.py b/smash/core/model/model.py index 1cf686eb..564b0ce3 100644 --- a/smash/core/model/model.py +++ b/smash/core/model/model.py @@ -190,8 +190,8 @@ class Model: .. note:: The convention of `smash` is that **start_time** is the date used to initialize the model's - states. All the modeled state-flux variables :math:`\\boldsymbol{U}(x,t)` (i.e., discharge, states, - internal fluxes) will be computed over the period **start_time + 1dt** and **end_time** + states. All the modeled state-flux variables :math:`\\boldsymbol{U}(x,t)` (i.e., discharge, + states, internal fluxes) will be computed over the period **start_time + 1dt** and **end_time** adjust_interception : `bool`, default True Whether or not to adjust the maximum capacity of the interception reservoir.