Opened 12 years ago

Closed 12 years ago

#397 closed enhancement (fixed)

Add capability to calculate RiskTargetedGroundMotion (RTGM)

Reported by: Peter Powers Owned by: Peter Powers
Priority: major Milestone:
Component: sra Version:
Keywords: Cc: nluco@…

Description

Add the ability to compute the risk targeted ground motion for a specified fragility given a hazard curve. This enhancement would cover only the probabilistic part of RTGM

Change History (2)

comment:1 Changed 12 years ago by Peter Powers

Cc: nluco@… added

RTGM calculations in OpenSHA are managed through an RTGM object that has a sole static create(HazardCurve?) method and several instance methods for retrieving calculation data (e.g. riskCoeff()). Tests are based on NHSMP hazard curves at each of the 34 NEHRP test cities at 5hz and 1hz spectral accelerations for site class B/C (vs760). Original matlab code from Nico and utilities to generate test result sets are contained in the org.opensha.sra.rtgm test directory.

Several static interpolation functions and tests were developed in conjunction with and support of RTGM. This preform no argument checking and are not fit for public consumption. However, the interpolation code in the OpenSHA function library is repeated in numerous locations and should probably be relocated to single, isolated, and individually testable methods.

in [3916]

comment:2 Changed 12 years ago by Peter Powers

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.