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.
202 lines
6.1 KiB
HTML
202 lines
6.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="author" content="AvaFrame">
|
|
<meta name="description" content="https://avaframe.org">
|
|
<meta name="keywords" content="project,avalanche">
|
|
|
|
<meta property="og:site_name" content="AvaFrame">
|
|
<meta property="og:title" content="
|
|
This month in AvaFrame - April 2021 edition - AvaFrame
|
|
">
|
|
<meta property="og:description" content="">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyapr2021/">
|
|
<meta property="og:image" content="https://avaframe.org">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyapr2021/">
|
|
<meta name="twitter:image" content="https://avaframe.org">
|
|
|
|
<base href="https://avaframe.org/posts/monthlyapr2021/">
|
|
<title>
|
|
This month in AvaFrame - April 2021 edition - AvaFrame
|
|
</title>
|
|
|
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyapr2021/">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
|
|
<link rel="stylesheet" href="https://avaframe.org/css/normalize.min.css">
|
|
<link rel="stylesheet" href="https://avaframe.org/css/style.min.css">
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-16x16.png" sizes="16x16">
|
|
|
|
|
|
<link rel="alternate" href="https://avaframe.org/index.xml" type="application/rss+xml" title="AvaFrame">
|
|
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
|
|
|
|
|
|
<meta name="generator" content="Hugo 0.91.2" />
|
|
</head>
|
|
|
|
<body class="">
|
|
<main class="wrapper">
|
|
<nav class="navigation">
|
|
<section class="container">
|
|
<a class="navigation-title" href="/">AvaFrame</a>
|
|
<input type="checkbox" id="menu-control"/>
|
|
<label class="menu-mobile float-right " for="menu-control">
|
|
<span class="btn-mobile float-right ">☰</span>
|
|
<ul class="navigation-list">
|
|
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
</label>
|
|
</section>
|
|
</nav>
|
|
|
|
|
|
<div class="content">
|
|
|
|
<section class="container post">
|
|
<article>
|
|
<header>
|
|
<h1 class="title">This month in AvaFrame - April 2021 edition</h1>
|
|
<h2 class="date">May 5, 2021</h2>
|
|
|
|
|
|
</header>
|
|
|
|
<p>Welcome to the April 2021 edition of our monthly update.</p>
|
|
<p>Apart from the release of version 0.3, we put a lot of effort into our
|
|
python/cython dense flow avalanche module <em>com1DFAPy</em>, targeting a swap with
|
|
<em>com1DFA</em> within the next month:</p>
|
|
<ul>
|
|
<li>
|
|
<p>com1DFAPy now includes:</p>
|
|
<ul>
|
|
<li>
|
|
<p>an additional particle initialisation method: the <em>per depth</em> method</p>
|
|
</li>
|
|
<li>
|
|
<p>the option to use secondary release areas. They are being triggered if
|
|
particles enter the area of a secondary release area.</p>
|
|
</li>
|
|
<li>
|
|
<p>split simulation types for entrainment and resistance. So far only a
|
|
combined type existed. This allows for more granular and easier control of
|
|
different simulation setups.</p>
|
|
</li>
|
|
<li>
|
|
<p>distinguish grid size used for the normal computation and for interpolating
|
|
the fields from the grid used for neighbour search (kernel smoothing length).</p>
|
|
</li>
|
|
<li>
|
|
<p>an option to remesh the input DEM</p>
|
|
</li>
|
|
<li>
|
|
<p>better output options to reduce computational costs (mainly RAM usage)</p>
|
|
</li>
|
|
<li>
|
|
<p>proper handling of overlapping release areas</p>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p>The second big block tackles reporting and visualisation:</p>
|
|
<ul>
|
|
<li>
|
|
<p>output options for visualisation in <em>Paraview</em></p>
|
|
</li>
|
|
<li>
|
|
<p>introduce constraining plots to data plus a buffer zone</p>
|
|
</li>
|
|
<li>
|
|
<p>generate report and plots to validate the entrainment</p>
|
|
</li>
|
|
<li>
|
|
<p>update benchmark files, ini files and run scripts to new options</p>
|
|
</li>
|
|
<li>
|
|
<p>improve Aimec plots (add some statistical information about the error)</p>
|
|
</li>
|
|
</ul>
|
|
<p>And last but not least, this month also saw us also focusing on getting things ready for the EGU:</p>
|
|
<ul>
|
|
<li>
|
|
<p>a new page was introduced in our docu about
|
|
<a href="https://docs.avaframe.org/en/latest/testing.html">testing</a> including an
|
|
example of a full report of our standard tests. There you’ll also find all
|
|
available test topographies.</p>
|
|
</li>
|
|
<li>
|
|
<p>we presented these tests and our strategy at EGU21, see
|
|
<a href="https://doi.org/10.5194/egusphere-egu21-6560">abstract</a> and <a href="https://www.youtube.com/watch?v=GS7zdlByLQE">publicly
|
|
available video</a>.</p>
|
|
</li>
|
|
</ul>
|
|
<p>Felix</p>
|
|
|
|
</article>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
|
|
</footer>
|
|
<div class="fixed-bar">
|
|
<section class="container">
|
|
|
|
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
|
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
|
#public:matrix.avaframe.org</a></p>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<script src="https://avaframe.org/js/app.js"></script>
|
|
|
|
</body>
|
|
</html>
|