Validation¶
Workbook Comparison¶
- Structure profile:
- model building type: ‘PC1’
- seismic design level: ‘high’
- basis ID: 7
- height (feet): 24
- stories above ground: 2
- year built: 1990
- performance rating: ‘very_poor’
- data quality rating: ‘poor’
- Hazard:
- magnitude: 7.9
- beta: .4
- r_rup: 11.18 (km)
ShakeCast example¶
- Structure profile:
- model building type: ‘C2’
- seismic design level: ‘high’
- basis ID: 1
- height (feet): 24
- stories above ground: 2
- year built: 1990
- performance rating: ‘very_poor’
- data quality rating: ‘poor’
- Hazard:
- magnitude = 6.7
- beta = .5
- r_rup = 20 (km)
Using 3 input spectra (0.3s, 1.0s, and 3.0s)
# 'x': period (s)
# 'y': spectral acceleration (%g)
hazard = [
{'x': .03, 'y': 1.1377},
{'x': 1.0, 'y': .8302},
{'x': 3.0, 'y': .348}
]
hazard_beta = .5
mag = 6.7
r_rup = 20