Skip to content

Commit

Permalink
add correct chile2010 plots
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed May 15, 2024
1 parent 403804a commit 070d915
Show file tree
Hide file tree
Showing 61 changed files with 89,182 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<html><meta http-equiv="expires" content="0">
<title>Plot Index</title>
<body><center><h1>Plot Index</h1></center>
<center><a href="../README.html">Back to ../README.html</a></center>
<p>
<center>Plots created: Wed May 15 2024 at 08:42:03 &nbsp;&nbsp; </center><p>
<p>
<b>Go to:</b>
&nbsp;&nbsp; <a href="#gauges">Gauges</a>
&nbsp;&nbsp; <a href="#eachrun">Other plots</a>
<p>
<a name="timeframes"><h3>Time frames:</h3></a>
<p>
<table border=0 cellpadding=5 cellspacing=5>
<p><tr><td><b>js Movies:</b></td>
<td><a href="movie_fig0.html">Surface</a></td></tr>
<p>
<tr><td><b>All Frames:</b></td>
<td><a href="allframes_fig0.html">Surface</a></td></tr>
<p>
<tr><td><b>Individual Frames:</b></td> </tr>

<tr><td>Frame 0, t = 0.00000:</td>
<td><a href="frame0000fig0.html">Surface</a></td></tr>

<tr><td>Frame 1, t = 1.80000e+03:</td>
<td><a href="frame0001fig0.html">Surface</a></td></tr>

<tr><td>Frame 2, t = 3.60000e+03:</td>
<td><a href="frame0002fig0.html">Surface</a></td></tr>

<tr><td>Frame 3, t = 5.40000e+03:</td>
<td><a href="frame0003fig0.html">Surface</a></td></tr>

<tr><td>Frame 4, t = 7.20000e+03:</td>
<td><a href="frame0004fig0.html">Surface</a></td></tr>

<tr><td>Frame 5, t = 9.00000e+03:</td>
<td><a href="frame0005fig0.html">Surface</a></td></tr>

<tr><td>Frame 6, t = 1.08000e+04:</td>
<td><a href="frame0006fig0.html">Surface</a></td></tr>

<tr><td>Frame 7, t = 1.26000e+04:</td>
<td><a href="frame0007fig0.html">Surface</a></td></tr>

<tr><td>Frame 8, t = 1.44000e+04:</td>
<td><a href="frame0008fig0.html">Surface</a></td></tr>

<tr><td>Frame 9, t = 1.62000e+04:</td>
<td><a href="frame0009fig0.html">Surface</a></td></tr>

<tr><td>Frame 10, t = 1.80000e+04:</td>
<td><a href="frame0010fig0.html">Surface</a></td></tr>

<tr><td>Frame 11, t = 1.98000e+04:</td>
<td><a href="frame0011fig0.html">Surface</a></td></tr>

<tr><td>Frame 12, t = 2.16000e+04:</td>
<td><a href="frame0012fig0.html">Surface</a></td></tr>

<tr><td>Frame 13, t = 2.34000e+04:</td>
<td><a href="frame0013fig0.html">Surface</a></td></tr>

<tr><td>Frame 14, t = 2.52000e+04:</td>
<td><a href="frame0014fig0.html">Surface</a></td></tr>

<tr><td>Frame 15, t = 2.70000e+04:</td>
<td><a href="frame0015fig0.html">Surface</a></td></tr>

<tr><td>Frame 16, t = 2.88000e+04:</td>
<td><a href="frame0016fig0.html">Surface</a></td></tr>

<tr><td>Frame 17, t = 3.06000e+04:</td>
<td><a href="frame0017fig0.html">Surface</a></td></tr>

<tr><td>Frame 18, t = 3.24000e+04:</td>
<td><a href="frame0018fig0.html">Surface</a></td></tr>
</table>
<p>
<a name="gauges"><h3>Gauges:</h3></a>
<p>
<table border=0 cellpadding=5 cellspacing=5>
<p>
<tr><td><b>All Gauges:</b></td>
<td><a href="allgaugesfig300.html">Surface at gauges</a></td></tr>
<p>
<tr><td><b>Individual Gauges:</b></td> </tr>

<tr><td>Gauge 32412:</td>
<td><a href="gauge32412fig300.html">Surface at gauges</a></td></tr>
</table>
<p>
<a name="eachrun"><h3>Other plots:</h3></a>
<p><ul>
<p><li><a href="_timing_figures/timing.html">timing plots</a>
<p></ul>
</body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

<html>
<h1>Timing information</h1>
<p>
<pre>
<h4>Datetime: 2024-05-15 08:42 From: /Users/rjl/clawpack_src/clawpack_master/geoclaw/examples/tsunami/chile2010/_output
</h4>
============================== Timing Data ==============================

Integration Time (stepgrid + BC + overhead)
Level Wall Time (seconds) CPU Time (seconds) Total Cell Updates
1 0.092 0.097 0.864E+05
2 0.229 0.301 0.414E+06
3 2.739 14.655 0.216E+08
total 3.061 15.053 0.221E+08

All levels:
stepgrid 2.972 14.778
BC/ghost cells 0.082 0.267
Regridding 0.047 0.116
Output (valout) 0.955 0.954

Total time: 4.113 16.181
Using 6 thread(s)

Note: The CPU times are summed over all threads.
Total time includes more than the subroutines listed above
Note: timings are also recorded for each output step
in the file timing.csv.

clock_rate = 1000000000 per second, count_max = 9223372036854775807
clock_start = 1715776903963243000, clock_finish = 1715776908076678000
=========================================================================


</pre>
<p>
<img width=30% src="timing_CumWallTime.png">
<img width=30% src="timing_CumCPUTime.png">
<img width=30% src="timing_CumCellUpdates.png">

<p>
<img width=30% src="timing_ByFrameWallTime.png">
<img width=30% src="timing_ByFrameCPUTime.png">
<img width=30% src="timing_ByFrameCellUpdates.png">

<p>
<img width=50% src="timing_ByFrameCellUpdatesPerCPU.png">

</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html><meta http-equiv="expires" content="0"><title>Plots</title><body>
<center><h3>All Figures -- Gauge 32412<p>
<p> <a href="allfigsgauge32412.html">&#060; &#060;</a> &nbsp; &nbsp;
&#060; &nbsp; &nbsp;
<a href="_PlotIndex.html">Index</a> &nbsp; &nbsp;
<a href="allfigsgauge32412.html"> &#062; &#062;</a>
</h3><p>
<h3>Click on a figure to enlarge</h3>
<p>
<a href="gauge32412fig300.html"><img src="gauge32412fig300.png" width=400></a>

<p><b>Other gauges:</b></a> &nbsp;&nbsp;
<font color=red>32412</font>&nbsp;&nbsp;
</center></body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<html><meta http-equiv="expires" content="0"><title>Plots</title><body>
<center><h1>All Frames -- Surface</h1>
<p>

<p><h3><a href=_PlotIndex.html>Plot Index</a></h3>
<p>
<h3>Click on a figure to enlarge</h3>
<p>
<a href="frame0000fig0.html"><img src="frame0000fig0.png" width=400></a>
<a href="frame0001fig0.html"><img src="frame0001fig0.png" width=400></a>
<a href="frame0002fig0.html"><img src="frame0002fig0.png" width=400></a>
<a href="frame0003fig0.html"><img src="frame0003fig0.png" width=400></a>
<a href="frame0004fig0.html"><img src="frame0004fig0.png" width=400></a>
<a href="frame0005fig0.html"><img src="frame0005fig0.png" width=400></a>
<a href="frame0006fig0.html"><img src="frame0006fig0.png" width=400></a>
<a href="frame0007fig0.html"><img src="frame0007fig0.png" width=400></a>
<a href="frame0008fig0.html"><img src="frame0008fig0.png" width=400></a>
<a href="frame0009fig0.html"><img src="frame0009fig0.png" width=400></a>
<a href="frame0010fig0.html"><img src="frame0010fig0.png" width=400></a>
<a href="frame0011fig0.html"><img src="frame0011fig0.png" width=400></a>
<a href="frame0012fig0.html"><img src="frame0012fig0.png" width=400></a>
<a href="frame0013fig0.html"><img src="frame0013fig0.png" width=400></a>
<a href="frame0014fig0.html"><img src="frame0014fig0.png" width=400></a>
<a href="frame0015fig0.html"><img src="frame0015fig0.png" width=400></a>
<a href="frame0016fig0.html"><img src="frame0016fig0.png" width=400></a>
<a href="frame0017fig0.html"><img src="frame0017fig0.png" width=400></a>
<a href="frame0018fig0.html"><img src="frame0018fig0.png" width=400></a>

</center></body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html><meta http-equiv="expires" content="0"><title>Plots</title><body>
<center><h1>All Frames -- Test</h1>
<p>

<p><h3><a href=_PlotIndex.html>Plot Index</a></h3>
<p>
<h3>Click on a figure to enlarge</h3>
<p>
<a href="frame0000fig1.html"><img src="frame0000fig1.png" width=400></a>
<a href="frame0001fig1.html"><img src="frame0001fig1.png" width=400></a>
<a href="frame0002fig1.html"><img src="frame0002fig1.png" width=400></a>
<a href="frame0003fig1.html"><img src="frame0003fig1.png" width=400></a>

</center></body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html><meta http-equiv="expires" content="0"><title>Plots</title><body>
<center><h1>All Gauges -- Surface at gauges</h1>
<p>

<p><h3><a href=_PlotIndex.html>Plot Index</a></h3>
<p>
<h3>Click on a figure to enlarge</h3>
<p>
<a href="gauge32412fig300.html"><img src="gauge32412fig300.png" width=400></a>

</center></body></html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 070d915

Please sign in to comment.