Skip to content
Snippets Groups Projects
Commit c57c5ec4 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

updates to build and run doc

parent d554387d
No related branches found
No related tags found
2 merge requests!593Production Release | nshm-haz,!591Code review 479
......@@ -59,16 +59,17 @@ See the [examples](../../etc/examples) directory for more details (or
### Computing Disaggregations
Like `HazardCalc`, the `DisaggCalc` program performs disaggregations at one or more sites for a
variety of intensity measures, but requires an additional `returnPeriod` argument, in years. For
example:
variety of intensity measures. The return period for the disaggregation is defined in the config,
see [`disagg.returnPeriod`]()./Calculation-Configuration.md#calculation-configuration-parameters).
Example:
```bash
java -cp nshmp-haz.jar gov.usgs.earthquake.nshmp.DisaggCalc model sites returnPeriod [config]
java -cp nshmp-haz.jar gov.usgs.earthquake.nshmp.DisaggCalc model sites [config]
```
Disaggregations build on and output `HazardCalc` results along with other disaggregation specific
files. Disaggregations also have some independent
[configuration](./Calculation-Configuration.md#config-disagg) options.
[configuration](./Calculation-Configuration.md#calculation-configuration-parameters) options.
## Run with [Docker](https://docs.docker.com/install/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment