Update monthlies

master
Felix Oesterle 3 years ago
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,54 @@
---
title: "Publication summary 2022"
date: 2023-01-12T00:00:00+01:00
draft: false
---
Here is an (incomplete) list of the 2022 publications related to AvaFrame. Maybe you might
find some information that is of interest:
**EGU 2022**:
- Tonnel, M., Wirbel, A., Oesterle, F., and Fischer, J.-T.: Are avalanche models correct? An
uncertain view on convergence, EGU General Assembly 2022, Vienna, Austria, 2327 May 2022,
EGU22-7745, https://doi.org/10.5194/egusphere-egu22-7745, 2022.
- Neuhauser, M., Neurauter, R., Tuermer, S., Gerstmayr, J., Adams, M., Koehler, A., and
Fischer, J.-T.: Investigating the potential of GNSS-modules for inflow avalanche
measurements, EGU General Assembly 2022, Vienna, Austria, 2327 May 2022, EGU22-6416,
https://doi.org/10.5194/egusphere-egu22-6416, 2022.
**ALERT 2022**:
- Fellin, Wolfgang; Köhler, Anselm; Neuhauser, Michael; Tonnel, Matthias; Wirbel, Anna;
Oesterle, Felix; Fischer, Jan-Thomas (2022): Remote and in-situ sensing of avalanche
dynamics as part of a holistic model calibration. In: Benahmed, Nadia; Wautier, Antoine:
33nd ALERT Workshop, Poster Session, Aussois 2022. Booklet of abstracts.
Aix-en-Provence: INRAE., ISBN 978-2-9584769-0-8, pp. 14 - 15.
**IGS 2022**:
- Tonnel, M., Wirbel, A., Oesterle, F., Koehler A. and Fischer, J.-T. (2022): Testing of
avalanche simulation tools with AvaFrame: Between flow variable evolution and avalanche
runout , IGS 2022, Davos, Swizerland, 2530 September 2022,
- Neuhauser, M., Koehler, A., Wirbel, A., Fellin, W., Fischer, J.-T. (2022): Remote sensing
and in-flow tracking in avalanches: a sensor fusion of avanodes and mgeodar radar with
open source avalanche simulations in avaframe, IGS International Symposium on Snow, Davos,
Switzerland, 25.-30 Septemeber 2022, Contribution
**Zeitschrift WLV-Journal**:
- Oesterle, F; Fischer, J.T; Wirbel, A; Tonnel, M; Tollinger, C.; Granig, M (2022):
AvaFrame - Version 1.0 . Wildbach- und Lawinenverbau 189: 296-299.
**International Mountain Conference 2022, Innsbruck**
Focus Session 25
- An Uncertainty Assessment Workflow Of Snow Avalanche Simulations Using Avaframe. Wirbel, Anna; Tonnel, Matthias; Neuhauser, Michael Johannes; Oesterle, Felix; Fischer, Jan-Thomas
- Energy On The Line A Novel Approach For Validating Avalanche Simulation Tools. Tonnel, Matthias (1); Von-Busse, Marie (2); Wirbel, Anna (1); Oesterle, Felix (1); Fellin, Wolfgang (2); Fischer, Jan-Thomas (1)
- Thalweg-Time-Diagrams — An Evaluation Method To Consider Temporal Evolution And Spatial Extent Of Simulation Results. Köhler, Anselm (1); Wirbel, Anna (1); Winkler, Michael (1,2); Fellin, Wolfgang (2); Oesterle, Felix (1); Fischer, Jan-Thomas (1)
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

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -104,9 +104,9 @@ Forests (Bundesforschungszentrum für Wald; BFW) within the Federal Ministry
Republic of Austria: Agriculture, Regions and Tourism (BMLRT).</p>
<p>Our mission is to</p>
<hr>
<p><strong>Develop an open source framework (licensed with the European Union Public
license (EUPL) ) for avalanche simulations which replicates and simplifies
current simulation procedures and models at the WLV and make them accessible
<p><strong>Develop an open source framework (licensed with the European Union Public
license (EUPL) ) for avalanche simulations which replicates and simplifies
current simulation procedures and models at the WLV and make them accessible
to the public domain.</strong></p>
<hr>
<p>Our aims are to make AvaFrame:</p>
@ -120,7 +120,7 @@ models and cover a wide range of scientific topics.</li>
<p>AvaFrame is part of an BMLRT initiative to foster technological innovation
within a strategic focus on the area of Austrian safety policies, digital
innovations and climate mitigation strategies.</p>
<p>Information in German can be found on the
<p>Information in German can be found on the
<a href="https://www.bmlrt.gv.at/forst/wildbach-lawinenverbauung/kooperationen-zusammenarbeit/lawinenschutzvorsorgeprojekt.html">BMLRT Homepage.</a></p>
<hr>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -113,43 +113,43 @@
<ul>
<li>
<span>3. Nov, 2022</span><a href="https://avaframe.org/posts/monthlyoctober2022/">This month in AvaFrame - October 2022 edition</a>
<span>2. Feb, 2023</span><a href="https://avaframe.org/posts/monthlyjanuary2023/">This month in AvaFrame - January 2023 edition</a>
</li>
<li>
<span>12. Oct, 2022</span><a href="https://avaframe.org/posts/version1_3/">Release Version 1.3</a>
<span>23. Jan, 2023</span><a href="https://avaframe.org/posts/version1_4/">Release Version 1.4</a>
</li>
<li>
<span>3. Oct, 2022</span><a href="https://avaframe.org/posts/monthlyseptember2022/">This month in AvaFrame - September 2022 edition</a>
<span>12. Jan, 2023</span><a href="https://avaframe.org/posts/publications2022/">Publication summary 2022</a>
</li>
<li>
<span>5. Sep, 2022</span><a href="https://avaframe.org/posts/monthlyaugust2022/">This month in AvaFrame - August 2022 edition</a>
<span>2. Jan, 2023</span><a href="https://avaframe.org/posts/monthlydecember2022/">This month in AvaFrame - December 2022 edition</a>
</li>
<li>
<span>5. Aug, 2022</span><a href="https://avaframe.org/posts/monthlyjuly2022/">This month in AvaFrame - July 2022 edition</a>
<span>2. Dec, 2022</span><a href="https://avaframe.org/posts/monthlynovember2022/">This month in AvaFrame - November 2022 edition</a>
</li>
<li>
<span>7. Jul, 2022</span><a href="https://avaframe.org/posts/version1_2/">Release Version 1.2</a>
<span>3. Nov, 2022</span><a href="https://avaframe.org/posts/monthlyoctober2022/">This month in AvaFrame - October 2022 edition</a>
</li>
<li>
<span>5. Jul, 2022</span><a href="https://avaframe.org/posts/monthlyjun2022/">This month in AvaFrame - June 2022 edition</a>
<span>12. Oct, 2022</span><a href="https://avaframe.org/posts/version1_3/">Release Version 1.3</a>
</li>
<li>
<span>5. Jun, 2022</span><a href="https://avaframe.org/posts/monthlymay2022/">This month in AvaFrame - May 2022 edition</a>
<span>3. Oct, 2022</span><a href="https://avaframe.org/posts/monthlyseptember2022/">This month in AvaFrame - September 2022 edition</a>
</li>
<li>
<span>19. May, 2022</span><a href="https://avaframe.org/posts/version1_1/">Release Version 1.1</a>
<span>5. Sep, 2022</span><a href="https://avaframe.org/posts/monthlyaugust2022/">This month in AvaFrame - August 2022 edition</a>
</li>
<li>
<span>6. May, 2022</span><a href="https://avaframe.org/posts/version1_0/">Release Version 1.0</a>
<span>5. Aug, 2022</span><a href="https://avaframe.org/posts/monthlyjuly2022/">This month in AvaFrame - July 2022 edition</a>
</li>
</ul>

