-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Risk L2 Error - 'some complex event probabilities exceed 1' #46
Comments
You need to check all the values in a row of the exlikes (not individual values). For mutex, the row total needs to be less than 1. did you try with event_rels='max'? Did you check the log file? there may be some more info there. Check these sections: |
All of the rows in the exlikes files have a total of less than 1. I ran with event_rels='max' (with mutually exclusive checked under Conditional P) and the resulting exlikes file also totals of less than 1. I did get the 'x and y arrays must have at least 2 entries' error though (all of my files have the same amount of hazard events). Regarding the log file, it threw two warnings (for the mutex run):
Thanks for the user manual links. |
Are you still getting errors? I thought you had ~6 events (but the above suggests you're using 1). You need more than 1 event for any risk analysis. Be careful to distinguish between the event_rels of the failure polygon sampler and that specified in the control file for the Risk L2 model |
OK, send me your model package again and I'll take another look. If you can only send the active files that would be helpful. but make sure everything needed to run the model is there. |
Sounds good, thanks @cefect. I have just emailed the model package over to you. Please let me know if you need any more information. |
files received. I see that you only have 1 hazard event (in 'evals) with 6 companion failure events. This is probably what's causing the 'x and y arrays' problem again... as you can't calculate risk with just one event. If you still want the expected value of your one event (given the 6 failures), which CanFlood isn't set up for, you'll probably need some workaround by adding dummy hazard events. I'm still looking into whats causing the Psum error. |
Thanks, I have added two additional hazard events and was able to get the model to run with event_rels='max'. I am still getting the Psum error (and one warning for each event in the log file) for Independent and MutEx though. Sounds good re the Psum error. |
In addition to this, we will need to run 6 breach scenarios for 3 different events (total of 18 rasters) for our analysis. Is there a way to run all 18 rasters together? It seems that the tool is either limited to 8 (max inputs for the Conditional P tab), or until the total for each row in the exlikes row is greater than 1. Please let me know if you'd like me to post this as a new issue. |
Hi,
I am trying to run an L2 risk model using 7 hazard rasters and complex failure polygons. I am able to validate the model and run impacts L2, but when I run risk L2 I get the following error: 'some complex event probabilities exceed 1'.
I have tried a different event_rels assumption (mutually exclusive instead of independent) and have confirmed that my exlikes values are all small (max 0.1659), as suggested by @cefect in issue #38.
Could you please help troubleshoot this issue?
Thanks.
The text was updated successfully, but these errors were encountered: