add monthly Feb 22

master
Felix Oesterle 4 years ago
parent 2c0f1d0243
commit 37051c0f71

@ -0,0 +1,29 @@
---
title: "This month in AvaFrame - February 2022 edition"
date: 2022-03-04T00:00:00+01:00
draft: false
---
Welcome to the second update of 2022.
We are still preparing for the upcoming release, so expect to see some release candidates being published:
- We are preparing a difference report with a comparison between com1DFAOrig and com1DFA. In there we'll look at different
numerical and other investigations, among this is comparison for different particle seeds.
- It is now possible to use a range option to vary thickness values
- Remeshing of the DEMs is improved now: if the remeshing was already done in a previous simulation, remeshing is not
redone, but taken from a saved DEM. This saves some compute time right at the beginning.
- We are adding code to create simulograms and thalweg-time-diagrams. More on those later...
- A new, so called *energy line test* now available with its documentation. If you want to know more, head over to our
documentation.
- We started the process of providing peer-reviewed papers, by starting on different papers.
We are also looking forward to the 1st public workshop at the 8th of March.
Felix

@ -113,11 +113,11 @@
</li>
<li>
<span>1. Mar, 2022</span><a href="https://avaframe.org/posts/info1stworkshop/">Info 1st Public Workshop 8. March</a>
<span>4. Mar, 2022</span><a href="https://avaframe.org/posts/monthlyfeb2022/">This month in AvaFrame - February 2022 edition</a>
</li>
<li>
<span>5. Feb, 2022</span><a href="https://avaframe.org/posts/monthlyfeb2022/">This month in AvaFrame - January 2022 edition</a>
<span>1. Mar, 2022</span><a href="https://avaframe.org/posts/info1stworkshop/">Info 1st Public Workshop 8. March</a>
</li>
<li>

@ -21,6 +21,18 @@ If you want to contact us for more information see here: AvaFrame communications
Your AvaFrame core team</description>
</item>
<item>
<title>This month in AvaFrame - February 2022 edition</title>
<link>https://avaframe.org/posts/monthlyfeb2022/</link>
<pubDate>Fri, 04 Mar 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyfeb2022/</guid>
<description>Welcome to the second update of 2022.
We are still preparing for the upcoming release, so expect to see some release candidates being published:
We are preparing a difference report with a comparison between com1DFAOrig and com1DFA. In there we&amp;rsquo;ll look at different numerical and other investigations, among this is comparison for different particle seeds.
It is now possible to use a range option to vary thickness values</description>
</item>
<item>
<title>Info 1st Public Workshop 8. March</title>
<link>https://avaframe.org/posts/info1stworkshop/</link>
@ -34,19 +46,6 @@ If you want to follow the hands on demo:
please prepare by following the installation instructions on our documentation: standard installation.</description>
</item>
<item>
<title>This month in AvaFrame - January 2022 edition</title>
<link>https://avaframe.org/posts/monthlyfeb2022/</link>
<pubDate>Sat, 05 Feb 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyfeb2022/</guid>
<description>Welcome to the January 2022 update.
seed test for difference report
add range option to vary thickness values
new workflow for remeshing DEM, saving, looking for remeshed DEM
mostly work on including AK/MWs code on simulograms, make tt-diagram and runscripts for both (not sure if good to mentions as no PR is there yet, I am working on docu and pytests and want to have Anselms feedback on docu first)</description>
</item>
<item>
<title>This month in AvaFrame - January 2022 edition</title>
<link>https://avaframe.org/posts/monthlyjan2022/</link>

@ -97,11 +97,11 @@
</li>
<li>
<span>March 1, 2022</span><a href="https://avaframe.org/posts/info1stworkshop/">Info 1st Public Workshop 8. March</a>
<span>March 4, 2022</span><a href="https://avaframe.org/posts/monthlyfeb2022/">This month in AvaFrame - February 2022 edition</a>
</li>
<li>
<span>February 5, 2022</span><a href="https://avaframe.org/posts/monthlyfeb2022/">This month in AvaFrame - January 2022 edition</a>
<span>March 1, 2022</span><a href="https://avaframe.org/posts/info1stworkshop/">Info 1st Public Workshop 8. March</a>
</li>
<li>

