This wiki explains some of the effort we have put towards multiple event validation.

Creation of input

The code for the creation of the input files is on https://github.com/ucgmsim/validation_multiple_events

Prerequisites

File structure required for the code

The following type of file structure is needed to run the code:

root_dir_validation/
├── event1
│   ├── emp
│   │   ├── im_values.csv
│   │   ├── metadata.csv
│   │   └── rrup.csv
│   ├── obs
│   │   ├── im_values.csv
│   │   ├── metadata.csv
│   │   └── rrup.csv
│   └── sim
│       ├── 2012p075555.info # Metadata from the SRF creation
│       ├── im_values.csv # From IM_calculation
│       ├── metadata.csv # From IM_calculation
│       └── rrup.csv # From IM_calculation
├── event2
│   ├── emp
|   |   ..... 
│   ├── obs
│   │   .....
│   └── sim
│   |   .....
....
├── eventN
│   ├── emp
|   |   ..... 
│   ├── obs
│   │   .....
│   └── sim
│   |   .....
├── station_file.ll
└── station_file.vs30

TODO: create a script to create the hierarchy and copy data as needed from Kupe.

Output

The output consists of 6 files:

R Code

 

Plotting