Overview
This workflow produces synthetic shaking simulations for historical earthquake events.
It integrates SeisComP, FinDer, and the Swiss, Italian, and European ShakeMap implementation to process continuous seismic data, estimate rupture parameters, and generate evolutionary shake maps.
In its full configuration, WF7601 is also capable of:
- Sending event alerts when specific trigger conditions are met.
- Pushing generated ShakeMaps to an external web portal for dissemination.
Note: In this distribution, both the alerting and ShakeMap publishing features are disabled.
The main CWL definition is provided in WF7601.cwl
.
Workflow metadata follows the workflow-ro-crate-1.0 profile.
Workflow Structure
The workflow consists of the following datasets (DT) and software services (SS):
-
Data Ingestion & Preprocessing
- DT7601: Continuous seismic data (waveforms) from seismic stations. Replaced by a playback module to mimic data stream using past earthquakes.
- SS7602: SeisComP – for seismic data acquisition and processing.
-
Finite Fault Estimation
- SS7603: FinDer – finite fault earthquake early warning algorithm.
-
ShakeMap Generation
- SS7601: Swiss, Italian and European ShakeMap – generates synthetic ground motion maps.
-
Output Storage
- DT7606: Evolutionary shake maps calculated at multiple update intervals between 0-60 s.
Inputs
ID | Name | Description | Type |
---|---|---|---|
DT7601 | n/a | Continuous seismic data (waveforms). |
|
DT7607 | n/a | Dynamic GMMs / site amplification parameters (DTC-E3). |
|
useMLStep | n/a | Whether to run the optional ML based prediction step (ST760103). |
|
PretrainedMlModel | n/a | Pretrained machine learning model to be used in ML step. |
|
Steps
ID | Name | Description |
---|---|---|
ST760101 | n/a | Receive continuous seismic waveform data. |
ST760102 | n/a | Seedlink streaming to processing infrastructure. |
ST760103 | n/a | ML-based algorithm to estimate peak motions at stations. |
ST760104 | n/a | Finite-source characterization using template matching (FinDer). |
ST760105 | n/a | Generate ground motion and shaking intensity maps. |
ST760106 | n/a | Prepare evolutionary shake maps for output using finite fault characterization. |
Outputs
ID | Name | Description | Type |
---|---|---|---|
DT7606 | n/a | Evolutionary shake maps with finite fault characterization. |
|
Version History
Version 1 (earliest) Created 14th Oct 2025 at 14:21 by Johannes Kemper
Initial commit
Open
master
382b512

Creators
Submitter
Views: 103 Downloads: 1
Created: 14th Oct 2025 at 14:21


None