-
Notifications
You must be signed in to change notification settings - Fork 289
Calculate consequences from multiple perils (ground shaking and sep) for each asset #9746
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
Comments
Thanks for the very clear description, @catarinaquintela, but I also need example calculations that you can send me privately. Best if they are very small, say with a single asset. |
This was referenced Oct 22, 2024
Merged
There is also the problem of managing multiple loss types independently from consequences, i.e. the |
This was referenced Oct 26, 2024
This was referenced Nov 4, 2024
Closing since we have #10162 subsuming this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
In network risk assessments, it is fundamental to estimate the damage state and the non-functionality of nodes and edges not only due to ground shaking but also due to earthquake-induced hazards (liquefaction and landslide). The effects of these three sources of damage need to be considered simultaneously for each asset, as one asset might be operational if only ground shaking is considered, but non-operational due to liquefaction effects.
Currently, OQ supports the estimation of damage from ground shaking, liquefaction and landslide independently, through the definition of fragility functions that use the corresponding IMs (e.g., PGA for ground shaking; LiqOccur or LSE for landslide; Disp or DispProb for landslide). However, for each taxonomy class the user can define only one FF, and therefore the damage state is calculated considering one IM only. This means that it is not possible to estimate the damage state and consequences from ground shaking and liquefaction (and/or landslide) at the same time for one specific asset/taxonomy class.
Implementation:
For each asset, OQ needs to estimate the consequences due to different sources of damage and select the most severe one.
This implementation will require the following updates:
Calculation steps:
The text was updated successfully, but these errors were encountered: