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

fixed model path error

parent dfd93097
No related branches found
No related tags found
1 merge request!245fixed model path error
......@@ -14,7 +14,7 @@ This will increase the minimum amount of memory Java requires to 1GB and will al
First, clone the 2008 USGS NSHM. Assuming you are in the current working directory (above), the following will create a copy of the model adjacent to nshmp-haz:
```Shell
git clone https://github.com/usgs/nshm-cous-2008.git ../../../../nshmp-model-cous-2008
git clone https://github.com/usgs/nshm-cous-2008.git ../../../../nshm-cous-2008
```
The 2008 NSHM repository contains two source models: one for the western U.S. and a one for the central and eastern U.S. To compute hazard for a few sites in the Western U.S. at 1.0s and 2.0s spectral periods, execute:
......
......@@ -8,7 +8,7 @@ __Working directory:__ `/path/to/nshmp-haz/etc/examples/8-probabilities`
For this example, the following system alias is helpful:
```Shell
alias rate='java -Xms1024m -Xmx4096m -cp /path/to/nshmp-haz/dist/nshmp-haz.jar gov.usgs.earthquake.nshmp.RateCalc'
alias rate='java -Xms1024m -Xmx4096m -cp /path/to/nshmp-haz/build/libs/nshmp-haz.jar gov.usgs.earthquake.nshmp.RateCalc'
```
Assuming a copy of the 2008 USGS NSHM is available (see [Example 5](../5-complex-model)), execute:
......
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