Newer
Older
__Working directory:__ `/path/to/nshmp-haz/etc/examples/2-custom-config`
Navigate to the directory above and execute the following:
hazard ../../peer/models/Set1-Case1 site.csv config.json
```
In this example we've overridden the configuration supplied by the model. Specifically:
* The upper end of each hazard curve has been truncated at 3 standard deviations.
* Hazard curves have been saved as poisson probability instead of annual rate.
([intensity measures](https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/gmm/Imt.html),
or spectral periods).
* The `imls` (intensity measure levels or x-values) of the resultant curves
have been explicitely defined for each `imt`.
See the [configuration specification](../../../docs/pages/Calculation-Configuration.md)
for details on default values and supported options and formats.
__Results directory structure:__
2-custom-config/
└─ hazout/
│ ├─ curves.csv
│ ├─ curves-truncated.csv
│ └─ map.csv
│ ├─ curves.csv
│ ├─ curves-truncated.csv
│ └─ map.csv
#### Next: [Example 3 – Using a custom sites file](../3-sites-file/README.md)
* [__Documentation Index__](../../../docs/README.md)