@ -6,7 +6,68 @@
<description>Recent content on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Thu, 03 Nov 2022 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Thu, 02 Feb 2023 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>This month in AvaFrame - January 2023 edition</title>
<link>https://avaframe.org/posts/monthlyjanuary2023/</link>
<pubDate>Thu, 02 Feb 2023 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyjanuary2023/</guid>
<description>Ok, so let this year begin!
This month&amp;rsquo;s main thing was the release of version 1.4; please head over to the release info 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.</description>
</item>
<item>
<title>Release Version 1.4</title>
<link>https://avaframe.org/posts/version1_4/</link>
<pubDate>Mon, 23 Jan 2023 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/version1_4/</guid>
<description>Today we released Version 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&amp;hellip;)
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.</description>
</item>
<item>
<title>Publication summary 2022</title>
<link>https://avaframe.org/posts/publications2022/</link>
<pubDate>Thu, 12 Jan 2023 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/publications2022/</guid>
<description>Here is an (incomplete) list of the 2022 publications related to AvaFrame. Maybe you might find some information that is of interest:
EGU 2022:
Tonnel, M., Wirbel, A., Oesterle, F., and Fischer, J.-T.: Are avalanche models correct? An uncertain view on convergence, EGU General Assembly 2022, Vienna, Austria, 2327 May 2022, EGU22-7745, https://doi.org/10.5194/egusphere-egu22-7745, 2022.
Neuhauser, M., Neurauter, R., Tuermer, S., Gerstmayr, J., Adams, M., Koehler, A., and Fischer, J.-T.: Investigating the potential of GNSS-modules for inflow avalanche measurements, EGU General Assembly 2022, Vienna, Austria, 2327 May 2022, EGU22-6416, https://doi.</description>
</item>
<item>
<title>This month in AvaFrame - December 2022 edition</title>
<link>https://avaframe.org/posts/monthlydecember2022/</link>
<pubDate>Mon, 02 Jan 2023 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlydecember2022/</guid>
<description>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.</description>
</item>
<item>
<title>This month in AvaFrame - November 2022 edition</title>
<link>https://avaframe.org/posts/monthlynovember2022/</link>
<pubDate>Fri, 02 Dec 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlynovember2022/</guid>
<description>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.</description>
</item>
<item>
<title>This month in AvaFrame - October 2022 edition</title>
<link>https://avaframe.org/posts/monthlyoctober2022/</link>

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -113,43 +113,43 @@
<ul>
<li>
<span>5. May, 2022</span><a href="https://avaframe.org/posts/monthlyapr2022/">This month in AvaFrame - April 2022 edition</a>
<span>7. Jul, 2022</span><a href="https://avaframe.org/posts/version1_2/">Release Version 1.2</a>
</li>
<li>
<span>3. Apr, 2022</span><a href="https://avaframe.org/posts/monthlymar2022/">This month in AvaFrame - March 2022 edition</a>
<span>5. Jul, 2022</span><a href="https://avaframe.org/posts/monthlyjun2022/">This month in AvaFrame - June 2022 edition</a>
</li>
<li>
<span>28. Mar, 2022</span><a href="https://avaframe.org/posts/recording1stworkshop/">Recording 1st Public Workshop 8. March</a>
<span>5. Jun, 2022</span><a href="https://avaframe.org/posts/monthlymay2022/">This month in AvaFrame - May 2022 edition</a>
</li>
<li>
<span>4. Mar, 2022</span><a href="https://avaframe.org/posts/monthlyfeb2022/">This month in AvaFrame - February 2022 edition</a>
<span>19. May, 2022</span><a href="https://avaframe.org/posts/version1_1/">Release Version 1.1</a>
</li>
<li>
<span>1. Mar, 2022</span><a href="https://avaframe.org/posts/info1stworkshop/">Info 1st Public Workshop 8. March</a>
<span>6. May, 2022</span><a href="https://avaframe.org/posts/version1_0/">Release Version 1.0</a>
</li>
<li>
<span>5. Feb, 2022</span><a href="https://avaframe.org/posts/monthlyjan2022/">This month in AvaFrame - January 2022 edition</a>
<span>5. May, 2022</span><a href="https://avaframe.org/posts/monthlyapr2022/">This month in AvaFrame - April 2022 edition</a>
</li>
<li>
<span>19. Jan, 2022</span><a href="https://avaframe.org/posts/announce1stworkshop/">1st Public Workshop</a>
<span>3. Apr, 2022</span><a href="https://avaframe.org/posts/monthlymar2022/">This month in AvaFrame - March 2022 edition</a>
</li>
<li>
<span>17. Jan, 2022</span><a href="https://avaframe.org/posts/announceimc22/">Call for abstracts IMC 2022</a>
<span>28. Mar, 2022</span><a href="https://avaframe.org/posts/recording1stworkshop/">Recording 1st Public Workshop 8. March</a>
</li>
<li>
<span>3. Jan, 2022</span><a href="https://avaframe.org/posts/monthlydec2021/">This month in AvaFrame - December 2021 edition</a>
<span>4. Mar, 2022</span><a href="https://avaframe.org/posts/monthlyfeb2022/">This month in AvaFrame - February 2022 edition</a>
</li>
<li>
<span>3. Dec, 2021</span><a href="https://avaframe.org/posts/monthlynov2021/">This month in AvaFrame - November 2021 edition</a>
<span>1. Mar, 2022</span><a href="https://avaframe.org/posts/info1stworkshop/">Info 1st Public Workshop 8. March</a>
</li>
</ul>

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -113,43 +113,43 @@
<ul>
<li>
<span>5. Nov, 2021</span><a href="https://avaframe.org/posts/monthlyoct2021/">This month in AvaFrame - October 2021 edition</a>
<span>5. Feb, 2022</span><a href="https://avaframe.org/posts/monthlyjan2022/">This month in AvaFrame - January 2022 edition</a>
</li>
<li>
<span>5. Oct, 2021</span><a href="https://avaframe.org/posts/monthlyseptember2021/">This month in AvaFrame - September 2021 edition</a>
<span>19. Jan, 2022</span><a href="https://avaframe.org/posts/announce1stworkshop/">1st Public Workshop</a>
</li>
<li>
<span>14. Jul, 2021</span><a href="https://avaframe.org/posts/publicproto/">Public prototype and monthly update</a>
<span>17. Jan, 2022</span><a href="https://avaframe.org/posts/announceimc22/">Call for abstracts IMC 2022</a>
</li>
<li>
<span>9. Jun, 2021</span><a href="https://avaframe.org/posts/monthlymeeting/">Monthly public meeting</a>
<span>3. Jan, 2022</span><a href="https://avaframe.org/posts/monthlydec2021/">This month in AvaFrame - December 2021 edition</a>
</li>
<li>
<span>5. Jun, 2021</span><a href="https://avaframe.org/posts/monthlymay2021/">This month in AvaFrame - May 2021 edition</a>
<span>3. Dec, 2021</span><a href="https://avaframe.org/posts/monthlynov2021/">This month in AvaFrame - November 2021 edition</a>
</li>
<li>
<span>5. May, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
<span>5. Nov, 2021</span><a href="https://avaframe.org/posts/monthlyoct2021/">This month in AvaFrame - October 2021 edition</a>
</li>
<li>
<span>26. Apr, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
<span>5. Oct, 2021</span><a href="https://avaframe.org/posts/monthlyseptember2021/">This month in AvaFrame - September 2021 edition</a>
</li>
<li>
<span>4. Apr, 2021</span><a href="https://avaframe.org/posts/monthlymar2021/">This month in AvaFrame - March 2021 edition</a>
<span>14. Jul, 2021</span><a href="https://avaframe.org/posts/publicproto/">Public prototype and monthly update</a>
</li>
<li>
<span>5. Mar, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
<span>9. Jun, 2021</span><a href="https://avaframe.org/posts/monthlymeeting/">Monthly public meeting</a>
</li>
<li>
<span>30. Jan, 2021</span><a href="https://avaframe.org/posts/monthlyjan2021/">This month in AvaFrame - January 2021 edition</a>
<span>5. Jun, 2021</span><a href="https://avaframe.org/posts/monthlymay2021/">This month in AvaFrame - May 2021 edition</a>
</li>
</ul>

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -113,43 +113,43 @@
<ul>
<li>
<span>29. Dec, 2020</span><a href="https://avaframe.org/posts/monthlydec2020/">This month in AvaFrame - December 2020 edition</a>
<span>5. May, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
</li>
<li>
<span>28. Dec, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a>
<span>26. Apr, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
</li>
<li>
<span>29. Nov, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 2020 edition</a>
<span>4. Apr, 2021</span><a href="https://avaframe.org/posts/monthlymar2021/">This month in AvaFrame - March 2021 edition</a>
</li>
<li>
<span>6. Nov, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a>
<span>5. Mar, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
</li>
<li>
<span>29. Oct, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a>
<span>30. Jan, 2021</span><a href="https://avaframe.org/posts/monthlyjan2021/">This month in AvaFrame - January 2021 edition</a>
</li>
<li>
<span>30. Sep, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a>
<span>29. Dec, 2020</span><a href="https://avaframe.org/posts/monthlydec2020/">This month in AvaFrame - December 2020 edition</a>
</li>
<li>
<span>21. Aug, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a>
<span>28. Dec, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a>
</li>
<li>
<span>31. Jul, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a>
<span>29. Nov, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 2020 edition</a>
</li>
<li>
<span>5. Jun, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
<span>6. Nov, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a>
</li>
<li>
<span>1. Apr, 2020</span><a href="https://avaframe.org/posts/positionnumericsclosed/">Position numerics CLOSED</a>
<span>29. Oct, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a>
</li>
</ul>

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -112,6 +112,26 @@
<div class="content centered">
<ul>
<li>
<span>30. Sep, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a>
</li>
<li>
<span>21. Aug, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a>
</li>
<li>
<span>31. Jul, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a>
</li>
<li>
<span>5. Jun, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
</li>
<li>
<span>1. Apr, 2020</span><a href="https://avaframe.org/posts/positionnumericsclosed/">Position numerics CLOSED</a>
</li>
<li>
<span>27. Feb, 2020</span><a href="https://avaframe.org/posts/openpositionnumerics/">Open position numerics</a>
</li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -97,43 +97,43 @@
<ul>
<li>
<span>November 3, 2022</span><a href="https://avaframe.org/posts/monthlyoctober2022/">This month in AvaFrame - October 2022 edition</a>
<span>February 2, 2023</span><a href="https://avaframe.org/posts/monthlyjanuary2023/">This month in AvaFrame - January 2023 edition</a>
</li>
<li>
<span>October 12, 2022</span><a href="https://avaframe.org/posts/version1_3/">Release Version 1.3</a>
<span>January 23, 2023</span><a href="https://avaframe.org/posts/version1_4/">Release Version 1.4</a>
</li>
<li>
<span>October 3, 2022</span><a href="https://avaframe.org/posts/monthlyseptember2022/">This month in AvaFrame - September 2022 edition</a>
<span>January 12, 2023</span><a href="https://avaframe.org/posts/publications2022/">Publication summary 2022</a>
</li>
<li>
<span>September 5, 2022</span><a href="https://avaframe.org/posts/monthlyaugust2022/">This month in AvaFrame - August 2022 edition</a>
<span>January 2, 2023</span><a href="https://avaframe.org/posts/monthlydecember2022/">This month in AvaFrame - December 2022 edition</a>
</li>
<li>
<span>August 5, 2022</span><a href="https://avaframe.org/posts/monthlyjuly2022/">This month in AvaFrame - July 2022 edition</a>
<span>December 2, 2022</span><a href="https://avaframe.org/posts/monthlynovember2022/">This month in AvaFrame - November 2022 edition</a>
</li>
<li>
<span>July 7, 2022</span><a href="https://avaframe.org/posts/version1_2/">Release Version 1.2</a>
<span>November 3, 2022</span><a href="https://avaframe.org/posts/monthlyoctober2022/">This month in AvaFrame - October 2022 edition</a>
</li>
<li>
<span>July 5, 2022</span><a href="https://avaframe.org/posts/monthlyjun2022/">This month in AvaFrame - June 2022 edition</a>
<span>October 12, 2022</span><a href="https://avaframe.org/posts/version1_3/">Release Version 1.3</a>
</li>
<li>
<span>June 5, 2022</span><a href="https://avaframe.org/posts/monthlymay2022/">This month in AvaFrame - May 2022 edition</a>
<span>October 3, 2022</span><a href="https://avaframe.org/posts/monthlyseptember2022/">This month in AvaFrame - September 2022 edition</a>
</li>
<li>
<span>May 19, 2022</span><a href="https://avaframe.org/posts/version1_1/">Release Version 1.1</a>
<span>September 5, 2022</span><a href="https://avaframe.org/posts/monthlyaugust2022/">This month in AvaFrame - August 2022 edition</a>
</li>
<li>
<span>May 6, 2022</span><a href="https://avaframe.org/posts/version1_0/">Release Version 1.0</a>
<span>August 5, 2022</span><a href="https://avaframe.org/posts/monthlyjuly2022/">This month in AvaFrame - July 2022 edition</a>
</li>
</ul>

