DassHydro / smash

An open source, Python library interfacing the Fortran Spatially distributed Modelling and ASsimilation for Hydrology platform.
https://smash.recover.inrae.fr/
GNU General Public License v3.0
12 stars 6 forks source link

No information in the documentation on the fact that the simulation start date is the date following `start_time` #161

Closed inoelloc closed 6 months ago

inoelloc commented 6 months ago

smash does not include the start time date in the discharge calculation. This date is used as the initialization date for the states. This information is not mentioned in the documentation.

This information can be added to the docstring of the smash.Model object in the enumeration of each element making up the setup, in particular start_time and end_time.