add monthly apr 21 and version 0.3
parent
d456de1cc6
commit
4204c3ffec
@ -0,0 +1,56 @@
|
||||
---
|
||||
title: "This month in AvaFrame - April 2021 edition"
|
||||
date: 2021-05-05T17:08:58+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Welcome to the April 2021 edition of our monthly update.
|
||||
|
||||
Apart from the release of version 0.3, we put a lot of effort into our
|
||||
python/cython dense flow avalanche module *com1DFAPy*, targeting a swap with
|
||||
*com1DFA* within the next month:
|
||||
|
||||
+ com1DFAPy now includes:
|
||||
|
||||
- an additional particle initialisation method: the *per depth* method
|
||||
|
||||
- the option to use secondary release areas. They are being triggered if
|
||||
particles enter the area of a secondary release area.
|
||||
|
||||
- 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.
|
||||
|
||||
- distinguish grid size used for the normal computation and for interpolating
|
||||
the fields from the grid used for neighbour search (kernel smoothing length).
|
||||
|
||||
- an option to remesh the input DEM
|
||||
|
||||
- better output options to reduce computational costs (mainly RAM usage)
|
||||
|
||||
- proper handling of overlapping release areas
|
||||
|
||||
The second big block tackles reporting and visualisation:
|
||||
|
||||
+ output options for visualisation in *Paraview*
|
||||
|
||||
+ introduce constraining plots to data plus a buffer zone
|
||||
|
||||
+ generate report and plots to validate the entrainment
|
||||
|
||||
+ update benchmark files, ini files and run scripts to new options
|
||||
|
||||
+ improve Aimec plots (add some statistical information about the error)
|
||||
|
||||
And last but not least, this month also saw us also focusing on getting things ready for the EGU:
|
||||
|
||||
+ a new page was introduced in our docu about
|
||||
[testing](https://docs.avaframe.org/en/latest/testing.html) including an
|
||||
example of a full report of our standard tests. There you'll also find all
|
||||
available test topographies.
|
||||
|
||||
+ we presented these tests and our strategy at EGU21, see
|
||||
[abstract](https://doi.org/10.5194/egusphere-egu21-6560) and [publicly
|
||||
available video](https://www.youtube.com/watch?v=GS7zdlByLQE).
|
||||
|
||||
Felix
|
||||
@ -0,0 +1,33 @@
|
||||
---
|
||||
title: "Release version 0.3"
|
||||
date: 2021-04-26T10:46:51+01:00
|
||||
draft: false
|
||||
slug: "version0_3"
|
||||
---
|
||||
|
||||
**We just released version 0.3 - The AIMEC and Windows release -**
|
||||
|
||||
This release brings an AIMEC refactor, plenty of improvements related to the
|
||||
test cases and Windows capabilities. 3 new idealised/generic test case are
|
||||
included: flat plane, inclined slope and pyramid.
|
||||
|
||||
Com1DFAPy recieved a lot of advancement as well, e.g. parts of it are converted
|
||||
to cython to speed up computation times.
|
||||
|
||||
Documentation regarding our testing is included, see more at the
|
||||
[testing](https://docs.avaframe.org/en/latest/testing.html) page.
|
||||
|
||||
Contributors to version 0.3:
|
||||
|
||||
- **Code: core team**
|
||||
|
||||
|
||||
|
||||
Please go to our [documentation](http://docs.avaframe.org) and our [github
|
||||
repository](https://github.com/avaframe/AvaFrame/releases) to find out more.
|
||||
|
||||
As always, we are happy to receive your feedback, either use [github
|
||||
issues](https://github.com/avaframe/AvaFrame/issues) or contact us on our
|
||||
[matrix
|
||||
channel](https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org)
|
||||
|
||||
@ -0,0 +1,193 @@
|
||||
<!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.83.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 - 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>
|
||||
@ -0,0 +1,142 @@
|
||||
<!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="
|
||||
Release version 0.3 - AvaFrame
|
||||
">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://avaframe.org/posts/version0_3/">
|
||||
<meta property="og:image" content="https://avaframe.org">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="https://avaframe.org/posts/version0_3/">
|
||||
<meta name="twitter:image" content="https://avaframe.org">
|
||||
|
||||
<base href="https://avaframe.org/posts/version0_3/">
|
||||
<title>
|
||||
Release version 0.3 - AvaFrame
|
||||
</title>
|
||||
|
||||
<link rel="canonical" href="https://avaframe.org/posts/version0_3/">
|
||||
|
||||
<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.83.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">Release version 0.3</h1>
|
||||
<h2 class="date">April 26, 2021</h2>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<p><strong>We just released version 0.3 - The AIMEC and Windows release -</strong></p>
|
||||
<p>This release brings an AIMEC refactor, plenty of improvements related to the
|
||||
test cases and Windows capabilities. 3 new idealised/generic test case are
|
||||
included: flat plane, inclined slope and pyramid.</p>
|
||||
<p>Com1DFAPy recieved a lot of advancement as well, e.g. parts of it are converted
|
||||
to cython to speed up computation times.</p>
|
||||
<p>Documentation regarding our testing is included, see more at the
|
||||
<a href="https://docs.avaframe.org/en/latest/testing.html">testing</a> page.</p>
|
||||
<p>Contributors to version 0.3:</p>
|
||||
<ul>
|
||||
<li><strong>Code: core team</strong></li>
|
||||
</ul>
|
||||
<p>Please go to our <a href="http://docs.avaframe.org">documentation</a> and our <a href="https://github.com/avaframe/AvaFrame/releases">github
|
||||
repository</a> to find out more.</p>
|
||||
<p>As always, we are happy to receive your feedback, either use <a href="https://github.com/avaframe/AvaFrame/issues">github
|
||||
issues</a> or contact us on our
|
||||
<a href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">matrix
|
||||
channel</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>
|
||||
Reference in New Issue