@ -21,6 +21,18 @@ If you want to contact us for more information see here: AvaFrame communications
Your AvaFrame core team</description>
</item>
<item>
<title>This month in AvaFrame - February 2022 edition</title>
<link>https://avaframe.org/posts/monthlyfeb2022/</link>
<pubDate>Fri, 04 Mar 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyfeb2022/</guid>
<description>Welcome to the second update of 2022.
We are still preparing for the upcoming release, so expect to see some release candidates being published:
We are preparing a difference report with a comparison between com1DFAOrig and com1DFA. In there we&amp;rsquo;ll look at different numerical and other investigations, among this is comparison for different particle seeds.
It is now possible to use a range option to vary thickness values</description>
</item>
<item>
<title>Info 1st Public Workshop 8. March</title>
<link>https://avaframe.org/posts/info1stworkshop/</link>
@ -34,19 +46,6 @@ If you want to follow the hands on demo:
please prepare by following the installation instructions on our documentation: standard installation.</description>
</item>
<item>
<title>This month in AvaFrame - January 2022 edition</title>
<link>https://avaframe.org/posts/monthlyfeb2022/</link>
<pubDate>Sat, 05 Feb 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyfeb2022/</guid>
<description>Welcome to the January 2022 update.
seed test for difference report
add range option to vary thickness values
new workflow for remeshing DEM, saving, looking for remeshed DEM
mostly work on including AK/MWs code on simulograms, make tt-diagram and runscripts for both (not sure if good to mentions as no PR is there yet, I am working on docu and pytests and want to have Anselms feedback on docu first)</description>
</item>
<item>
<title>This month in AvaFrame - January 2022 edition</title>
<link>https://avaframe.org/posts/monthlyjan2022/</link>

@ -0,0 +1,159 @@
<!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 - February 2022 edition - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/monthlyfeb2022/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyfeb2022/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/monthlyfeb2022/">
<title>
This month in AvaFrame - February 2022 edition - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/monthlyfeb2022/">
<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.93.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 ">&#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://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 - February 2022 edition</h1>
<h2 class="date">March 4, 2022</h2>
</header>
<p>Welcome to the second update of 2022.</p>
<p>We are still preparing for the upcoming release, so expect to see some release candidates being published:</p>
<ul>
<li>
<p>We are preparing a difference report with a comparison between com1DFAOrig and com1DFA. In there we&rsquo;ll look at different
numerical and other investigations, among this is comparison for different particle seeds.</p>
</li>
<li>
<p>It is now possible to use a range option to vary thickness values</p>
</li>
<li>
<p>Remeshing of the DEMs is improved now: if the remeshing was already done in a previous simulation, remeshing is not
redone, but taken from a saved DEM. This saves some compute time right at the beginning.</p>
</li>
<li>
<p>We are adding code to create simulograms and thalweg-time-diagrams. More on those later&hellip;</p>
</li>
<li>
<p>A new, so called <em>energy line test</em> now available with its documentation. If you want to know more, head over to our
documentation.</p>
</li>
<li>
<p>We started the process of providing peer-reviewed papers, by starting on different papers.</p>
</li>
</ul>
<p>We are also looking forward to the 1st public workshop at the 8th of March.</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>

@ -10,12 +10,12 @@
</url><url>
<loc>https://avaframe.org/posts/recording1stworkshop/</loc>
<lastmod>2022-03-28T10:46:51+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlyfeb2022/</loc>
<lastmod>2022-03-04T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/info1stworkshop/</loc>
<lastmod>2022-03-01T20:46:51+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlyfeb2022/</loc>
<lastmod>2022-02-05T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlyjan2022/</loc>
<lastmod>2022-02-05T00:00:00+01:00</lastmod>