Dear forum
I would like to simulate the sewers inflow.
I have a point vector file with the location and drainage power of each storm drains.
I rasterized it to produce the losses map called "storm_sewers".
How to correctly take into account it?
[time]
duration = 01:00:00
record_step = 00:20:00
[input]
dem = dtm@PERMANENT
friction = manning@PERMANENT
rain = rain@PERMANENT
bctype = bctype_3@PERMANENT
infiltration = infilt@PERMANENT
losses = storm_sewers@PERMANENT
[output]
prefix = itzi_test_22
values = h
[statistics]
stats_file = /media/giacomo/Volume/Livorno/output/itzi_test_22.csv
Many thanks