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: Handle missing values for interception capacity calculation #165

Closed inoelloc closed 5 months ago

inoelloc commented 5 months ago

Missing values were not properly taken into account in the calculation of the interception reservoir. Missing values in Fortran for precipitation and potential evapotranspiration are stored as -99, resulting in erroneous values. This was fixed simply by not incorporating these values into the calculation.