| ... | @@ -56,11 +56,16 @@ Available modules: |
... | @@ -56,11 +56,16 @@ Available modules: |
|
|
- raster -- Generate GIS raster files of all configured IMT values from
|
|
- raster -- Generate GIS raster files of all configured IMT values from
|
|
|
shake_result.hdf.
|
|
shake_result.hdf.
|
|
|
- rupture -- Generate rupture.json from shake_result.hdf.
|
|
- rupture -- Generate rupture.json from shake_result.hdf.
|
|
|
- select - Parse STREC output, make a GMPE set, create model_zc.conf.
|
|
- select - Parse STREC output, make a GMPE set, create model_select.conf.
|
|
|
- stations -- Generate stationlist.json from shake_result.hdf.
|
|
- stations -- Generate stationlist.json from shake_result.hdf.
|
|
|
```
|
|
```
|
|
|
|
|
Because this event comes with a `model_select.conf` file, providing region-specific configuration
|
|
|
A simple call to organize the input data for the 'ci3144585' event into the HDF input file would be:
|
|
parameters, you will first need to run the command:
|
|
|
|
```
|
|
|
|
> shake ci3144585 select
|
|
|
|
```
|
|
|
|
which will update `model_select.conf` and prepare your inputs for processing. Once that command completes,
|
|
|
|
a simple call to organize the input data for the 'ci3144585' event into the HDF input file would be:
|
|
|
```
|
|
```
|
|
|
> shake ci3144585 assemble
|
|
> shake ci3144585 assemble
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |