Skip to content
Snippets Groups Projects

documentation review

Compare and
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
@@ -7,14 +7,14 @@ members listed in the JSON examples below are required.
[[_TOC_]]
MFD types:
## MFD types
* [Single](#single-magnitude-mfd)
* [Gutenberg-Richter](#gutenberg-richter-mfd)
* [Tapered Gutenberg-Richter](#tapered-gutenberg-richter-mfd)
* [Incremental](#incremental-mfd)
## Single
### Single
A single MFD represents an earthquake of a specific magnitude size and rate. The `rate` member
is optional when a logic tree of rates is also present in a model. Example:
@@ -27,7 +27,7 @@ is optional when a logic tree of rates is also present in a model. Example:
}
```
## Gutenberg–Richter
### Gutenberg–Richter
A [Gutenberg–Richter](http://en.wikipedia.org/wiki/Gutenberg–Richter_law) MFD represents a range
of evenly discretized magnitude events with systematically varying rates. Specifically, a
@@ -46,7 +46,7 @@ tree of rates for a source is also present in a model. Example:
}
```
## Tapered Gutenberg–Richter
### Tapered Gutenberg–Richter
A [tapered Gutenberg-Richter](http://scec.ess.ucla.edu/~ykagan/moms_index.html) MFD is similar to
Gutenberg-Richter, above, but with an exponential taper applied with a corner magnitude of `mCut`.
@@ -65,7 +65,7 @@ model. Example:
}
```
## Incremental
### Incremental
A general purpose MFD that represents defined by explicit arrays of magnitudes and rates. Example:
Loading