Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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-lib
Merge requests
!445
Something went wrong on our end
PRVI legacy gmms
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PRVI legacy gmms
ghsc/users/pmpowers/nshmp-lib:prvi-legacy-gmms
into
main
Overview
0
Commits
6
Pipelines
0
Changes
2
Merged
Powers, Peter M.
requested to merge
ghsc/users/pmpowers/nshmp-lib:prvi-legacy-gmms
into
main
1 month ago
Overview
0
Commits
6
Pipelines
0
Changes
2
Expand
Updated and added GMMs for legacy 2003 PRVI NSHM
0
0
Merge request reports
Viewing commit
230b07ae
Prev
Next
Show latest version
2 files
+
26
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
230b07ae
updated spudich ids
· 230b07ae
Powers, Peter M.
authored
1 month ago
src/test/java/gov/usgs/earthquake/nshmp/gmm/SEA99_test.java
+
2
−
2
Options
package
gov.usgs.earthquake.nshmp.gmm
;
import
static
gov
.
usgs
.
earthquake
.
nshmp
.
gmm
.
Gmm
.
S
EA
99_PRVI
;
import
static
gov
.
usgs
.
earthquake
.
nshmp
.
gmm
.
Gmm
.
S
PUDICH_
99_PRVI
;
import
static
gov
.
usgs
.
earthquake
.
nshmp
.
gmm
.
Imt
.
PGA
;
import
static
gov
.
usgs
.
earthquake
.
nshmp
.
gmm
.
Imt
.
SA0P1
;
import
static
gov
.
usgs
.
earthquake
.
nshmp
.
gmm
.
Imt
.
SA0P5
;
@@ -35,7 +35,7 @@ public class SEA99_test implements ArgumentsProvider {
}
/* Result generation sets */
private
static
Set
<
Gmm
>
gmms
=
EnumSet
.
of
(
S
EA
99_PRVI
);
private
static
Set
<
Gmm
>
gmms
=
EnumSet
.
of
(
S
PUDICH_
99_PRVI
);
// private static Set<Imt> imts = SpudichEtAl_1999_PRVI.COEFFS.imts();
private
static
Set
<
Imt
>
imts
=
EnumSet
.
of
(
PGA
,
SA0P1
,
SA0P5
,
SA2P0
);
Loading