Opened 13 years ago

Closed 11 years ago

#310 closed task (fixed)

Add participation rate viz to SCEC-VDO UCERF3 Inversion Plugin

Reported by: Kevin Milner Owned by: Kevin Milner
Priority: major Milestone:
Component: SCEC-VDO Plugins Version:
Keywords: Cc: pagem@…

Description

Digitized notes from Morgan (because I lose pieces of paper):

doInversion() calculates rupRateSolution.
Use this, along with rupList (defines which sections ruptures in which ruptures)

rupMeanMag gives magnitude for each rupture.

To make participation map:
User picks Mmin and Mmax (magnitude range to plot)

For each fault section, find event rate for ruptures that include that section and are within mag range:

Participation Rate ([Mmin Mmax], i) = Sum(rupRateSolution)j

i is fault section index
j is rupture index. only sum over rups when i is in (rupList)j, AND (rupMeanMag)j is within Mmin, Mmax.

Then, plot event rates for all sections (a different color for each fault section?)

Click on fault section, bring up graph of magnitude participation distribution (for entire mag range)

y axis: rate/yr
x axis: mag

This is the same as plotting the par. dist. (just as calculated in the first plot) for each mag bin:

[6, 6.1], [6.1, 6.2] ... etc.

Change History (1)

comment:1 Changed 11 years ago by Kevin Milner

Resolution: fixed
Status: newclosed

This was implemented long ago!

Note: See TracTickets for help on using tickets.