fip-ems / fip

3 stars 1 forks source link

Simulating rainfall #3

Open mariuszhermansdorfer opened 1 week ago

mariuszhermansdorfer commented 1 week ago

First of all, thanks a lot for creating this library!

How would you go about simulating rainfall on the terrain instead of river flooding? To begin with, I'd be interested in uniformly distributed precipitation e.g. 0.25mm per cell per minute over 60 minutes and then simulate 120 more minutes without any precipitation.

I'd appreciate pointers in the right direction!

[Edit] I just saw this flag in the yml file, but it doesn't seem to have any influence on the results: image

mariuszhermansdorfer commented 1 week ago

I can see this function signature in the header file but can't find any implementation. Is this something you are working on? https://github.com/fip-ems/fip/blob/8b9e21f255f13e9e331c8bff6b5bc62bf0fb9c05/src/simdata.h#L62C14-L62C39