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

merged old stash for running local lib and conus

parent 46e7a29a
No related branches found
No related tags found
2 merge requests!593Production Release | nshm-haz,!588Service updates
dependencies {
// NSHMP
// implementation files('../nshmp-lib/build/libs/nshmp-lib.jar')
implementation "ghsc:nshmp-lib:${nshmpLibVersion}"
implementation "ghsc:nshmp-ws-utils:${nshmpWsUtilsVersion}"
......
......@@ -20,6 +20,9 @@ git {
fetch("https://code.usgs.gov/ghsc/nshmp/nshms/nshm-hawaii.git", {
name "nshmp-haz-dep--nshm-hi-2021"
tag "2.0.0"
// fetch("https://code.usgs.gov/ghsc/nshmp/nshms/nshm-conus.git", {
// name "nshmp-haz-dep--nshm-conus-2018"
// tag "main"
})
}
}
......@@ -146,6 +146,7 @@ public class DisaggEpsilon {
log.info("Spectra: " + imtImlMaps.size());
checkArgument(sites.size() == imtImlMaps.size(), "Sites and spectra lists different sizes");
// Spectra should be checked against IMTs supported by model GMMs
Path out = calc(model, config, sites, imtImlMaps, log);
......
......@@ -20,4 +20,6 @@ nshmp-haz:
# The path to the models.
# To specify the model to use:
# java -jar build/libs/nshmp-haz.jar --models=<path/to/models>
#
model-path: ${models:libs/nshmp-haz-dep--nshm-hi-2021}
# model-path: ${models:libs/nshmp-haz-dep--nshm-conus-2018}
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