Skip to content
Snippets Groups Projects
README.md 1015 B
Newer Older
Powers, Peter M.'s avatar
Powers, Peter M. committed
Example 6: Enhanced output
--------------------------

__Working directory:__ `/path/to/nshmp-haz/etc/examples`
Powers, Peter M.'s avatar
Powers, Peter M. committed

While mean hazard is of broad interest, it can be useful to preserve individual components of a total curve, particularly with more complex models. Execute the following to write curves for each source type and ground motion model (GMM) used in the 2008 NSHM:
Powers, Peter M.'s avatar
Powers, Peter M. committed

```Shell
hazard ../../../nshmp-model-cous-2008/Western\ US 6-enhanced-output/sites.geojson 6-enhanced-output/config.json
Powers, Peter M.'s avatar
Powers, Peter M. committed
```

Note that the output curves directory now contains additional directories of curves by source type and GMM.

See the `nshmp-haz` wiki and JavDocs for more information on source types ([Wiki](https://github.com/usgs/nshmp-haz/wiki/Source-Types), [JavaDoc](http://usgs.github.io/nshmp-haz/javadoc/index.html?org/opensha2/eq/model/SourceType.html)) and GMMs ([Wiki](https://github.com/usgs/nshmp-haz/wiki/Ground-Motion-Models), [JavaDoc](http://usgs.github.io/nshmp-haz/javadoc/index.html?org/opensha2/gmm/Gmm.html)).