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.
172 lines
5.5 KiB
HTML
172 lines
5.5 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 - August 2020 edition - AvaFrame
|
|
">
|
|
<meta property="og:description" content="">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyaug2020/">
|
|
<meta property="og:image" content="https://avaframe.org">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyaug2020/">
|
|
<meta name="twitter:image" content="https://avaframe.org">
|
|
|
|
<base href="https://avaframe.org/posts/monthlyaug2020/">
|
|
<title>
|
|
This month in AvaFrame - August 2020 edition - AvaFrame
|
|
</title>
|
|
|
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyaug2020/">
|
|
|
|
<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.74.3" />
|
|
</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 - August 2020 edition</h1>
|
|
<h2 class="date">August 21, 2020</h2>
|
|
|
|
|
|
</header>
|
|
|
|
<p>Welcome to this months monthly update (try to say this really fast :-) ) :</p>
|
|
<ul>
|
|
<li>
|
|
<p>The computational module for AlphaBeta is coming along nicely. We cleaned
|
|
quite a lot of code and are starting the testing / comparing to reference results
|
|
(Matthias is working on this).</p>
|
|
</li>
|
|
<li>
|
|
<p>Creation of idealised (test) topographies hit our public code base
|
|
(see <a href="https://github.com/avaframe/AvaFrame">github</a>). With these functions the
|
|
creation of various types of topographies is a breeze (thanks Anna). Matching release areas
|
|
can also be automatically created for some topographies. Additionally we started
|
|
putting these topographies and matching release / entrainment areas into the
|
|
data folder (in case you don’t want to run the code yourself).</p>
|
|
</li>
|
|
<li>
|
|
<p>The comparison tools/routines for AIMEC are on github now. This is the first
|
|
transfer of existing code, so Matthias is heavily working on this one. Expect a lot
|
|
of changes to happen here.</p>
|
|
</li>
|
|
<li>
|
|
<p>The first functions for the computational module com1DFA (main dense flow
|
|
module) are public now. As of now the necessary executable is not yet
|
|
available, but expect it to hit the repository sometime around end of September.</p>
|
|
</li>
|
|
<li>
|
|
<p>Various helper routines are included now:</p>
|
|
<ul>
|
|
<li>Configuration file reading and handling</li>
|
|
<li>Log file creation and handling</li>
|
|
<li>Project initialiser</li>
|
|
<li>Input data transfer scripts</li>
|
|
<li>…</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>Documentation (<a href="https://docs.avaframe.org">docs.avaframe.org</a>) is constantly
|
|
being updated, current new additions / updates are
|
|
the AlphaBeta module, AIMEC module and generateTopo module.</p>
|
|
</li>
|
|
</ul>
|
|
<p>Thanks for following our project,
|
|
signing off for summer :-)</p>
|
|
<p>Felix</p>
|
|
<p>If you have any questions and/or want to contact us, visit our matrix
|
|
room at:
|
|
<a href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">#public:matrix.avaframe.org</a></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>
|