Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Merge requests
!687
Production Release | nshmp-haz
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Production Release | nshmp-haz
main
into
production
Overview
0
Commits
14
Pipelines
1
Changes
7
Merged
Clayton, Brandon Scott
requested to merge
main
into
production
2 years ago
Overview
0
Commits
14
Pipelines
1
Changes
7
Expand
0
0
Merge request reports
Compare
production
production (base)
and
latest version
latest version
d23acfe6
14 commits,
2 years ago
7 files
+
262
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
docs/pages/Calculation-Configuration.md
+
18
−
13
Options
@@ -14,38 +14,43 @@ may be overridden. See [building and running](./Building-&-Running.md) and the
Parameter | Type | Default | Notes |
--------- | ---- | ------- | ----- |
__`hazard`__
`.exceedanceModel`
|
`String`
|
`TRUNCATION_3SIGMA_UPPER`
|
[
`ExceedanceModel`
][
url-exceedance
]
`.exceedanceModel`
|
`String`
|
`
"
TRUNCATION_3SIGMA_UPPER
"
`
|
[
`ExceedanceModel`
][
url-exceedance
]
`.truncationLevel`
|
`Double`
|
`3.0`
|
[
1
](
#notes
)
`.imts`
|
`String[]`
|
`[
PGV
, PGA,
SA0P01
,
SA0P02
,
SA0P03
,
SA0P05
,
SA0P075
,
SA0P1
,
SA0P15
,
SA0P2
,
SA0P25
,
SA0P3
,
SA0P4
,
SA0P5
,
SA0P75
,
SA1P0
,
SA1P5
,
SA2P0
,
SA3P0
,
SA4P0
,
SA5P0
,
SA7P5
,
SA10P0
]`
|
[
`Imt`
][
url-imt
]
`.tectonicSettings`
|
`String[]`
|
`[]`
| Tectonic
setting filter
`.sourceTypes`
|
`String[]`
|
`[]`
| Source
type filter
`.imts`
|
`String[]`
|
`[
"
PGV
","PGA","
SA0P01
","
SA0P02
",`
<br>
`"
SA0P03
","
SA0P05
","
SA0P075
",`
<br>
`"
SA0P1
","
SA0P15
","
SA0P2
","
SA0P25
",`
<br>
`"
SA0P3
","
SA0P4
","
SA0P5
","
SA0P75
",`
<br>
`"
SA1P0
","
SA1P5
","
SA2P0
","
SA3P0
",`
<br>
`"
SA4P0
","
SA5P0
","
SA7P5
","
SA10P0
"
]`
|
[
`Imt`
][
url-imt
]
`.tectonicSettings`
|
`String[]`
|
`[]`
|
[
`
Tectonic
Setting`
][
url-tectonic
setting
]
filter
`.sourceTypes`
|
`String[]`
|
`[]`
|
[
`
Source
Type`
][
url-source
type
]
filter
`.vs30s`
|
`Double[]`
|
`[]`
| Vs30s to use for batch jobs
`.useSiteData`
|
`Boolean`
|
`true`
| Enable site data (e.g. basin depths)
`.customImls`
|
`Map<String, Double[]>`
|
`{}`
(empty object) |
[
2
](
#notes
)
`.gmmDampingRatio`
|
`Double`
|
`0.05`
(5%) |
[
3
](
#notes
)
`.gmmSigmaScale`
|
`Double`
|
`1.0`
(100%, no scaling) |
`.valueFormat`
|
`String`
|
`ANNUAL_RATE`
|
[
`ValueFormat`
][
url-valueformat
]
`.valueFormat`
|
`String`
|
`"ANNUAL_RATE"`
|
[
`ValueFormat`
][
url-valueformat
]
__`gmm`__
`.dampingRatio`
|
`Double`
|
`0.05`
(5%) | Limited to range [0.005..0.3] 0.5% to 30%
`.sigmaScale`
|
`Double`
|
`1.0`
(100%, no scaling) | Limited to range [0.5..1.0] 50% to 100%
`.vertical`
|
`Boolean`
|
`false`
| Compute vertical ground motions
__`disagg`__
`.ret
r
unPeriod`
|
`Double`
|
`2475`
|
`.retu
r
nPeriod`
|
`Double`
|
`2475`
|
`.bins`
|
`Object`
| |
[
4
](
#notes
)
`.contributorLimit`
|
`Double`
|
`0.1`
|
[
5
](
#notes
)
__`rate`__
`.bins`
|
`Object`
| |
[
6
](
#notes
)
`.distance`
|
`Double`
|
`20`
km
`.distributionFormat`
|
`String`
|
`INCREMENTAL`
|
[
`DistributionFormat`
][
url-distribution
]
`.distributionFormat`
|
`String`
|
`
"
INCREMENTAL
"
`
|
[
`DistributionFormat`
][
url-distribution
]
`.timespan`
|
`Double`
|
`30`
years
`.valueFormat`
|
`String`
|
`ANNUAL_RATE`
|
[
`ValueFormat`
][
url-valueformat
]
`.valueFormat`
|
`String`
|
`
"
ANNUAL_RATE
"
`
|
[
`ValueFormat`
][
url-valueformat
]
__`output`__
|
`.directory`
|
`String`
|
`hazout`
`.dataTypes`
|
`String[]`
|
`[
TOTAL
,
MAP
]`
|
[
`DataType`
][
url-datatype
]
`.returnPeriods`
|
`Double[]`
|
`[
475,
975,
2475,
10000]`
|
[
`ReturnPeriods`
][
url-returnperiods
]
`.dataTypes`
|
`String[]`
|
`[
"
TOTAL
","
MAP
"
]`
|
[
`DataType`
][
url-datatype
]
`.returnPeriods`
|
`Double[]`
|
`[475,975,2475,10000]`
|
[
`ReturnPeriods`
][
url-returnperiods
]
__`performance`__
`.optimizeGrids`
|
`Boolean`
|
`true`
|
[
7
](
#notes
)
`.smoothGrids`
|
`Boolean`
|
`true`
|
[
8
](
#notes
)
`.systemPartition`
|
`Integer`
|
`1000`
|
[
9
](
#notes
)
`.threadCount`
|
`String`
|
`ALL`
|
[
`ThreadCount`
][
url-sheets
]
`.threadCount`
|
`String`
|
`
"
ALL
"
`
|
[
`ThreadCount`
][
url-sheets
]
[
url-exceedance
]:
https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/calc/ExceedanceModel.html
[
url-imt
]:
https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/gmm/Imt.html
[
url-tectonicsetting
]:
https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/model/TectonicSetting.html
[
url-sourcetype
]:
https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/model/SourceType.html
[
url-valueformat
]:
https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/calc/ValueFormat.html
[
url-distribution
]:
https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/calc/DistributionFormat.html
[
url-datatype
]:
https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/calc/DataType.html
Loading