Skip to content
Snippets Groups Projects
Commit 0780c5aa authored by Altekruse, Jason Morgan's avatar Altekruse, Jason Morgan
Browse files

update haz-v2 to haz

parent a13ded6e
No related branches found
No related tags found
2 merge requests!541Production Release | nshmp-haz | nshmp-haz 2.0 ll Sprint,!529documentation review
# Documentation: nshmp-haz
***nshmp-haz-v2*** is a U.S. Geological Survey ([USGS](https://www.usgs.gov)) developed software stack
***nshmp-haz*** is a U.S. Geological Survey ([USGS](https://www.usgs.gov)) developed software stack
that supports probabilistic seismic hazard (PSHA) and related analyses. It is maintained by the
National Seismic Hazard Model Project ([NSHMP](https://earthquake.usgs.gov/hazards/)) within the
USGS's earthquake hazards program ([EHP](http://earthquake.usgs.gov)).
*nshmp-haz-v2* supports high performance seismic hazard calculations required to generate detailed
*nshmp-haz* supports high performance seismic hazard calculations required to generate detailed
maps over large areas and supports a variety of USGS web services and applications related to
seismic hazards research and the dissemination of hazard data. This documentation explains how
to use *nshmp-haz-v2* as well as underlying model implementation details.
to use *nshmp-haz* as well as underlying model implementation details.
## Table of Contents
......@@ -18,7 +18,7 @@ to use *nshmp-haz-v2* as well as underlying model implementation details.
* [Calculation Configuration](./pages/Calculation-Configuration.md)
* [Site Specification](./pages/Site-Specification.md)
* [Examples](../../etc/examples/README.md) (or
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/etc/examples))
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/master/etc/examples))
* [Hazard Model](./pages/Hazard-Model.md)
* [Model Structure](./pages/Model-Structure.md)
* [Model Files](./pages/Model-Files.md)
......@@ -35,7 +35,7 @@ to use *nshmp-haz-v2* as well as underlying model implementation details.
* [nshmp-lib](https://code.usgs.gov/ghsc/nshmp/nshmp-lib): USGS hazard modeling library
* [nshmp-lib JavaDocs](https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/)
* [*nshmp-haz-v2* License](../LICENSE.md)
* [*nshmp-haz* License](../LICENSE.md)
## References
......
......@@ -7,7 +7,7 @@
* [Calculation Configuration](./Calculation-Configuration.md#calculation-configuration)
* [Site Specification](./Site-Specification.md#site-specification)
* [Examples](../../etc/examples/README.md) (or
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/etc/examples))
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/master/etc/examples))
## Build & Run Options
......@@ -16,12 +16,12 @@
## Build and Run Locally
Building and running *nshmp-haz-v2* requires prior installation of Git and Java. Please see the
Building and running *nshmp-haz* requires prior installation of Git and Java. Please see the
[developer basics](./Developer-Basics.md) page for system configuration guidance.
### Building
Navigate to a location on your system where you want *nshmp-haz-v2* code to reside, clone the
Navigate to a location on your system where you want *nshmp-haz* code to reside, clone the
repository, and compile:
```bash
......@@ -54,7 +54,7 @@ be supplied as a third argument. It can be used to override any calculation sett
[default](./Calculation-Configuration.md) values are used.
See the [examples](../../etc/examples/README.md) directory for more details (or
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/etc/examples))
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/master/etc/examples))
### Computing Disaggregations
......@@ -72,7 +72,7 @@ files. Disaggregations also have some independent
## Run with [Docker](https://docs.docker.com/install/)
To ensure you are have the latest *nshmp-haz-v2* update, always first pull the image from Docker:
To ensure you are have the latest *nshmp-haz* update, always first pull the image from Docker:
```bash
docker pull usgs/nshmp-haz
......@@ -80,18 +80,18 @@ docker pull usgs/nshmp-haz
### Docker Memory on Mac
By default, Docker Desktop for Mac is set to use 2 GB runtime memory. To run *nshmp-haz-v2*, the
By default, Docker Desktop for Mac is set to use 2 GB runtime memory. To run *nshmp-haz*, the
memory available to Docker must be [increased](https://docs.docker.com/docker-for-mac/#advanced)
to a minimum of 4 GB.
### Run in Docker
TODO: Docker scripts currently only get models from github (XML models), so nshmp-haz-v2 run fails
to parse the models (CONUS_2018 or HAWAII_2021), need to at least update `nshmp-haz-v2/scripts/docker-functions.inc.sh`.
TODO: Docker scripts currently only get models from github (XML models), so nshmp-haz run fails
to parse the models (CONUS_2018 or HAWAII_2021), need to at least update `nshmp-haz/scripts/docker-functions.inc.sh`.
TODO: Model identifiers need to be synced between here and the docker scripts (e.g. `HI-2020` vs `HAWAII_2021`).
The *nshmp-haz-v2* application may be run as a Docker container which mitigates the need to install
The *nshmp-haz* application may be run as a Docker container which mitigates the need to install
Git, Java, or other dependencies besides Docker. A public image is available on
Docker hub at [https://hub.docker.com/r/usgs/nshmp-haz](https://hub.docker.com/r/usgs/nshmp-haz)
which can be run with:
......@@ -140,7 +140,7 @@ Where:
### Run Customization
When running *nshmp-haz-v2* with Docker the initial (Xms) and maximum (Xmx) JVM memory sizes can
When running *nshmp-haz* with Docker the initial (Xms) and maximum (Xmx) JVM memory sizes can
be set with the environment flag (-e, -env):
```bash
......
......@@ -108,7 +108,7 @@ T ≤ 10 s | 0.000333, 0.000499, 0.000749, 0.00112, 0.00169, 0.00253, <br>0.00
* [Calculation Configuration](./Calculation-Configuration.md#calculation-configuration)
* [Site Specification](./Site-Specification.md#site-specification)
* [Examples](../../etc/examples/README.md) (or
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/etc/examples))
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/master/etc/examples))
* [**Documentation Index**](../README.md)
---
......
......@@ -53,7 +53,7 @@ git clone https://code.usgs.gov/ghsc/nshmp/nshmp-haz.git
## Eclipse Integration (Optional)
Eclipse provides automatic compilation, syntax highlighting, and integration with Git, among
other useful features. To build or modify *nshmp-haz-v2* using [Eclipse](http://www.eclipse.org/),
other useful features. To build or modify *nshmp-haz* using [Eclipse](http://www.eclipse.org/),
install the [Eclipse IDE for Java Developers](https://www.eclipse.org/downloads/packages/) or
[Eclipse IDE for Enterprise Java and Web Developers](https://www.eclipse.org/downloads/packages/),
if you plan on developing web services. Import the project into Eclipse: `File > Import >
......@@ -68,7 +68,7 @@ Gradle > Existing Gradle Project`
* [Calculation Configuration](./Calculation-Configuration.md#calculation-configuration)
* [Site Specification](./Site-Specification.md#site-specification)
* [Examples](../../etc/examples/README.md) (or
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/etc/examples))
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/master/etc/examples))
* [**Documentation Index**](../README.md)
---
......
......@@ -43,7 +43,7 @@ The following sample `gmm-config.json` file applies the NGA-West 2 epistemic unc
## GMM Uncertainty Models
*nshmp-haz-v2* supports additional epistemic uncertainty models derived from the PEER NGA-West 1
*nshmp-haz* supports additional epistemic uncertainty models derived from the PEER NGA-West 1
and PEER NGA-West 2 projects. These models both have factors for distance (`Rrup`) bins
Rrup < 10 km, 10 km <= Rrup, < 30 km, and 30 km <= Rrup, and for magnitude bins M < 6.0, 6.0 <=
M < 7.0, and 7.0 <= M. These models can be applied within the `gmm-config.json` file as shown in
......@@ -61,7 +61,7 @@ GMMs to modify model output.
## GMMs By Tectonic Setting
GMMs available in *nshmp-haz-v2* are tabulated by tectonic setting below. See the javadocs for the
GMMs available in *nshmp-haz* are tabulated by tectonic setting below. See the javadocs for the
[GMM Package](https://earthquake.usgs.gov/nshmp/docs/nshmp-lib/gov/usgs/earthquake/nshmp/gmm/package-summary.html)
for implementation details of each GMM and comprehensive lists of GMM IDs.
......
# USGS Models: Logic Trees & Uncertainty
The following page details the logic trees of epistemic uncertainty considered in NSHMs supported
by *nshmp-haz-v2*. Logic trees are represented in a NSHM using files ending in `-tree.json`.
by *nshmp-haz*. Logic trees are represented in a NSHM using files ending in `-tree.json`.
[[_TOC_]]
......
......@@ -7,7 +7,7 @@ data, or modeling procedures that warrant a model update. Every model the USGS p
associated with a USGS Open-File report or refereed journal article and supporting datasets.
However, layered on top of any given model release are bug-fixes and model improvements.
With the update to a new codebase, [nshmp-haz-v2](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2),
With the update to a new codebase, [nshmp-haz](https://code.usgs.gov/ghsc/nshmp/nshmp-haz),
the NSHMP has adopted [semantic versioning](http://semver.org) to keep track of different hazard
models. For any given model region, the first number (or major version) corresponds to a particular
release or update year. For example, we consider the initial
......
......@@ -113,7 +113,7 @@ For example:
```
See the [ground motion models](./Ground-Motion-Models.md) page for details on GMMs supported in
_nshmp-haz-v2_ and the related `gmm-config.json` files that governs GMM behavior.
_nshmp-haz_ and the related `gmm-config.json` files that governs GMM behavior.
### MFD Logic Trees
......
......@@ -4,14 +4,14 @@ The sites at which to perform hazard and related calculations may be defined in
ways. Examples of the file formats described below are available in the resource directory:
[`etc/nshm`](../../etc/nshm/README.md).
__Note on Coordinates:__ *nshmp-haz-v2* 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, however, that mixing site and/or source
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.
## Site String
For the case of running a single site of interest, most *nshmp-haz-v2* programs accept a
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
......@@ -45,7 +45,7 @@ it's 'default' basin depth scale factor.
## GeoJSON Format (\*.geojson)
Although more verbose than the comma-delimited format, [GeoJSON](http://geojson.org) is a more
versatile format for encoding geographic data. *nshmp-haz-v2* uses GeoJSON for both lists of sites
versatile format for encoding geographic data. *nshmp-haz* uses GeoJSON for both lists of sites
and to define map regions. If you encounter problems when formatting JSON files, use
[JSONLint](http://jsonlint.com) or [GeoJSONLint](http://geojsonlint.com) for validation.
......@@ -77,7 +77,7 @@ A site list is expected as a `FeatureCollection` of `Point` features. For exampl
As with the CSV format, the minimum required data is a `geometry` `coordinates` array. All
`properties` are optional. When using GeoJSON, the `title` property maps to the name of the site.
Additional properties, if present, are ignored by *nshmp-haz-v2* but permitted as they may be
Additional properties, if present, are ignored by *nshmp-haz* but permitted as they may be
relevant for other applications. For example, [styling
properties](https://help.github.com/articles/mapping-geojson-files-on-github/#styling-features)
may be used to improve rendering in mapping applications. For a fully fledged example, see the
......@@ -85,11 +85,11 @@ may be used to improve rendering in mapping applications. For a fully fledged ex
### Map Regions
GeoJSON is also used to define *nshmp-haz-v2* map regions. For example, see the file that defines a
GeoJSON is also used to define *nshmp-haz* map regions. For example, see the file that defines a
region commonly used when creating hazard and other maps for the
[Los Angeles basin](../../etc/nshm/map-la-basin.geojson).
A map region is expected as a `Polygon` `FeatureCollection`. Currently, *nshmp-haz-v2* only supports
A map region is expected as a `Polygon` `FeatureCollection`. Currently, *nshmp-haz* only supports
a `FeatureCollection` with 1 or 2 polygons. When a single polygon is defined, it must consist of a
single, simple closed loop. Additional arrays that define holes in the polygon (per the GeoJSON
spec) are not processed and results are undefined for self-intersecting coordinate arrays. This
......@@ -117,7 +117,7 @@ TODO This needs updating; link to conus-2018 active crust map-region.geojson.
* [Calculation Configuration](./Calculation-Configuration.md#calculation-configuration)
* [Site Specification](./Site-Specification.md#site-specification)
* [Examples](../../etc/examples/README.md) (or
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/etc/examples))
[on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/master/etc/examples))
* [**Documentation Index**](../README.md)
---
......
......@@ -12,15 +12,15 @@ geometry itself is unknown or very poorly defined.
[[_TOC_]]
Source models for use with *nshmp-haz-v2* are defined using [JSON](https://www.json.org) and
[GeoJSON](https://geojson.org). *nshmp-haz-v2* makes determinations about how to represent a source
Source models for use with *nshmp-haz* are defined using [JSON](https://www.json.org) and
[GeoJSON](https://geojson.org). *nshmp-haz* makes determinations about how to represent a source
based on a GeoJSON geometry type in conjunction with supporting JSON configuration files. Example
source configuration files, `*-config.json`, are provided with each source type description.
Configuration files must be fully specified with `null` JSON member values used to specify 'do
nothing' where appropriate. Any configuration member value in ALL_CAPS indicates the value is one
of a fixed number of options commonly referred to as an enum.
__Note on Coordinates:__ *nshmp-haz-v2* supports longitude and latitude values in the closed ranges
__Note on Coordinates:__ *nshmp-haz* supports longitude and latitude values in the closed ranges
`[-360°‥360°]` and `[-90°‥90°]`. Note, however, that mixing site and/or source 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.
......
......@@ -6,7 +6,7 @@ years. This window is narrowing, however, and updates are also being undertaken
models for states and territories outside the conterminous U.S. These pages describe the models
that are available and some of the history and versions of each. The models are intended for use
with the USGS probabilistic earthquake hazard codebase:
[*nshmp-haz-v2*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2).
[*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz).
As specified in this documentation, NSHM files are organized by tectonic setting and then further
by source type. For larger models, such as that of the conterminous U.S., sources are commonly
......
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