Hello,
CONTEXT
I am flood modeling multiple breaches along an embankment with the overall aim of later stacking the resulting ‘max depth’ inundation extents to find the probability of an area being inundated, given
a breach occurs. I’ve written some code in VBA to create plan files with a single breach location per plan. The model is 2D only.
QUESTION
I am having difficulty finding an efficient way to create ‘max depth’ result maps for each plan. I am planning to simulate breaches in hundreds of locations. I am aware that the “.rasmap” file can be edited to create maps in the “manage results maps” menu but these still need to be computed using the “compute/update stored maps” button. If there were hundreds of plans I would have to open each plan “manage result maps” and press “compute/update stored maps” for each which would be very time-consuming.
I am wondering if there is a way to use HEC-RAS Controller to essentially cycle through each plan and press the “compute/update stored maps” without involving me
Thanks in advance