Hi,
I have tested your case. The reason of your problem is the very long time step that you obtain at the beginning of the simulation. For example, with the concave rain:
TIME-STEP: 497.23674084840582
This will spoil the reading of the hyetograph with 180 s resolution. The code would need further modifications to take into account such a case, where DT spans over more than two time series points. On the other hand, it is not a good idea to allow such a long time step because some runoff, triggered during the time step, can be missed, hence leading to wrong results.
I could also reproduce the strange behavior when changing GRAPHIC PRINTOUTS PERIOD. It looks like it is linked to some internal FV / time step parametrization which I am not aware of. Would be intresting to have feedback from developpers.
I made some changes to your case with:
- refining the mesh in one area near the outlet (your base mesh is extremely coarse with 100 m side length - this for sure does not help to reduce time step)
- I set CN = 100 in that area to force direct runoff from 1st time step
I ran the case for concave and convex rain and for GRAPHIC PRINTOUTS PERIOD 60 and 600 s. The time step in those simulations is much smaller at simulation start and the rainfall as applied in the simulation is matching the input data, see graphs below. Yes, the total simulation time will be longer, but your mesh is pretty coarse as it is, some refinement would be beneficial if you have enough resolution in your DEM.
Kind regards
PL