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

Check well in flwdir #298

Closed maximejay closed 1 month ago

maximejay commented 3 months ago

Check the flwdir before generate the mesh. The presence of well in the flowdir can lead to a segfault in Smash. Thus if some well are detected, we provide all information needed to correct the flwdir. This check can be disabled by passing the flag check_well=False.