I would like to apply different rainfall time series to subcatchments in a 2D model.
I guess I could do this by creating each subcatchment as a separate 2D flow area, but that isn’t very desirable.
The other way would be by creating gridded precipitation data, and this seems like it should be fairly straightforward. But while plenty of tools can manipulate existing temporal rasters, I can’t find any tools that make it easy to create a temporal raster using a time series. It looks like I’ll have to write a Python script for QGIS, or something. But perhaps I’m just not searching for the right key words – has anyone else done something like this?