-
Notifications
You must be signed in to change notification settings - Fork 31
Ground Motion Models
Peter Powers edited this page Jun 9, 2014
·
18 revisions
Ground motion models (GMMs) forecast the range of ground motions that may be observed conditioned on the occurrence of various earthquakes. Internally, every earthquake in a Forecast
is parameterized as a GMM_Input
, for which ground motions can be calculated. See the source javadocs for implementation details.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<GroundMotionModels>
<ModelSet maxDistance="150.0">
<Model name="BA_08" weight="0.3333"/>
<Model name="CB_08" weight="0.3333"/>
<Model name="CY_08" weight="0.3334"/>
</ModelSet>
<ModelSet maxDistance="300.0">
<Model name="BA_08" weight="0.5"/>
<Model name="CB_08" weight="0.5"/>
</ModelSet>
</GroundMotionModels>
One convenient way to access the models outside this platform is via Matlab. A sample script contains all the necessary instruction to get started.
U.S. Geological Survey – National Seismic Hazard Mapping Project (NSHMP)