Add monthly update for september

master
Felix Oesterle 6 years ago
parent a39e8a81cb
commit 93880822c7

@ -1,21 +1,56 @@
--- ---
title: "This month in AvaFrame - September 2020 edition" title: "This month in AvaFrame - September 2020 edition"
date: 2020-08-21T12:28:05+02:00 date: 2020-09-30T12:28:05+02:00
draft: true draft: false
slug: "monthlysep2020" slug: "monthlysep2020"
--- ---
Winter is slowly creeping up on us, so here is the next AvaFrame update:
We created a new results folder structure for com1DFA, now simulation files can be addressed according to their name and characteristics such as simulation type, name of release area and many more via a dictionary.
Now there is also the option to vary not only the friction parameter mu but also the release thickness. Besides this new option, more and more simulation parameters can now be set in python. + We heavily worked on the dense flow avalanche module com1DFA, bringing
functionality from its native code over to python functions. Now there is
the option to do parameter variations on friction parameters and release thickness automatically.
Besides this new option, more and more simulation parameters can now be set in python.
+ Regarding the necessary executable for the com1DFA (dense flow) module: we
discovered some discrepancy which we currently work on to resolve. The
differences to our reference results are minuscule, but we would like to
understand the source of it. Once this is resolved, we will release the
executable as a first step to bringing it fully open source.
+ We created a new results folder structure for com1DFA, now simulation files
can be addressed according to their name and characteristics such as
simulation type, name of release area and many more via a dictionary.
+ The full documentation for com1DFA (dense flow) took a big step forward, you
can see it here
[docs.avaframe.org](https://docs.avaframe.org/en/latest/appendixCom1DFA.html).
Please be aware, this is currently not reviewed yet and still heavily being
worked on.
+ The AlphaBeta and AIMEC modules also received improved documentation, but
again, not completely done yet.
+ The AIMEC computation and plotting routines are now a lot cleaner and easier
to read.
+ The plotting routines are developed/improved with styling of the plots and
new colormaps. To use a modern visualisation, we are working in the HCL color
space wherever possible. For more information about this see [hclwizard](http://hclwizard.org).
**Quarterly Outlook**
We are currently working towards version 0.1, a bare bones first version
including the main modules com1DFA, com2AB (AlphaBeta) and the necessary support
modules, like logging, input/output and report generation. With this experienced
users will be able to run avalanche simulations. This will also include
our dense flow executable mentioned above. Towards the end of the year
we will concentrate on testing, improving our code-coverage and documentation.
The development of the interface to QGis, i.e. triggering simulations right out
of QGis, will also start around this time.
Excited to see the first simulation results,
Felix
My this month in avaframe would be:
*Working on the comparison tool AIMEC:
-Main routine Ana3AIMEC clead up and tested
-Documentation up to date
-Some further development on the ploting routine on its way
*Creating a colormap siuted for avalanche data visualisation:
-Discrete cmap for end users with predefined levels
-continuous cmap for developers
*Writting theory doc for com1DFA

@ -99,6 +99,10 @@
<div class="content centered"> <div class="content centered">
<ul> <ul>
<li>
<span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a>
</li>
<li> <li>
<span>August 21, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a> <span>August 21, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a>
</li> </li>

@ -6,11 +6,22 @@
<description>Recent content on AvaFrame</description> <description>Recent content on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en</language> <language>en</language>
<lastBuildDate>Fri, 21 Aug 2020 12:28:05 +0200</lastBuildDate> <lastBuildDate>Wed, 30 Sep 2020 12:28:05 +0200</lastBuildDate>
<atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>This month in AvaFrame - September 2020 edition</title>
<link>https://avaframe.org/posts/monthlysep2020/</link>
<pubDate>Wed, 30 Sep 2020 12:28:05 +0200</pubDate>
<guid>https://avaframe.org/posts/monthlysep2020/</guid>
<description>Winter is slowly creeping up on us, so here is the next AvaFrame update:
We heavily worked on the dense flow avalanche module com1DFA, bringing functionality from its native code over to python functions. Now there is the option to do parameter variations on friction parameters and release thickness automatically. Besides this new option, more and more simulation parameters can now be set in python.
Regarding the necessary executable for the com1DFA (dense flow) module: we discovered some discrepancy which we currently work on to resolve.</description>
</item>
<item> <item>
<title>This month in AvaFrame - August 2020 edition</title> <title>This month in AvaFrame - August 2020 edition</title>
<link>https://avaframe.org/posts/monthlyaug2020/</link> <link>https://avaframe.org/posts/monthlyaug2020/</link>

@ -84,6 +84,10 @@
<h1 class="title">Posts</h1> <h1 class="title">Posts</h1>
<ul> <ul>
<li>
<span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a>
</li>
<li> <li>
<span>August 21, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a> <span>August 21, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a>
</li> </li>

@ -6,11 +6,22 @@
<description>Recent content in Posts on AvaFrame</description> <description>Recent content in Posts on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en</language> <language>en</language>
<lastBuildDate>Fri, 21 Aug 2020 12:28:05 +0200</lastBuildDate> <lastBuildDate>Wed, 30 Sep 2020 12:28:05 +0200</lastBuildDate>
<atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>This month in AvaFrame - September 2020 edition</title>
<link>https://avaframe.org/posts/monthlysep2020/</link>
<pubDate>Wed, 30 Sep 2020 12:28:05 +0200</pubDate>
<guid>https://avaframe.org/posts/monthlysep2020/</guid>
<description>Winter is slowly creeping up on us, so here is the next AvaFrame update:
We heavily worked on the dense flow avalanche module com1DFA, bringing functionality from its native code over to python functions. Now there is the option to do parameter variations on friction parameters and release thickness automatically. Besides this new option, more and more simulation parameters can now be set in python.
Regarding the necessary executable for the com1DFA (dense flow) module: we discovered some discrepancy which we currently work on to resolve.</description>
</item>
<item> <item>
<title>This month in AvaFrame - August 2020 edition</title> <title>This month in AvaFrame - August 2020 edition</title>
<link>https://avaframe.org/posts/monthlyaug2020/</link> <link>https://avaframe.org/posts/monthlyaug2020/</link>

@ -0,0 +1,176 @@
<!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 - September 2020 edition - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/monthlysep2020/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/monthlysep2020/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/monthlysep2020/">
<title>
This month in AvaFrame - September 2020 edition - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/monthlysep2020/">
<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 ">&#9776;</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 - September 2020 edition</h1>
<h2 class="date">September 30, 2020</h2>
</header>
<p>Winter is slowly creeping up on us, so here is the next AvaFrame update:</p>
<ul>
<li>
<p>We heavily worked on the dense flow avalanche module com1DFA, bringing
functionality from its native code over to python functions. Now there is
the option to do parameter variations on friction parameters and release thickness automatically.
Besides this new option, more and more simulation parameters can now be set in python.</p>
</li>
<li>
<p>Regarding the necessary executable for the com1DFA (dense flow) module: we
discovered some discrepancy which we currently work on to resolve. The
differences to our reference results are minuscule, but we would like to
understand the source of it. Once this is resolved, we will release the
executable as a first step to bringing it fully open source.</p>
</li>
<li>
<p>We created a new results folder structure for com1DFA, now simulation files
can be addressed according to their name and characteristics such as
simulation type, name of release area and many more via a dictionary.</p>
</li>
<li>
<p>The full documentation for com1DFA (dense flow) took a big step forward, you
can see it here
<a href="https://docs.avaframe.org/en/latest/appendixCom1DFA.html">docs.avaframe.org</a>.
Please be aware, this is currently not reviewed yet and still heavily being
worked on.</p>
</li>
<li>
<p>The AlphaBeta and AIMEC modules also received improved documentation, but
again, not completely done yet.</p>
</li>
<li>
<p>The AIMEC computation and plotting routines are now a lot cleaner and easier
to read.</p>
</li>
<li>
<p>The plotting routines are developed/improved with styling of the plots and
new colormaps. To use a modern visualisation, we are working in the HCL color
space wherever possible. For more information about this see <a href="http://hclwizard.org">hclwizard</a>.</p>
</li>
</ul>
<p><strong>Quarterly Outlook</strong></p>
<p>We are currently working towards version 0.1, a bare bones first version
including the main modules com1DFA, com2AB (AlphaBeta) and the necessary support
modules, like logging, input/output and report generation. With this experienced
users will be able to run avalanche simulations. This will also include
our dense flow executable mentioned above. Towards the end of the year
we will concentrate on testing, improving our code-coverage and documentation.
The development of the interface to QGis, i.e. triggering simulations right out
of QGis, will also start around this time.</p>
<p>Excited to see the first simulation results,</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>

@ -4,12 +4,17 @@
<url> <url>
<loc>https://avaframe.org/</loc> <loc>https://avaframe.org/</loc>
<lastmod>2020-08-21T12:28:05+02:00</lastmod> <lastmod>2020-09-30T12:28:05+02:00</lastmod>
</url> </url>
<url> <url>
<loc>https://avaframe.org/posts/</loc> <loc>https://avaframe.org/posts/</loc>
<lastmod>2020-08-21T12:28:05+02:00</lastmod> <lastmod>2020-09-30T12:28:05+02:00</lastmod>
</url>
<url>
<loc>https://avaframe.org/posts/monthlysep2020/</loc>
<lastmod>2020-09-30T12:28:05+02:00</lastmod>
</url> </url>
<url> <url>