From ea6d9818698c0d383d348ca2e5322310c0f01470 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Thu, 28 Apr 2022 09:28:54 -0600 Subject: [PATCH] doc edits --- docs/pages/Building-&-Running.md | 3 +-- docs/pages/Model-Files.md | 2 +- docs/pages/Source-Types.md | 6 ++++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/pages/Building-&-Running.md b/docs/pages/Building-&-Running.md index 5bafde11c..02e22aa93 100644 --- a/docs/pages/Building-&-Running.md +++ b/docs/pages/Building-&-Running.md @@ -6,8 +6,7 @@ * [Developer Basics](./Developer-Basics.md#developer-basics) * [Calculation Configuration](./Calculation-Configuration.md#calculation-configuration) * [Site Specification](./Site-Specification.md#site-specification) - * [Examples](../../etc/examples) (or - [on GitLab](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/tree/main/etc/examples)) + * [Examples](../../etc/examples) * [Web Services](./Web-Services.md) ## Build & Run Options diff --git a/docs/pages/Model-Files.md b/docs/pages/Model-Files.md index 7f8290aca..347935dd0 100644 --- a/docs/pages/Model-Files.md +++ b/docs/pages/Model-Files.md @@ -80,7 +80,7 @@ or its children will be processed; any standalone sources will be ignored. For e **source-group.json:** A specialized form of logic tree that describes model branches that are additive and therefore does not include weights. Examples from the NSHM for the conterminous U.S. -NSHM include the Cascadia segmented partial-rupture models and the New Madrid 1500-yr cluster +NSHM include the Cascadia segmented and partial-rupture models, and the New Madrid 1500-yr cluster branches. The branch objects in a source group _may_ include an optional `scale` member that can be used to impose a probability of occurrence or other scaling requred by a NSHM. If absent, the `scale` value is one. diff --git a/docs/pages/Source-Types.md b/docs/pages/Source-Types.md index 90b24bbe9..76d90b847 100644 --- a/docs/pages/Source-Types.md +++ b/docs/pages/Source-Types.md @@ -71,6 +71,9 @@ rupture representations. ```json { "grid-spacing": 0.1, + "smoothing-density": 10, + "smoothing-limit": 40.0, + "opt-distance-bin": 1.0, "point-source-type": "FINITE", "rupture-scaling": "NSHM_POINT_WC94_LENGTH", "max-depth": 22.0, @@ -151,6 +154,9 @@ __zone-config.json:__ Zone source model configuration is identical to a grid sou ```json { "grid-spacing": 0.1, + "smoothing-density": 10, + "smoothing-limit": 40.0, + "opt-distance-bin": null, "point-source-type": "FIXED_STRIKE", "rupture-scaling": "NSHM_POINT_WC94_LENGTH", "max-depth": 22.0, -- GitLab