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.
174 lines
6.0 KiB
HTML
174 lines
6.0 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 - March 2021 edition - AvaFrame
|
|
">
|
|
<meta property="og:description" content="">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://avaframe.org/posts/monthlymar2021/">
|
|
<meta property="og:image" content="https://avaframe.org">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlymar2021/">
|
|
<meta name="twitter:image" content="https://avaframe.org">
|
|
|
|
<base href="https://avaframe.org/posts/monthlymar2021/">
|
|
<title>
|
|
This month in AvaFrame - March 2021 edition - AvaFrame
|
|
</title>
|
|
|
|
<link rel="canonical" href="https://avaframe.org/posts/monthlymar2021/">
|
|
|
|
<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.88.1" />
|
|
</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://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 - March 2021 edition</h1>
|
|
<h2 class="date">April 4, 2021</h2>
|
|
|
|
|
|
</header>
|
|
|
|
<p>Welcome to the March 2021 edition of our monthly update.</p>
|
|
<ul>
|
|
<li>
|
|
<p>One big focus this months was a refactor of our AIMEC routines. We realised
|
|
that our functions were still too complex, so we decided to</p>
|
|
<ul>
|
|
<li>split it into more atomic function to make it easier to access only certain
|
|
parts of the AIMEC functionalities.</li>
|
|
<li>make sure no special folder structure is needed anymore.</li>
|
|
<li>add an option to compare results from two different com modules.</li>
|
|
<li>improve and develop the AIMEC plots some more.</li>
|
|
<li>showcase how to use it by including it in the standard tests.</li>
|
|
</ul>
|
|
<p>All this is especially important in light of our submission to the vEGU 2021.
|
|
See <a href="https://meetingorganizer.copernicus.org/EGU21/EGU21-6560.html">here</a> for more information.</p>
|
|
</li>
|
|
<li>
|
|
<p>Our Windows side is progressing: the windows executable for the com1DFA module
|
|
has landed. If you want to try it, you can follow our
|
|
<a href="https://docs.avaframe.org/en/latest/installation.html">installation</a> and
|
|
adapt it for windows paths. The documentation will be updated as soon as a
|
|
simpler installation method is available. This will (hopefully) be possible
|
|
via <em>pypi</em>, first tests look promising, but some kinks need to be ironed out
|
|
first.</p>
|
|
</li>
|
|
<li>
|
|
<p>We started an in depth comparison between com1DFA and the python version
|
|
com1DFAPy. Since the python version is getting closer to reproduce the com1DFA
|
|
results we want to make sure we are covering all the bases. To finally being
|
|
able to switch over to the python version, we are now working on adding
|
|
entrainment and resistance areas.</p>
|
|
</li>
|
|
<li>
|
|
<p>And as always plenty of smaller issues and tasks were tackled:</p>
|
|
<ul>
|
|
<li>writing theory and numerics documentation.</li>
|
|
<li>update idealised topos and naming.</li>
|
|
<li>add description dict/json file for the tests, with an option to filter them using tags.</li>
|
|
<li>update benchmark tests (ini files, particles, benchmark results also regarding com1DFAPy, damBreak).</li>
|
|
<li>add option to change entrainment thickness for com1DFA</li>
|
|
<li>update quickplot with histogram plot insert and 0 values not shown anymore</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p>Since the beginning of the month our team got a bit bigger: we welcome Marie and
|
|
Michael, 2 master thesis students, on board. We are looking forward to AvaFrame being
|
|
put to the test!</p>
|
|
<p>Hope to see you at the EGU21,</p>
|
|
<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>
|