lisflood-code icon indicating copy to clipboard operation
lisflood-code copied to clipboard

Lisflood OS - LISFLOOD

Results 17 lisflood-code issues
Sort by recently updated
recently updated
newest added

Hello community! I have a problem with version 4.0.0 when running for the basin domain area and for a subcatchment. When I run to the basin domain, the channel discharge...

I have tried for installing LISFLOOD, but I failed. I always encounter the "gdal" error. There have been users who encountered and solved the same error before. Could you please...

Hey you all, I am trying to install Lisflood on Win10 machine but thanks to the suggestion that [https://github.com/ec-jrc/lisflood-code/issues/91](url) I created a Linux Box and trying to install everything in...

A student of mine at Imperial College is developing an application of Lisflood for Africa. Many of the required inputs are self-explanatory or have been documented previously (e.g. https://publications.jrc.ec.europa.eu/repository/bitstream/JRC78917/lisflood_2013_online.pdf). But,...

Hi, As discussed, I believe these three points should be addressed in the near future to make the code more readable, and allow easier development and deployment of LISFLOOD-OS: 1....

Need refactoring and add tests after D2 developments are merged. Branch lisflood_merge

I have an issue with permission denied when the tests are executed: "pytest tests/". Could you please explain me where the issue is? ![Permission_Error_1](https://user-images.githubusercontent.com/70052517/105851674-6b885100-6009-11eb-8741-c206b895a5f4.jpg) ![Permission_Error_2](https://user-images.githubusercontent.com/70052517/105851685-6e834180-6009-11eb-988c-897e3bd6b71f.jpg) ![Permission_Error_3](https://user-images.githubusercontent.com/70052517/105851692-717e3200-6009-11eb-97c0-a37cfa4af92a.jpg)

after initialization run lzavin and avgdis maps have a 'time' variable. The variable contains only 1 timestep which is not related to the timesteps of next run in which they'll...

The **self.var.downstruct** in [routing.py](https://github.com/ec-jrc/lisflood-code/blob/master/src/lisflood/hydrological_modules/routing.py) creates some negative values, which creates problem with lakes and reservoir modules. Is it reasonable to add the following self.var.downstruct[self.var.downstruct < 0] = maskinfo.info.mapC[0] after [self.var.downstruct[lddC...