Fragility model using structure dependent IMT

Bug #1154549 reported by matley
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenQuake (deprecated)
Fix Released
Undecided
matley

Bug Description

Similarly to https://bugs.launchpad.net/openquake/+bug/1149270 we need to support structure dependent IMT in the scenario damage case.

In order to do this, we need to change the schema of fragility models. E.g.

    <fragilityModel format="discrete" imlUnit="g">
        <description>Fragility model for Pavia (discrete)</description>

        <!-- limit states apply to the entire fragility model -->
        <limitStates>
            minor
            moderate
            severe
            collapse
        </limitStates>

        <!-- fragility function set, each with its own, distinct taxonomy -->
        <ffs noDamageLimit="5">
            <taxonomy>RC/DMRF-D/LR</taxonomy>
            <IML IMT="MMI">7 8 9 10 11</IML>

            <!-- fragility function in discrete format, one per limit state -->
            <ffd ls="minor">
                <poEs>0.0 0.09 0.56 0.91 0.98</poEs>
            </ffd>
            <ffd ls="moderate">
                <poEs>0.0 0.00 0.04 0.78 0.96</poEs>
            </ffd>
            <ffd ls="severe">
                <poEs>0.0 0.00 0.00 0.29 0.88</poEs>
            </ffd>
            <ffd ls="collapse">
                <poEs>0.0 0.00 0.00 0.03 0.63</poEs>
            </ffd>
        </ffs>
</fragilityModel>

matley (matley)
Changed in openquake:
assignee: nobody → matley (matley)
status: New → In Progress
matley (matley)
Changed in openquake:
status: In Progress → Fix Released
status: Fix Released → Fix Committed
milestone: none → 1.0.0
status: Fix Committed → Fix Released
status: Fix Released → Fix Committed
matley (matley)
Changed in openquake:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.