Update monthlies
parent
e82d827b0d
commit
f984f47283
@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "This month in AvaFrame - December 2022 edition"
|
||||
date: 2023-01-02T00:00:00+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
||||
Welcome to the last update of this year.
|
||||
|
||||
Another new tool was added to AvaFrame: calculating glide snow avalanches using the
|
||||
*com1DFA* module. This required significant internal additions like a new particle
|
||||
initialization method, adding bonds between particles and some other numerical functions.
|
||||
This, and the documentation, will end up in the next release, which is coming soon.
|
||||
|
||||
We are also working on indicating within the simulation names of com1DFA whether the
|
||||
default parameters were used or something was changed. You'll also find this in the next
|
||||
release.
|
||||
|
||||
Apart from these topics, we finally submitted our first paper with all the gory details of
|
||||
our com1dfa theory. Let's see how this goes. And we are working on running multiple
|
||||
simulations in parallel, finally using all those bored CPU cores you got lying around.
|
||||
|
||||
With that, thanks for all the feedback we got this year; it is always appreciated!
|
||||
|
||||
Felix
|
||||
@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "This month in AvaFrame - January 2023 edition"
|
||||
date: 2023-02-02T00:00:00+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
||||
Ok, so let this year begin!
|
||||
|
||||
This month's main thing was the release of version 1.4; please head over to the [release
|
||||
info](/posts/version1_4/) of *version 1.4* to read more about it.
|
||||
|
||||
Please note that we did not include an update to the AvaFrameConnector for QGis. We have
|
||||
bug reports of unexpected crashes on Windows, and we are trying to determine the cause.
|
||||
|
||||
The parallel computation is now included in the master branch and will end up in the next release.
|
||||
|
||||
And finally, the preprint of our com1DFA article is open for discussion, head over to
|
||||
[GMD](https://egusphere.copernicus.org/preprints/2023/egusphere-2022-1291/) for more
|
||||
information.
|
||||
|
||||
As always: if you run into problems or have ideas and feedback, don't hesitate to contact us!
|
||||
|
||||
Felix
|
||||
|
||||
@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "This month in AvaFrame - November 2022 edition"
|
||||
date: 2022-12-02T00:00:00+01:00
|
||||
draft: false
|
||||
---
|
||||
Welcome to the November 2022 update.
|
||||
|
||||
This month brought a lot of internal improvements and fixes, apart from one topic:
|
||||
|
||||
The dense flow module *com1dfa* now contains the functionality of wall lines.
|
||||
These can be utilized to represent the effects of dams. However, please be aware of two things:
|
||||
|
||||
- first: this is untested and should only be used for experimental purposes.
|
||||
- second: the application is directional dams, not catching dams.
|
||||
|
||||
You can learn more about it in our [documentation](https://docs.avaframe.org/en/latest/theoryCom1DFA.html?highlight=dam#dam).
|
||||
|
||||
We also met with our operational team, collecting feedback and discussing
|
||||
current developments. You find some outcomes from that in our issues...
|
||||
|
||||
On to the next month,
|
||||
|
||||
Felix
|
||||
@ -0,0 +1,60 @@
|
||||
---
|
||||
title: "Release Version 1.4"
|
||||
date: 2023-01-23T00:00:00+01:00
|
||||
draft: false
|
||||
slug: "version1_4"
|
||||
---
|
||||
|
||||
**Today we released [Version 1.4](https://github.com/avaframe/AvaFrame/releases/tag/1.4)**
|
||||
|
||||
(and version 1.4.1; and this is totally not because I made the same mistake as before and
|
||||
forgot to add some files...)
|
||||
|
||||
Version 1.4
|
||||
|
||||
This version adds a new computiational module com5GlideSnow for glide snow avalanches,
|
||||
based on com1DFA. It also adds an (untested) wetSnow friction type to com1DFA and gives an indication
|
||||
about the used parameterset in the simulation names of com1DFA.
|
||||
|
||||
ENHANCEMENTS
|
||||
|
||||
- Glide snow [com5GlideSnow]
|
||||
- GlideSnow run script
|
||||
- glide snow standard tests
|
||||
- SphKernelRadius setting option [com1DFA]
|
||||
- Wet snow friction type [com1DFA]
|
||||
- Wet snow standard tests
|
||||
- Docu paragraph for wetSnow
|
||||
- Remove unused location option in addColorBar [out3Plot]
|
||||
- Add avalanche coordinate system to particle properties [ana3AIMEC]
|
||||
- Triangular initialization method [com1DFA]
|
||||
- Indicator of default/changed to simulationname and report [com1DFA] #780
|
||||
- Adds D/C to indicate default/changed parameter set in simulation name
|
||||
- Also adds info and changed parameters to report
|
||||
- New workflow com1DFA:
|
||||
- com1DFAPreprocess
|
||||
- com1DFAMain
|
||||
- com1DFAPostprocess
|
||||
- Add the dam tool [com1DFA]
|
||||
- Update com1DFA dam documentation
|
||||
- Add reference simulation to contour plot
|
||||
- Add contour plot to aimec
|
||||
- Split cython files [com1DFA]
|
||||
- Add filtering for greater or smaller than
|
||||
- Add resDF to be saved for com1DFA results that can be used for statistical analysis [com1DFA]
|
||||
- Match code to the description in the theory paper. Added com1DFA options:
|
||||
- add the curvature in the pressure gradient computation
|
||||
- to add the curvature in the friction force
|
||||
- to add the curvature in the tangential equation
|
||||
|
||||
FIX
|
||||
|
||||
- Bug simName modelType [com1DFA]
|
||||
- Saving plots and report generation [out3Plots][out1Peak]
|
||||
- Handle two deprecated warnings; test black formatter
|
||||
- Approach velocity for rangeTimeDiagram; Issue #782
|
||||
- Allow for string in search for resType #776
|
||||
- Bug for filtering function
|
||||
- Bug in aimec warning Avatar
|
||||
|
||||
Felix
|
||||
@ -0,0 +1,149 @@
|
||||
<!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 - December 2022 edition - AvaFrame
|
||||
">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://avaframe.org/posts/monthlydecember2022/">
|
||||
<meta property="og:image" content="https://avaframe.org">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="https://avaframe.org/posts/monthlydecember2022/">
|
||||
<meta name="twitter:image" content="https://avaframe.org">
|
||||
|
||||
<base href="https://avaframe.org/posts/monthlydecember2022/">
|
||||
<title>
|
||||
This month in AvaFrame - December 2022 edition - AvaFrame
|
||||
</title>
|
||||
|
||||
<link rel="canonical" href="https://avaframe.org/posts/monthlydecember2022/">
|
||||
|
||||
<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.108.0">
|
||||
</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://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/reports">Reports</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 - December 2022 edition</h1>
|
||||
<h2 class="date">January 2, 2023</h2>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<p>Welcome to the last update of this year.</p>
|
||||
<p>Another new tool was added to AvaFrame: calculating glide snow avalanches using the
|
||||
<em>com1DFA</em> module. This required significant internal additions like a new particle
|
||||
initialization method, adding bonds between particles and some other numerical functions.
|
||||
This, and the documentation, will end up in the next release, which is coming soon.</p>
|
||||
<p>We are also working on indicating within the simulation names of com1DFA whether the
|
||||
default parameters were used or something was changed. You’ll also find this in the next
|
||||
release.</p>
|
||||
<p>Apart from these topics, we finally submitted our first paper with all the gory details of
|
||||
our com1dfa theory. Let’s see how this goes. And we are working on running multiple
|
||||
simulations in parallel, finally using all those bored CPU cores you got lying around.</p>
|
||||
<p>With that, thanks for all the feedback we got this year; it is always appreciated!</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>
|
||||
@ -0,0 +1,147 @@
|
||||
<!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 - January 2023 edition - AvaFrame
|
||||
">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://avaframe.org/posts/monthlyjanuary2023/">
|
||||
<meta property="og:image" content="https://avaframe.org">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyjanuary2023/">
|
||||
<meta name="twitter:image" content="https://avaframe.org">
|
||||
|
||||
<base href="https://avaframe.org/posts/monthlyjanuary2023/">
|
||||
<title>
|
||||
This month in AvaFrame - January 2023 edition - AvaFrame
|
||||
</title>
|
||||
|
||||
<link rel="canonical" href="https://avaframe.org/posts/monthlyjanuary2023/">
|
||||
|
||||
<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.108.0">
|
||||
</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://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/reports">Reports</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 - January 2023 edition</h1>
|
||||
<h2 class="date">February 2, 2023</h2>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<p>Ok, so let this year begin!</p>
|
||||
<p>This month’s main thing was the release of version 1.4; please head over to the <a href="/posts/version1_4/">release
|
||||
info</a> of <em>version 1.4</em> to read more about it.</p>
|
||||
<p>Please note that we did not include an update to the AvaFrameConnector for QGis. We have
|
||||
bug reports of unexpected crashes on Windows, and we are trying to determine the cause.</p>
|
||||
<p>The parallel computation is now included in the master branch and will end up in the next release.</p>
|
||||
<p>And finally, the preprint of our com1DFA article is open for discussion, head over to
|
||||
<a href="https://egusphere.copernicus.org/preprints/2023/egusphere-2022-1291/">GMD</a> for more
|
||||
information.</p>
|
||||
<p>As always: if you run into problems or have ideas and feedback, don’t hesitate to contact us!</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>
|
||||
@ -0,0 +1,149 @@
|
||||
<!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 - November 2022 edition - AvaFrame
|
||||
">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://avaframe.org/posts/monthlynovember2022/">
|
||||
<meta property="og:image" content="https://avaframe.org">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="https://avaframe.org/posts/monthlynovember2022/">
|
||||
<meta name="twitter:image" content="https://avaframe.org">
|
||||
|
||||
<base href="https://avaframe.org/posts/monthlynovember2022/">
|
||||
<title>
|
||||
This month in AvaFrame - November 2022 edition - AvaFrame
|
||||
</title>
|
||||
|
||||
<link rel="canonical" href="https://avaframe.org/posts/monthlynovember2022/">
|
||||
|
||||
<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.108.0">
|
||||
</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://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/reports">Reports</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 - November 2022 edition</h1>
|
||||
<h2 class="date">December 2, 2022</h2>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<p>Welcome to the November 2022 update.</p>
|
||||
<p>This month brought a lot of internal improvements and fixes, apart from one topic:</p>
|
||||
<p>The dense flow module <em>com1dfa</em> now contains the functionality of wall lines.
|
||||
These can be utilized to represent the effects of dams. However, please be aware of two things:</p>
|
||||
<ul>
|
||||
<li>first: this is untested and should only be used for experimental purposes.</li>
|
||||
<li>second: the application is directional dams, not catching dams.</li>
|
||||
</ul>
|
||||
<p>You can learn more about it in our <a href="https://docs.avaframe.org/en/latest/theoryCom1DFA.html?highlight=dam#dam">documentation</a>.</p>
|
||||
<p>We also met with our operational team, collecting feedback and discussing
|
||||
current developments. You find some outcomes from that in our issues…</p>
|
||||
<p>On to the next month,</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>
|
||||
@ -0,0 +1,203 @@
|
||||
<!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 1.4 - AvaFrame
|
||||
">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://avaframe.org/posts/version1_4/">
|
||||
<meta property="og:image" content="https://avaframe.org">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="https://avaframe.org/posts/version1_4/">
|
||||
<meta name="twitter:image" content="https://avaframe.org">
|
||||
|
||||
<base href="https://avaframe.org/posts/version1_4/">
|
||||
<title>
|
||||
Release Version 1.4 - AvaFrame
|
||||
</title>
|
||||
|
||||
<link rel="canonical" href="https://avaframe.org/posts/version1_4/">
|
||||
|
||||
<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.108.0">
|
||||
</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://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/reports">Reports</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 1.4</h1>
|
||||
<h2 class="date">January 23, 2023</h2>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<p><strong>Today we released <a href="https://github.com/avaframe/AvaFrame/releases/tag/1.4">Version 1.4</a></strong></p>
|
||||
<p>(and version 1.4.1; and this is totally not because I made the same mistake as before and
|
||||
forgot to add some files…)</p>
|
||||
<p>Version 1.4</p>
|
||||
<p>This version adds a new computiational module com5GlideSnow for glide snow avalanches,
|
||||
based on com1DFA. It also adds an (untested) wetSnow friction type to com1DFA and gives an indication
|
||||
about the used parameterset in the simulation names of com1DFA.</p>
|
||||
<p>ENHANCEMENTS</p>
|
||||
<ul>
|
||||
<li>Glide snow [com5GlideSnow]
|
||||
<ul>
|
||||
<li>GlideSnow run script</li>
|
||||
<li>glide snow standard tests</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>SphKernelRadius setting option [com1DFA]</li>
|
||||
<li>Wet snow friction type [com1DFA]
|
||||
<ul>
|
||||
<li>Wet snow standard tests</li>
|
||||
<li>Docu paragraph for wetSnow</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Remove unused location option in addColorBar [out3Plot]</li>
|
||||
<li>Add avalanche coordinate system to particle properties [ana3AIMEC]</li>
|
||||
<li>Triangular initialization method [com1DFA]</li>
|
||||
<li>Indicator of default/changed to simulationname and report [com1DFA] #780
|
||||
<ul>
|
||||
<li>Adds D/C to indicate default/changed parameter set in simulation name</li>
|
||||
<li>Also adds info and changed parameters to report</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>New workflow com1DFA:
|
||||
<ul>
|
||||
<li>com1DFAPreprocess</li>
|
||||
<li>com1DFAMain</li>
|
||||
<li>com1DFAPostprocess</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Add the dam tool [com1DFA]
|
||||
<ul>
|
||||
<li>Update com1DFA dam documentation</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Add reference simulation to contour plot</li>
|
||||
<li>Add contour plot to aimec</li>
|
||||
<li>Split cython files [com1DFA]</li>
|
||||
<li>Add filtering for greater or smaller than</li>
|
||||
<li>Add resDF to be saved for com1DFA results that can be used for statistical analysis [com1DFA]</li>
|
||||
<li>Match code to the description in the theory paper. Added com1DFA options:
|
||||
<ul>
|
||||
<li>add the curvature in the pressure gradient computation</li>
|
||||
<li>to add the curvature in the friction force</li>
|
||||
<li>to add the curvature in the tangential equation</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>FIX</p>
|
||||
<ul>
|
||||
<li>Bug simName modelType [com1DFA]</li>
|
||||
<li>Saving plots and report generation [out3Plots][out1Peak]</li>
|
||||
<li>Handle two deprecated warnings; test black formatter</li>
|
||||
<li>Approach velocity for rangeTimeDiagram; Issue #782</li>
|
||||
<li>Allow for string in search for resType #776</li>
|
||||
<li>Bug for filtering function</li>
|
||||
<li>Bug in aimec warning Avatar</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>
|
||||
Reference in New Issue