-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdclaw.html
More file actions
192 lines (181 loc) · 8.29 KB
/
dclaw.html
File metadata and controls
192 lines (181 loc) · 8.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>D-Claw for debris flows and landslides — Clawpack 5.14.x documentation</title>
<link rel="stylesheet" href="_static/base.css" type="text/css" />
<link rel="stylesheet" href="_static/layout.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/flasky.css?v=59fe8e2d" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" />
<script src="_static/documentation_options.js?v=f5e26b61"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="icon" href="_static/clawicon.ico"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Specifying GeoClaw parameters in setrun.py" href="setrun_geoclaw.html" />
<link rel="prev" title="Landslides" href="landslides.html" />
</head><body>
<div id="main-wrapper" class="sphinx">
<div id="header-wrapper">
<section id="header">
<!-- <h1><a href="http://clawpack.org/">Clawpack</a></h1> -->
<h1><a href="http://clawpack.org/">Clawpack-5</a></h1>
<nav>
<ul>
<li>
<a href="contents.html">Docs</a>
</li>
<li>
<a href="installing.html">Install</a>
</li>
<li>
<a class="" href="http://clawpack.org/gallery/index.html">Gallery</a>
</li>
<li>
<a href="about.html">Citation</a>
</li>
<li>
<a class="active" href="http://github.com/clawpack">GitHub</a>
</li>
<li>
<a class="" href="community.html">Community</a>
</li>
<li>
<a class="" href="developers.html">Contribute</a>
</li>
</ul>
</nav>
</section>
<div class="decoration"></div>
</div>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="setrun_geoclaw.html" title="Specifying GeoClaw parameters in setrun.py"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="landslides.html" title="Landslides"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">Clawpack 5.14.x documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="geoclaw.html" accesskey="U">GeoClaw Description and Contents</a> »</li>
<li class="nav-item nav-item-this"><a href="">D-Claw for debris flows and landslides</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="d-claw-for-debris-flows-and-landslides">
<span id="dclaw"></span><h1>D-Claw for debris flows and landslides<a class="headerlink" href="#d-claw-for-debris-flows-and-landslides" title="Link to this heading">¶</a></h1>
<p>The D-Claw code has been under development at the USGS for more than 10 years.
Originally it was branched off of Clawpack 4.x and evolved somewhat independently
of GeoClaw. However, recently it has been substantially rewritten to be
compatible with recent versions of Clawpack 5.x and many of the new capabilities
introduced in GeoClaw such as <a class="reference internal" href="fgmax.html#fgmax"><span class="std std-ref">Fixed grid monitoring (fgmax)</span></a> and <a class="reference internal" href="fgout.html#fgout"><span class="std std-ref">Fixed grid output (fgout)</span></a> are now available
in D-Claw as well.</p>
<p>Like GeoClaw, D-Claw solves 2-dimensional depth-averaged equations with the
fluid depth <cite>h</cite> and two depth-averaged momenta <cite>hu,hv</cite> as primary variables,
along with new
variables for the solid mass fraction and pore pressure. It is based on
a model for dense granular flows described in detail in <span id="id1">[IversonGeorge2014]</span>
and <span id="id2">[GeorgeIverson2014]</span>.</p>
<p>For more information or to download the D-Claw code, see:</p>
<ul class="simple">
<li><p><a class="reference external" href="https://claw.code-pages.usgs.gov/dclaw/">Documentation</a></p></li>
<li><p><a class="reference external" href="https://code.usgs.gov/claw/dclaw">USGS repository</a></p></li>
<li><p><a class="reference external" href="https://github.com/geoflows/dclaw">Github mirror</a></p></li>
<li><p><a class="reference external" href="https://dlgeorge.github.io/projects/">Some D-Claw research applications</a></p></li>
</ul>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<p><a href="http://clawpack.org/">
<img class="logo" src= "_static/clawlogo.jpg" alt="Logo"/>
</a>
<h2>Version 5.14.x</h2>
</p><h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
<li><a href="geoclaw.html">GeoClaw Description and Contents</a><ul>
<li>Previous: <a href="landslides.html" title="previous chapter">Landslides</a></li>
<li>Next: <a href="setrun_geoclaw.html" title="next chapter">Specifying GeoClaw parameters in <cite>setrun.py</cite></a></li>
</ul></li>
</ul></li>
</ul>
<div class="widget navlinks">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/dclaw.rst.txt"
rel="nofollow"
target="_blank">Source .rst</a></li>
<li><a href="https://github.com/clawpack/doc/blob/dev/doc/dclaw.rst"
rel="nofollow"
target="_blank">Source on GitHub</a></li>
<li><a href="https://github.com/clawpack/doc/commits/dev/doc/dclaw.rst"
rel="nofollow"
target="_blank">History</a></li>
<li><a href="https://github.com/clawpack/doc/edit/dev/doc/dclaw.rst"
rel="nofollow"
target="_blank">Suggest Edits</a></li>
<li><a href="https://github.com/clawpack/doc/issues/new/choose"
rel="nofollow"
target="_blank">Raise an Issue</a></li>
</ul>
</div>
<search 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" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>
<h4>Latest Version</h4>
<ul>
<li><a href="./dev/dclaw.html">dev</a></li>
<li><a href="dclaw.html">v5.14.x</a></li>
</ul>
<h4>Older Versions</h4>
<ul>
<li><a href="./v5.10.x/index.html">v5.10.x</a></li>
<li><a href="./v5.11.x/dclaw.html">v5.11.x</a></li>
<li><a href="./v5.12.x/dclaw.html">v5.12.x</a></li>
<li><a href="./v5.7.x/index.html">v5.7.x</a></li>
<li><a href="./v5.8.x/index.html">v5.8.x</a></li>
<li><a href="./v5.9.x/index.html">v5.9.x</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright CC-BY 2024, The Clawpack Development Team.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44811544-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>