@ -6,7 +6,68 @@
<description>Recent content in Posts on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Thu, 03 Nov 2022 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Thu, 02 Feb 2023 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>This month in AvaFrame - January 2023 edition</title>
<link>https://avaframe.org/posts/monthlyjanuary2023/</link>
<pubDate>Thu, 02 Feb 2023 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyjanuary2023/</guid>
<description>Ok, so let this year begin!
This month&amp;rsquo;s main thing was the release of version 1.4; please head over to the release info 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.</description>
</item>
<item>
<title>Release Version 1.4</title>
<link>https://avaframe.org/posts/version1_4/</link>
<pubDate>Mon, 23 Jan 2023 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/version1_4/</guid>
<description>Today we released Version 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&amp;hellip;)
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.</description>
</item>
<item>
<title>Publication summary 2022</title>
<link>https://avaframe.org/posts/publications2022/</link>
<pubDate>Thu, 12 Jan 2023 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/publications2022/</guid>
<description>Here is an (incomplete) list of the 2022 publications related to AvaFrame. Maybe you might find some information that is of interest:
EGU 2022:
Tonnel, M., Wirbel, A., Oesterle, F., and Fischer, J.-T.: Are avalanche models correct? An uncertain view on convergence, EGU General Assembly 2022, Vienna, Austria, 2327 May 2022, EGU22-7745, https://doi.org/10.5194/egusphere-egu22-7745, 2022.
Neuhauser, M., Neurauter, R., Tuermer, S., Gerstmayr, J., Adams, M., Koehler, A., and Fischer, J.-T.: Investigating the potential of GNSS-modules for inflow avalanche measurements, EGU General Assembly 2022, Vienna, Austria, 2327 May 2022, EGU22-6416, https://doi.</description>
</item>
<item>
<title>This month in AvaFrame - December 2022 edition</title>
<link>https://avaframe.org/posts/monthlydecember2022/</link>
<pubDate>Mon, 02 Jan 2023 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlydecember2022/</guid>
<description>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.</description>
</item>
<item>
<title>This month in AvaFrame - November 2022 edition</title>
<link>https://avaframe.org/posts/monthlynovember2022/</link>
<pubDate>Fri, 02 Dec 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlynovember2022/</guid>
<description>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.</description>
</item>
<item>
<title>This month in AvaFrame - October 2022 edition</title>
<link>https://avaframe.org/posts/monthlyoctober2022/</link>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -109,7 +109,7 @@ quite a lot of code and are starting the testing / comparing to reference result
(Matthias is working on this).</p>
</li>
<li>
<p>Creation of idealised (test) topographies hit our public code base
<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
@ -137,12 +137,12 @@ available, but expect it to hit the repository sometime around end of September.
</ul>
</li>
<li>
<p>Documentation (<a href="https://docs.avaframe.org">docs.avaframe.org</a>) is constantly
<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,
<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

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -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 ">&#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/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&rsquo;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&rsquo;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>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -107,7 +107,7 @@ missed the end of the month&hellip;</p>
<li>
<p>The big focus this month was the implementation of our dense flow kernel
(com1DFAPy) in python/cython. The aim is to replicate the results of our
current com1DFA module to be able to swap them.
current com1DFA module to be able to swap them.
This meant diving deep into every numerical/model detail, things like</p>
<ul>
<li>artificial viscosity</li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -119,7 +119,7 @@ steepness of the sides of the pile</p>
<p>inclined slope: similar to the previous, a <em>pile of sand</em> (coulomb
friction again) flowing down an inclined plane. This test enables comparison
to a solution described in
<a href="https://link.springer.com/article/10.1007/BF01176861">Savage-Hutter 1993</a>
<a href="https://link.springer.com/article/10.1007/BF01176861">Savage-Hutter 1993</a>
in which the depth and velocity profiles can be determined in an analytical
form.</p>
</li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -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 ">&#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/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&rsquo;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&rsquo;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>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -124,7 +124,7 @@ team will follow on this homepage.</p>
to developing AvaFrame and the AlphaBeta module already being included</p>
</li>
<li>
<p>In the background we are collecting/analysing code from various projects,
<p>In the background we are collecting/analysing code from various projects,
related to</p>
<ul>
<li>dense flow avalanches</li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -136,7 +136,7 @@ com1DFA had a lot of internal setup)</p>
<p>added simple functions to fetch benchmarks</p>
</li>
<li>
<p>simplify plotting and AIMEC path functions according to new structure based
<p>simplify plotting and AIMEC path functions according to new structure based
on simulation name and configuration</p>
</li>
</ul>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -105,7 +105,7 @@
<ul>
<li>
<p>This month started with the exciting (at least for us :-) ) release of
version 0.1. Head over to our <a href="https://github.com/avaframe/avaframe">github repository</a>
version 0.1. Head over to our <a href="https://github.com/avaframe/avaframe">github repository</a>
and our <a href="https://docs.avaframe.org/en/v0.1">documentation</a> to learn more about
it (or read our last <a href="https://avaframe.org/posts/version0_1/">post</a>).</p>
</li>
@ -141,7 +141,7 @@ the moment.</p>
python. This means digging deep into the programming and theory of our C++ reference
code. The base structure is already there, current developments concentrate on the
implementation of 2D SPH for depth integrated equations on a surface living in
3D and time discretizations, among others. Head over to our
3D and time discretizations, among others. Head over to our
<a href="https://github.com/avaframe/AvaFrame/issues/">github issues</a> to get an idea about
the issues (..ha..) at hand.</p>
</li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -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 ">&#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/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&hellip;</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>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -105,7 +105,7 @@
<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
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>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -102,27 +102,27 @@
</header>
<p>We&rsquo;re back from summer! And with some exciting news too!</p>
<p><a href="https://github.com/avaframe/AvaFrame/releases/tag/v0.6">Version 0.6</a>,
<p><a href="https://github.com/avaframe/AvaFrame/releases/tag/v0.6">Version 0.6</a>,
the <strong>QGis/pypi and testing</strong> - release, was published.</p>
<p>So what is included in this release?</p>
<ul>
<li>
<p>The installation process was completely changed and (hopefully) made a lot easier for you:</p>
<ul>
<li>installation of AvaFrame is now working via <a href="https://pypi.org/project/avaframe/">pypi</a>,
<li>installation of AvaFrame is now working via <a href="https://pypi.org/project/avaframe/">pypi</a>,
i.e. through <em>pip install avaframe</em>.</li>
<li>the <em>pip</em> install is provided for Windows, Linux and MacOS for python versions <em>&gt; 3.6</em>. Note that
we did not test MacOS (anyone got a free Macbook lying around?! :-); seriously: if you work on MacOS
we&rsquo;d be happy about some feedback!)</li>
<li>the QGis connector plugin is now in the public
<a href="https://plugins.qgis.org/plugins/avaframeConnector/">QGis plugin directory</a>
and installable via the QGis plugin manager. This allows you to run the standard operational
<a href="https://plugins.qgis.org/plugins/avaframeConnector/">QGis plugin directory</a>
and installable via the QGis plugin manager. This allows you to run the standard operational
workflow from within QGis.</li>
<li>see our <a href="https://docs.avaframe.org/en/latest/installation.html">installation instructions</a> for more information</li>
</ul>
</li>
<li>
<p>Our testing / code coverage has improved considerably. We are still long ways away from perfect, but this is an
<p>Our testing / code coverage has improved considerably. We are still long ways away from perfect, but this is an
ongoing process. As a side-note: we switched from codecoverage to codeclimate as service provider, since we felt we
gain more insights this way.</p>
</li>
@ -141,7 +141,7 @@ gain more insights this way.</p>
</ul>
</li>
<li>
<p>And as always: many more functional changes under the hood, see the main ones in our
<p>And as always: many more functional changes under the hood, see the main ones in our
<a href="https://docs.avaframe.org/en/latest/releaseNotes.html">release notes</a>.</p>
</li>
</ul>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -97,43 +97,43 @@
<ul>
<li>
<span>May 5, 2022</span><a href="https://avaframe.org/posts/monthlyapr2022/">This month in AvaFrame - April 2022 edition</a>
<span>July 7, 2022</span><a href="https://avaframe.org/posts/version1_2/">Release Version 1.2</a>
</li>
<li>
<span>April 3, 2022</span><a href="https://avaframe.org/posts/monthlymar2022/">This month in AvaFrame - March 2022 edition</a>
<span>July 5, 2022</span><a href="https://avaframe.org/posts/monthlyjun2022/">This month in AvaFrame - June 2022 edition</a>
</li>
<li>
<span>March 28, 2022</span><a href="https://avaframe.org/posts/recording1stworkshop/">Recording 1st Public Workshop 8. March</a>
<span>June 5, 2022</span><a href="https://avaframe.org/posts/monthlymay2022/">This month in AvaFrame - May 2022 edition</a>
</li>
<li>
<span>March 4, 2022</span><a href="https://avaframe.org/posts/monthlyfeb2022/">This month in AvaFrame - February 2022 edition</a>
<span>May 19, 2022</span><a href="https://avaframe.org/posts/version1_1/">Release Version 1.1</a>
</li>
<li>
<span>March 1, 2022</span><a href="https://avaframe.org/posts/info1stworkshop/">Info 1st Public Workshop 8. March</a>
<span>May 6, 2022</span><a href="https://avaframe.org/posts/version1_0/">Release Version 1.0</a>
</li>
<li>
<span>February 5, 2022</span><a href="https://avaframe.org/posts/monthlyjan2022/">This month in AvaFrame - January 2022 edition</a>
<span>May 5, 2022</span><a href="https://avaframe.org/posts/monthlyapr2022/">This month in AvaFrame - April 2022 edition</a>
</li>
<li>
<span>January 19, 2022</span><a href="https://avaframe.org/posts/announce1stworkshop/">1st Public Workshop</a>
<span>April 3, 2022</span><a href="https://avaframe.org/posts/monthlymar2022/">This month in AvaFrame - March 2022 edition</a>
</li>
<li>
<span>January 17, 2022</span><a href="https://avaframe.org/posts/announceimc22/">Call for abstracts IMC 2022</a>
<span>March 28, 2022</span><a href="https://avaframe.org/posts/recording1stworkshop/">Recording 1st Public Workshop 8. March</a>
</li>
<li>
<span>January 3, 2022</span><a href="https://avaframe.org/posts/monthlydec2021/">This month in AvaFrame - December 2021 edition</a>
<span>March 4, 2022</span><a href="https://avaframe.org/posts/monthlyfeb2022/">This month in AvaFrame - February 2022 edition</a>
</li>
<li>
<span>December 3, 2021</span><a href="https://avaframe.org/posts/monthlynov2021/">This month in AvaFrame - November 2021 edition</a>
<span>March 1, 2022</span><a href="https://avaframe.org/posts/info1stworkshop/">Info 1st Public Workshop 8. March</a>
</li>
</ul>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -97,43 +97,43 @@
<ul>
<li>
<span>November 5, 2021</span><a href="https://avaframe.org/posts/monthlyoct2021/">This month in AvaFrame - October 2021 edition</a>
<span>February 5, 2022</span><a href="https://avaframe.org/posts/monthlyjan2022/">This month in AvaFrame - January 2022 edition</a>
</li>
<li>
<span>October 5, 2021</span><a href="https://avaframe.org/posts/monthlyseptember2021/">This month in AvaFrame - September 2021 edition</a>
<span>January 19, 2022</span><a href="https://avaframe.org/posts/announce1stworkshop/">1st Public Workshop</a>
</li>
<li>
<span>July 14, 2021</span><a href="https://avaframe.org/posts/publicproto/">Public prototype and monthly update</a>
<span>January 17, 2022</span><a href="https://avaframe.org/posts/announceimc22/">Call for abstracts IMC 2022</a>
</li>
<li>
<span>June 9, 2021</span><a href="https://avaframe.org/posts/monthlymeeting/">Monthly public meeting</a>
<span>January 3, 2022</span><a href="https://avaframe.org/posts/monthlydec2021/">This month in AvaFrame - December 2021 edition</a>
</li>
<li>
<span>June 5, 2021</span><a href="https://avaframe.org/posts/monthlymay2021/">This month in AvaFrame - May 2021 edition</a>
<span>December 3, 2021</span><a href="https://avaframe.org/posts/monthlynov2021/">This month in AvaFrame - November 2021 edition</a>
</li>
<li>
<span>May 5, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
<span>November 5, 2021</span><a href="https://avaframe.org/posts/monthlyoct2021/">This month in AvaFrame - October 2021 edition</a>
</li>
<li>
<span>April 26, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
<span>October 5, 2021</span><a href="https://avaframe.org/posts/monthlyseptember2021/">This month in AvaFrame - September 2021 edition</a>
</li>
<li>
<span>April 4, 2021</span><a href="https://avaframe.org/posts/monthlymar2021/">This month in AvaFrame - March 2021 edition</a>
<span>July 14, 2021</span><a href="https://avaframe.org/posts/publicproto/">Public prototype and monthly update</a>
</li>
<li>
<span>March 5, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
<span>June 9, 2021</span><a href="https://avaframe.org/posts/monthlymeeting/">Monthly public meeting</a>
</li>
<li>
<span>January 30, 2021</span><a href="https://avaframe.org/posts/monthlyjan2021/">This month in AvaFrame - January 2021 edition</a>
<span>June 5, 2021</span><a href="https://avaframe.org/posts/monthlymay2021/">This month in AvaFrame - May 2021 edition</a>
</li>
</ul>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -97,43 +97,43 @@
<ul>
<li>
<span>December 29, 2020</span><a href="https://avaframe.org/posts/monthlydec2020/">This month in AvaFrame - December 2020 edition</a>
<span>May 5, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
</li>
<li>
<span>December 28, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a>
<span>April 26, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
</li>
<li>
<span>November 29, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 2020 edition</a>
<span>April 4, 2021</span><a href="https://avaframe.org/posts/monthlymar2021/">This month in AvaFrame - March 2021 edition</a>
</li>
<li>
<span>November 6, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a>
<span>March 5, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
</li>
<li>
<span>October 29, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a>
<span>January 30, 2021</span><a href="https://avaframe.org/posts/monthlyjan2021/">This month in AvaFrame - January 2021 edition</a>
</li>
<li>
<span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a>
<span>December 29, 2020</span><a href="https://avaframe.org/posts/monthlydec2020/">This month in AvaFrame - December 2020 edition</a>
</li>
<li>
<span>August 21, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a>
<span>December 28, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a>
</li>
<li>
<span>July 31, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a>
<span>November 29, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 2020 edition</a>
</li>
<li>
<span>June 5, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
<span>November 6, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a>
</li>
<li>
<span>April 1, 2020</span><a href="https://avaframe.org/posts/positionnumericsclosed/">Position numerics CLOSED</a>
<span>October 29, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a>
</li>
</ul>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -96,6 +96,26 @@
<h1 class="title">Posts</h1>
<ul>
<li>
<span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 2020 edition</a>
</li>
<li>
<span>August 21, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a>
</li>
<li>
<span>July 31, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a>
</li>
<li>
<span>June 5, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
</li>
<li>
<span>April 1, 2020</span><a href="https://avaframe.org/posts/positionnumericsclosed/">Position numerics CLOSED</a>
</li>
<li>
<span>February 27, 2020</span><a href="https://avaframe.org/posts/openpositionnumerics/">Open position numerics</a>
</li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -0,0 +1,187 @@
<!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="
Publication summary 2022 - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/publications2022/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/publications2022/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/publications2022/">
<title>
Publication summary 2022 - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/publications2022/">
<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 ">&#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/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">Publication summary 2022</h1>
<h2 class="date">January 12, 2023</h2>
</header>
<p>Here is an (incomplete) list of the 2022 publications related to AvaFrame. Maybe you might
find some information that is of interest:</p>
<p><strong>EGU 2022</strong>:</p>
<ul>
<li>
<p>Tonnel, M., Wirbel, A., Oesterle, F., and Fischer, J.-T.: Are avalanche models correct? An
uncertain view on convergence, EGU General Assembly 2022, Vienna, Austria, 2327 May 2022,
EGU22-7745, <a href="https://doi.org/10.5194/egusphere-egu22-7745">https://doi.org/10.5194/egusphere-egu22-7745</a>, 2022.</p>
</li>
<li>
<p>Neuhauser, M., Neurauter, R., Tuermer, S., Gerstmayr, J., Adams, M., Koehler, A., and
Fischer, J.-T.: Investigating the potential of GNSS-modules for inflow avalanche
measurements, EGU General Assembly 2022, Vienna, Austria, 2327 May 2022, EGU22-6416,
<a href="https://doi.org/10.5194/egusphere-egu22-6416">https://doi.org/10.5194/egusphere-egu22-6416</a>, 2022.</p>
</li>
</ul>
<p><strong>ALERT 2022</strong>:</p>
<ul>
<li>Fellin, Wolfgang; Köhler, Anselm; Neuhauser, Michael; Tonnel, Matthias; Wirbel, Anna;
Oesterle, Felix; Fischer, Jan-Thomas (2022): Remote and in-situ sensing of avalanche
dynamics as part of a holistic model calibration. In: Benahmed, Nadia; Wautier, Antoine:
33nd ALERT Workshop, Poster Session, Aussois 2022. Booklet of abstracts.
Aix-en-Provence: INRAE., ISBN 978-2-9584769-0-8, pp. 14 - 15.</li>
</ul>
<p><strong>IGS 2022</strong>:</p>
<ul>
<li>
<p>Tonnel, M., Wirbel, A., Oesterle, F., Koehler A. and Fischer, J.-T. (2022): Testing of
avalanche simulation tools with AvaFrame: Between flow variable evolution and avalanche
runout , IGS 2022, Davos, Swizerland, 2530 September 2022,</p>
</li>
<li>
<p>Neuhauser, M., Koehler, A., Wirbel, A., Fellin, W., Fischer, J.-T. (2022): Remote sensing
and in-flow tracking in avalanches: a sensor fusion of avanodes and mgeodar radar with
open source avalanche simulations in avaframe, IGS International Symposium on Snow, Davos,
Switzerland, 25.-30 Septemeber 2022, Contribution</p>
</li>
</ul>
<p><strong>Zeitschrift WLV-Journal</strong>:</p>
<ul>
<li>Oesterle, F; Fischer, J.T; Wirbel, A; Tonnel, M; Tollinger, C.; Granig, M (2022):
AvaFrame - Version 1.0 . Wildbach- und Lawinenverbau 189: 296-299.</li>
</ul>
<p><strong>International Mountain Conference 2022, Innsbruck</strong></p>
<p>Focus Session 25</p>
<ul>
<li>An Uncertainty Assessment Workflow Of Snow Avalanche Simulations Using Avaframe. Wirbel, Anna; Tonnel, Matthias; Neuhauser, Michael Johannes; Oesterle, Felix; Fischer, Jan-Thomas</li>
<li>Energy On The Line A Novel Approach For Validating Avalanche Simulation Tools. Tonnel, Matthias (1); Von-Busse, Marie (2); Wirbel, Anna (1); Oesterle, Felix (1); Fellin, Wolfgang (2); Fischer, Jan-Thomas (1)</li>
<li>Thalweg-Time-Diagrams — An Evaluation Method To Consider Temporal Evolution And Spatial Extent Of Simulation Results. Köhler, Anselm (1); Wirbel, Anna (1); Winkler, Michael (1,2); Fellin, Wolfgang (2); Oesterle, Felix (1); Fischer, Jan-Thomas (1)</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>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -103,7 +103,7 @@
<p>In case you wondered where your beloved monthly update is, it was delayed due to
us working on a big announcement:</p>
<p>We released <a href="https://github.com/avaframe/AvaFrame/releases/tag/v0.5">version 0.5</a>,
<p>We released <a href="https://github.com/avaframe/AvaFrame/releases/tag/v0.5">version 0.5</a>,
our so called <strong>public prototype</strong>.</p>
<p>So now why is this big? (Apart from being a project milestone, which you couldn&rsquo;t
care less about I guess)</p>
@ -135,7 +135,7 @@ release thicknesses and run multiple scenarios, but the rest of the setup is
according to our current default setup.</p>
</li>
<li>
<p>and many more functional changes under the hood, see the main ones in our
<p>and many more functional changes under the hood, see the main ones in our
<a href="https://docs.avaframe.org/en/latest/releaseNotes.html">release notes</a>.</p>
</li>
<li>
@ -146,7 +146,7 @@ These plots now work for normal vision, red/green deficiency and in grayscale.
See examples for the test case ALR at the end of this post.</p>
</li>
</ul>
<p>We invite you to give this version a try, but expect some rough edges.
<p>We invite you to give this version a try, but expect some rough edges.
But whatever you do, enjoy your summer (or your winter for the southern
hemisphere people out there)!</p>
<p>Signing out for summer,</p>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">
@ -112,7 +112,7 @@ areas and multiple scenarios per avalanche.</p>
<code>AvaFrame/avaframe</code> directory. This is a good start to see all results at
once, however be aware this script takes some time (if all tests are run; see
top of the script).</p>
<p>For a documentation on how to add a test see
<p>For a documentation on how to add a test see
<a href="https://docs.avaframe.org/en/latest/develop.html#how-to-add-a-benchmark-test">our development section</a>.</p>
<p>This release is also the first to include <a href="https://docs.avaframe.org/en/latest/api.html">API documentation</a>
for our modules and functions.

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -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 ">&#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/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&hellip;)</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>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">

@ -3,10 +3,25 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://avaframe.org/</loc>
<lastmod>2022-11-03T00:00:00+01:00</lastmod>
<lastmod>2023-02-02T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/</loc>
<lastmod>2022-11-03T00:00:00+01:00</lastmod>
<lastmod>2023-02-02T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlyjanuary2023/</loc>
<lastmod>2023-02-02T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/version1_4/</loc>
<lastmod>2023-01-23T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/publications2022/</loc>
<lastmod>2023-01-12T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlydecember2022/</loc>
<lastmod>2023-01-02T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlynovember2022/</loc>
<lastmod>2022-12-02T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlyoctober2022/</loc>
<lastmod>2022-11-03T00:00:00+01:00</lastmod>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.104.3" />
<meta name="generator" content="Hugo 0.108.0">
</head>
<body class="">