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
Commits
adf88a2c
Commit
adf88a2c
authored
3 years ago
by
Powers, Peter M.
Browse files
Options
Downloads
Patches
Plain Diff
site spec doc update
parent
d22e3766
No related branches found
No related tags found
2 merge requests
!593
Production Release | nshm-haz
,
!592
Docs and service site-data
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/pages/Site-Specification.md
+4
-13
4 additions, 13 deletions
docs/pages/Site-Specification.md
with
4 additions
and
13 deletions
docs/pages/Site-Specification.md
+
4
−
13
View file @
adf88a2c
...
@@ -5,21 +5,12 @@ ways. Examples of the file formats described below are available in the resource
...
@@ -5,21 +5,12 @@ ways. Examples of the file formats described below are available in the resource
[
`etc/nshm`
](
../../etc/nshm/README.md
)
.
[
`etc/nshm`
](
../../etc/nshm/README.md
)
.
__Note on Coordinates:__
*nshmp-haz*
supports longitude and latitude values in the closed
__Note on Coordinates:__
*nshmp-haz*
supports longitude and latitude values in the closed
ranges
`[-360° ‥ 360°]`
and
`[-90° ‥ 90°]`
.
Note, h
owever,
that
mixing site and/or source
ranges
`[-360° ‥ 360°]`
and
`[-90° ‥ 90°]`
.
H
owever, mixing site and/or source
coordinates across the antimeridian (the -180° to 180° transition) will yield unexpected results.
coordinates across the antimeridian (the -180° to 180° transition) will yield unexpected results.
For Pacific models and calculations, always use positive or negative longitudes exclusively.
For Pacific models and calculations, always use positive or negative longitudes exclusively.
## Site String
For any site parameter values that are not supplied in the file formats below, the following
defaults are used:
For the case of running a single site of interest, most
*nshmp-haz*
programs accept a
comma-delimited string of the form:
`name,lon,lat[,vs30,vsInf[,z1p0,z2p5]]`
, where
`vs30`
,
`vsInf`
,
`z1p0`
, and
`z2p5`
are optional. Note that if
`vs30`
is supplied, so too must
`vsInf`
. Likewise if
`z1p0`
is supplied, so too must
`z2p5`
. If the string contains any spaces, escape them or wrap the
entire string in double quotes.
For any site parameter values that are not supplied on the command line or in the file formats
below, the following defaults are used (see the
`site`
member of the
[
configuration parameter
](
./Calculation-Configuration.md#calculation-configuration-parameters
)
table):
```
text
```
text
name: Unnamed
name: Unnamed
...
@@ -30,7 +21,7 @@ below, the following defaults are used (see the `site` member of the
...
@@ -30,7 +21,7 @@ below, the following defaults are used (see the `site` member of the
```
```
For basin depth parameters
`z1p0`
and
`z2p5`
, a
`null`
value indicates that a GMM should use
For basin depth parameters
`z1p0`
and
`z2p5`
, a
`null`
value indicates that a GMM should use
it's 'default' basin depth scale factor.
it's 'default' basin depth scale factor
, which is usually included in it's Vs30 site term
.
## Comma-Delimited Format (\*.csv)
## Comma-Delimited Format (\*.csv)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment