-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeoclaw.html
71 lines (50 loc) · 3.42 KB
/
geoclaw.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Using GeoClaw to simulate storm surge for Hurricanes Harvey and Irma</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Storm surge for Harvey and Irma</h1>
<p class="header"></p>
<ul>
<li><a class="buttons github" href="https://github.com/MarcKjerland">GitHub Profile</a></li>
</ul>
</header>
<section>
<h3>
<a id="chipy" class="anchor" href="#chipy" aria-hidden="true"><span class="octicon octicon-link"></span></a>Storm surge modeling with GeoClaw, presented at Chicago Python User Group Sept 2017 </h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/cSbDrIM29dc" frameborder="0" allowfullscreen></iframe>
<p>You can download <a href='geoclaw/ChiPy-talk.pdf'>my slides (PDF)</a> and the <a href='geoclaw/ChiPy-geoclaw-talk.tar.gz'>LaTeX source</a>.</p>
<h3>
<a id="geoclaw" class="anchor" href="#geoclaw" aria-hidden="true"><span class="octicon octicon-link"></span></a>Harvey and Irma codes for GeoClaw</h3>
<p>Install GeoClaw as part of ClawPack following the instructions <i>for developers</i> at <a href="http://www.clawpack.org/">www.clawpack.org</a>. You'll need Linux or Mac OS X with git and a Fortran compiler (such as GNU Fortran) and make sure to update your environment variables after installing. </p>
<p>Download the source code for <a href="geoclaw/harvey.tar.gz">Harvey</a> and <a href="geoclaw/irma.tar.gz">Irma</a> and extract to the directory $CLAW/geoclaw/examples/storm-surge/ then <i>cd</i> into each directory and type 'make new' then 'make all'. </p>
<h3>
<a id="output" class="anchor" href="#output" aria-hidden="true"><span class="octicon octicon-link"></span></a>Model Outputs for Storm Surge</h3>
<p>Plots for maximum surge heights can be found below for Matagorda Bay, Texas, during Hurricane Harvey, and southwest Florida during Hurricane Irma. However, they don't show the whole picture - parts of the Florida coast experienced large <i>negative</i> surge during Irma. You can view the full model output animations here: </p>
<p><a href='geoclaw/harveyplots/PlotIndex.html'>Harvey surge animations</a></p>
<p><a href='geoclaw/irmaplots/PlotIndex.html'>Irma surge animations</a></p>
<p><img src="geoclaw/harvey_fgmax.png" alt="Max surge heights at Matagorda Bay during Hurricane Harvey"></p>
<p><img src="geoclaw/irma_fgmax.png" alt="Max surge heights in southern Florida during Hurricane Irma"></p>
<h3>
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>Feel free to contact me with any comments or questions: marc.kjerland at gmail</p>
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>