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

FIX: Missing keys for returned states #153

Closed inoelloc closed 5 months ago

inoelloc commented 5 months ago

The implementation of the time step checkpoints changed the way the states are stored between each time step. Therefore, only the values were assigned to the returned states and not the keys. This commit fixes the issue #152