You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

200 lines
9.4 KiB
HTML

<!DOCTYPE html>
<html >
<head>
<meta charset="utf-8" />
<title>MLr &#8212; SeisComP Release documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/seiscomp.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script type="text/javascript" src="../_static/seiscomp.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="iLoc" href="global_iloc.html" />
<link rel="prev" title="Md" href="global_md.html" />
</head>
<body>
<div class="header">
<div class="container">
<div class="brand">
<img class="logo" src="../_static/brands/seiscomp/text/white.svg"/>
<!-- span class="title">SeisComP Release</span -->
<span class="version">5.3.0</span>
</div>
</div>
</div>
<div class="nav">
<div class="container">
<div class="content"><a class="pull-right" id="sidebar-toggle">TOC</a>
<div class="related" role="navigation" aria-label="related navigation">
<ul>
<li class="right">
<a href="../genindex.html" title="General Index"
accesskey="I">
index
</a>
</li>
<li class="right">
<a href="global_iloc.html" title="iLoc"
accesskey="N">
next
</a>
</li>
<li class="right">
<a href="global_md.html" title="Md"
accesskey="P">
previous
</a>
</li>
<li class="nav-item nav-item-0">
<a href="../index.html">Home</a>
</li>
<li class="nav-item nav-item-1">
<a href="../toc/extensions.html" >Extensions</a>
</li>
<li class="nav-item nav-item-2">
<a href="../toc/extensions/global.html" accesskey="U">global</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="fitted content" id="anchors-container">
<div class="body" role="main">
<div class="section" id="mlr">
<span id="global-mlr"></span><h1>MLr<a class="headerlink" href="#mlr" title="Permalink to this headline"></a></h1>
<p>The GNS/Geonet local magnitude</p>
<div class="section" id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
<p>The MLr magnitude provides a GNS/Geonet local magnitude (<span id="id1">Ristau <em>et al.</em> [<a class="reference internal" href="../base/references.html#id60" title="J. Ristau, D. Harte, and J. Salichon. A Revised Local Magnitude (ML) Scale for New Zealand Earthquakes. Bull. Seismol. Soc. Am., 106(2):, 2016. doi:10.1785/0120150293.">54</a>]</span>).
MLr magnitudes are implemented by the <em>mlr</em> plugin.
It is a modified version of the gempa ML magnitude developed
at the Liverpool developer meeting (<span id="id2"><em>gempa GmbH</em> [<a class="reference internal" href="../base/references.html#id113" title="gempa GmbH. The SeisComP development and maintenance company. URL: https://www.gempa.de/.">26</a>]</span>) based on the SED
<a class="reference internal" href="global_mlh.html#global-mlh"><span class="std std-ref">MLh</span></a> magnitude.
The <em>mlr</em> plugin is designed to use the MLv station amplitudes for computing
MLr magnitudes.
The magnitude uses a station correction term and the hypocentral distance.</p>
</div>
<div class="section" id="amplitude">
<h2>Amplitude<a class="headerlink" href="#amplitude" title="Permalink to this headline"></a></h2>
<p>The MLr amplitude calculation is that of <a class="reference internal" href="global_mlv.html#global-mlv"><span class="std std-ref">MLv</span></a>.</p>
</div>
<div class="section" id="station-magnitude">
<h2>Station Magnitude<a class="headerlink" href="#station-magnitude" title="Permalink to this headline"></a></h2>
<p>The <em>mLr</em> plugin calculates individual MLr station local magnitudes from
<a class="reference internal" href="global_mlv.html#global-mlv"><span class="std std-ref">MLv</span></a> amplitudes as:</p>
<div class="math">
<p><img src="../_images/math/3b314bd56ab94770a2a623ebc60d9d2527f3eda6.png" alt="MLr = \log10(waampl) - \log10(waamplRef)"/></p>
</div><div class="math">
<p><img src="../_images/math/af651135a1453eaa75fcec6a10fd5195d34d83b0.png" alt="\log10(waamplRef)= 0.2869 - 1.272 \times 1^{-3} \times hypdistkm - 1.493 \times \log10(hypdistkm) + StationCorrection"/></p>
</div><p>with</p>
<ul>
<li><p><em>waampl:</em> the <a class="reference internal" href="global_mlv.html#global-mlv"><span class="std std-ref">MLv</span></a> amplitude.</p></li>
<li><p><em>hypdistkm:</em> the distance from the sensor to the hypocenter in kilometers.</p></li>
<li><p><em>A(station):</em> Station correction is given by module.trunk.NZ.WEL.MLR.params, A.
Station Correction is set to be distance dependent.</p>
<p>Format: “UpToKilometers A ; UpToNextKilometers A “.
The option “nomag” disables the station magnitude.</p>
</li>
</ul>
<p>General parameters:</p>
<ul class="simple">
<li><p>Amplitude unit in SeisComP: <strong>millimeter</strong> (mm) from <a class="reference internal" href="global_mlv.html#global-mlv"><span class="std std-ref">MLv</span></a></p></li>
<li><p>Time window: 150 s by <a class="reference internal" href="scautopick.html#scautopick"><span class="std std-ref">scautopick</span></a> or distance dependent</p></li>
<li><p>Distance range: 0 - 20 deg (hypocentral distance, hard-coded)</p></li>
<li><p>Depth range: 0 - 800 km (hard-coded)</p></li>
</ul>
</div>
<div class="section" id="network-magnitude">
<h2>Network magnitude<a class="headerlink" href="#network-magnitude" title="Permalink to this headline"></a></h2>
<p>The GNS/Geonet Mlr local magnitude is using the default <cite>SeisComP</cite> behaviour for
the automatic network magnitudes.
Hard-coded ranges are 0-20 degrees maximum distance and 800 km maximum depth.</p>
</div>
<div class="section" id="configuration">
<h2>Configuration<a class="headerlink" href="#configuration" title="Permalink to this headline"></a></h2>
<p>Add the mlr plugin to the existing plugins in the global configuration.
Set the calibration parameters in the global bindings. Add MLr to the list of
magnitudes in the configuration of <a class="reference internal" href="scamp.html#scamp"><span class="std std-ref">scamp</span></a> and <a class="reference internal" href="scmag.html#scmag"><span class="std std-ref">scmag</span></a> for computation
and in <a class="reference internal" href="scesv.html#scesv"><span class="std std-ref">scesv</span></a> for visibility.</p>
</div>
</div>
<div id="anchors-bottom"></div>
</div>
<div class="sidebar" role="navigation" aria-label="main navigation">
<div id="anchors-top"></div>
<div id="anchors" class="content">
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">MLr</a><ul>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#amplitude">Amplitude</a></li>
<li><a class="reference internal" href="#station-magnitude">Station Magnitude</a></li>
<li><a class="reference internal" href="#network-magnitude">Network magnitude</a></li>
<li><a class="reference internal" href="#configuration">Configuration</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="global_md.html"
title="previous chapter">Md</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="global_iloc.html"
title="next chapter">iLoc</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/apps/global_mlr.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="horizontal layout content">
<a class="fade-in" href="https://www.gempa.de" target="_blank">
<img class="brand" src="../_static/brands/gempa.svg"/>
</a>
<div class="stretched align-center fitted content">
<div>
Version <b>5.3.0</b> Release
</div>
<div class="copyright">
Copyright &copy; gempa GmbH, GFZ Potsdam.
</div>
</div>
<a class="fade-in" href="https://www.gfz-potsdam.de" target="_blank">
<img class="brand" src="../_static/brands/gfz.svg"/>
</a>
</div>
</div>
</div>
</body>
</html>