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="">

@ -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="">

@ -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="">

@ -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,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="">

@ -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="">

@ -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,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="">

@ -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="">
@ -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="">

@ -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="">

@ -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="">