Add monthly may and june, version1.2

master
Felix Oesterle 4 years ago
parent 528992a757
commit a33827fb14

@ -0,0 +1,21 @@
---
title: "This month in AvaFrame - June 2022 edition"
date: 2022-07-05T00:00:00+01:00
draft: false
---
Welcome to the June 2022 update.
This seems to be a recurring update lately: we are nearly at a rate of one release per month (this makes
my life in regards to these monthly updates a lot easier...).
To know what went on, head over to the [release info](/posts/version1_2/) of *version 1.2*.
So we recommend you update your installations, you will find the instructions at our
documentation at the end of the [installation instructions](https://docs.avaframe.org/en/latest/installation.html).
As always: if you run into problems or if you have ideas and feedback, don't hesitate to contact us!
I'm signing off for summer now, gonna change the topic away from snow and enjoy some sun and warm weather for a change!
Felix

@ -0,0 +1,26 @@
---
title: "This month in AvaFrame - May 2022 edition"
date: 2022-06-05T00:00:00+01:00
draft: false
---
Welcome to the May 2022 update.
Bevor you keep reading here, head over to the [release info](/posts/version1_1/) of *version 1.1* to get all
changes that went into it. These changes are basically what we mainly worked on
during this month.
However, two additional bits went on:
- the ongoing writing of peer-reviewed papers
- and in relation to that, the EGU 2022 took place. The following contributions are related to AvaFrame:
- 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,
[https://doi.org/10.5194/egusphere-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](https://doi.org/10.5194/egusphere-egu22-6416), 2022.
That's it for this month, and thanks for all the fruitful discussions at the EGU!
Felix

@ -0,0 +1,41 @@
---
title: "Release Version 1.2"
date: 2022-07-07T00:00:00+01:00
draft: false
slug: "version1_2"
---
**Today we released [Version 1.2](https://github.com/avaframe/AvaFrame/releases/tag/1.2)**
The main changes are the automatic split point generation and optional computation of fields
inside the calculation loop. Furthermore, renaming functions used for the QGis AvaFrameconnector are included.
ENHANCEMENTS
- Add function for renaming simulations, i.e. adding info to the simName. Used for AvaFrameConnector
- Split cfgUtils: Utils contain all reading and writing; cfghandling has functions that do
something with the cfgInfos
- Make computation of ppr, pta, P, TA and pke optional within the calculation loop. Only compute them
if they are required as output
- Add automatic split point generation: - First run a DFA simulation, either using the runDFAModule flag
in runComputeDFAPath.py or yourself
- Do not forget that you need to save particles or FD, FM, FV for multiple time steps
- What DFA parameters to use is not yet clear. I would use the BenMoussa time stepping and particles parameters,
sphOption 2, explicit friction option 1, some artificial viscosity, and maybe activate curvature
(with all this and a mu=0.42, I get ok results)
- Then runComputeDFAPath computes the mass average path, extends it and defines a splitPoint
FIX
- Particle exiting domain was not working properly with the new cython flag (wraparound boundcheck…)
- Correct hybrid Path ini file
- Update fields is too slow #455
- Automatic split point or beta point finding #706
- Add pfe to output files #694
- Make cflTime and sphKernelRadius a common option #668
- Change benchmarks not read particles from file (particles files still exist)
- Add consistency check for com1DFA configuration
- Fix problems with filtering of simulations
- Aimec comparison checks
- Add missing mass files to benchmarks
Felix

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

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

@ -6,7 +6,43 @@
<description>Recent content on AvaFrame</description> <description>Recent content on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en</language> <language>en</language>
<lastBuildDate>Thu, 19 May 2022 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Thu, 07 Jul 2022 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Release Version 1.2</title>
<link>https://avaframe.org/posts/version1_2/</link>
<pubDate>Thu, 07 Jul 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/version1_2/</guid>
<description>Today we released Version 1.2
The main changes are the automatic split point generation and optional computation of fields inside the calculation loop. Furthermore, renaming functions used for the QGis AvaFrameconnector are included.
ENHANCEMENTS
Add function for renaming simulations, i.e. adding info to the simName. Used for AvaFrameConnector Split cfgUtils: Utils contain all reading and writing; cfghandling has functions that do something with the cfgInfos Make computation of ppr, pta, P, TA and pke optional within the calculation loop.</description>
</item>
<item>
<title>This month in AvaFrame - June 2022 edition</title>
<link>https://avaframe.org/posts/monthlyjun2022/</link>
<pubDate>Tue, 05 Jul 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyjun2022/</guid>
<description>Welcome to the June 2022 update.
This seems to be a recurring update lately: we are nearly at a rate of one release per month (this makes my life in regards to these monthly updates a lot easier&amp;hellip;).
To know what went on, head over to the release info of version 1.2.
So we recommend you update your installations, you will find the instructions at our documentation at the end of the installation instructions.</description>
</item>
<item>
<title>This month in AvaFrame - May 2022 edition</title>
<link>https://avaframe.org/posts/monthlymay2022/</link>
<pubDate>Sun, 05 Jun 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlymay2022/</guid>
<description>Welcome to the May 2022 update.
Bevor you keep reading here, head over to the release info of version 1.1 to get all changes that went into it. These changes are basically what we mainly worked on during this month.
However, two additional bits went on:
the ongoing writing of peer-reviewed papers and in relation to that, the EGU 2022 took place. The following contributions are related to AvaFrame: Tonnel, M.</description>
</item>
<item> <item>
<title>Release Version 1.1</title> <title>Release Version 1.1</title>
<link>https://avaframe.org/posts/version1_1/</link> <link>https://avaframe.org/posts/version1_1/</link>
@ -76,7 +112,8 @@ Your AvaFrame core team</description>
<description>Welcome to the second update of 2022. <description>Welcome to the second update of 2022.
We are still preparing for the upcoming release, so expect to see some release candidates being published: We are still preparing for the upcoming release, so expect to see some release candidates being published:
We are preparing a difference report with a comparison between com1DFAOrig and com1DFA. In there we&amp;rsquo;ll look at different numerical and other investigations, among this is comparison for different particle seeds. We are preparing a difference report with a comparison between com1DFAOrig and com1DFA. In there we&amp;rsquo;ll look at different numerical and other investigations, among this is comparison for different particle seeds.
It is now possible to use a range option to vary thickness values</description> It is now possible to use a range option to vary thickness values
Remeshing of the DEMs is improved now: if the remeshing was already done in a previous simulation, remeshing is not redone, but taken from a saved DEM.</description>
</item> </item>
<item> <item>
@ -89,7 +126,8 @@ We are still preparing for the upcoming release, so expect to see some release c
1st public AvaFrame workshop on 8th of March at 11:00 (Central European Time; UTC+1:00). 1st public AvaFrame workshop on 8th of March at 11:00 (Central European Time; UTC+1:00).
It takes place via a zoom meeting: ZOOMLINK (Login via browser is possible, no app installation necessary). The workshop will be held in English. It takes place via a zoom meeting: ZOOMLINK (Login via browser is possible, no app installation necessary). The workshop will be held in English.
If you want to follow the hands on demo: If you want to follow the hands on demo:
please prepare by following the installation instructions on our documentation: standard installation.</description> please prepare by following the installation instructions on our documentation: standard installation.
you can bring your own data if you want, but we will also provide test data.</description>
</item> </item>
<item> <item>
@ -176,7 +214,7 @@ The topics we are tackling at the moment are:
Version 0.6, the QGis/pypi and testing - release, was published. Version 0.6, the QGis/pypi and testing - release, was published.
So what is included in this release? So what is included in this release?
The installation process was completely changed and (hopefully) made a lot easier for you: The installation process was completely changed and (hopefully) made a lot easier for you:
installation of AvaFrame is now working via pypi, i.e. through pip install avaframe. the pip install is provided for Windows, Linux and MacOS for python versions &amp;gt; 3.</description> installation of AvaFrame is now working via pypi, i.e. through pip install avaframe. the pip install is provided for Windows, Linux and MacOS for python versions &amp;gt; 3.6. Note that we did not test MacOS (anyone got a free Macbook lying around?</description>
</item> </item>
<item> <item>
@ -271,7 +309,7 @@ Documentation regarding our testing is included, see more at the testing page.</
<guid>https://avaframe.org/posts/monthlyjan2021/</guid> <guid>https://avaframe.org/posts/monthlyjan2021/</guid>
<description>Welcome to the first instalment of our monthly update of 2021. This month we started getting into the nitty-gritty of our dense flow module&amp;rsquo;s numerical implementation: <description>Welcome to the first instalment of our monthly update of 2021. This month we started getting into the nitty-gritty of our dense flow module&amp;rsquo;s numerical implementation:
To facilitate and improve our development we added new test cases. This time they are more geared towards testing specific numerical issues and more targeted issues, concentrating for now on the dense flow module com1DFAPy. To facilitate and improve our development we added new test cases. This time they are more geared towards testing specific numerical issues and more targeted issues, concentrating for now on the dense flow module com1DFAPy.
flat plane: a pile of sand (i.</description> flat plane: a pile of sand (i.e. particles with coulomb friction) on a flat plane.</description>
</item> </item>
<item> <item>
@ -316,7 +354,7 @@ All our standard test can be run by using runStandardTests.</description>
<description>We are very excited to be able to announce our initial release version 0.1! <description>We are very excited to be able to announce our initial release version 0.1!
This release is the result of several months of development, containing code from different contributors. This release is the result of several months of development, containing code from different contributors.
Disclaimer: please be aware that this is our initial release. So expect some (read: a lot of) rough edges! Disclaimer: please be aware that this is our initial release. So expect some (read: a lot of) rough edges!
You should be able to follow our quick start (only on Linux so far) and produce simulation results for dense flow avalanches.</description> You should be able to follow our quick start (only on Linux so far) and produce simulation results for dense flow avalanches. And yes, nice pictures are also included :-).</description>
</item> </item>
<item> <item>
@ -431,8 +469,7 @@ Once youre done, head to the next step:</description>
<guid>https://avaframe.org/reports/</guid> <guid>https://avaframe.org/reports/</guid>
<description>On this page we link to reports and publications that are related to AvaFrame, both produced by the project team or by cooperation partners. <description>On this page we link to reports and publications that are related to AvaFrame, both produced by the project team or by cooperation partners.
Difference report for Version 1.0 -SATDifferenceReport_v1- Difference report for Version 1.0 -SATDifferenceReport_v1-
This report relates to our dense flow module and compares com1DFAOrig(SamosAT) results to com1DFA results. It can be found in the the assets of the version 1.0 release on Github, including supporting reports. This report relates to our dense flow module and compares com1DFAOrig(SamosAT) results to com1DFA results. It can be found in the the assets of the version 1.0 release on Github, including supporting reports.</description>
</description>
</item> </item>
</channel> </channel>

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

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">
@ -113,43 +113,43 @@
<ul> <ul>
<li> <li>
<span>5. Mar, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a> <span>5. May, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
</li> </li>
<li> <li>
<span>30. Jan, 2021</span><a href="https://avaframe.org/posts/monthlyjan2021/">This month in AvaFrame - January 2021 edition</a> <span>26. Apr, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
</li> </li>
<li> <li>
<span>29. Dec, 2020</span><a href="https://avaframe.org/posts/monthlydec2020/">This month in AvaFrame - December 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>
<li> <li>
<span>28. Dec, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a> <span>5. Mar, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
</li> </li>
<li> <li>
<span>29. Nov, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 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>
<li> <li>
<span>6. Nov, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a> <span>29. Dec, 2020</span><a href="https://avaframe.org/posts/monthlydec2020/">This month in AvaFrame - December 2020 edition</a>
</li> </li>
<li> <li>
<span>29. Oct, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a> <span>28. Dec, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a>
</li> </li>
<li> <li>
<span>30. Sep, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 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>
<li> <li>
<span>21. Aug, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a> <span>6. Nov, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a>
</li> </li>
<li> <li>
<span>31. Jul, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a> <span>29. Oct, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a>
</li> </li>
</ul> </ul>

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">
@ -112,6 +112,18 @@
<div class="content centered"> <div class="content centered">
<ul> <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> <li>
<span>5. Jun, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a> <span>5. Jun, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
</li> </li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

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

@ -6,7 +6,43 @@
<description>Recent content in Posts on AvaFrame</description> <description>Recent content in Posts on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en</language> <language>en</language>
<lastBuildDate>Thu, 19 May 2022 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" /> <lastBuildDate>Thu, 07 Jul 2022 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Release Version 1.2</title>
<link>https://avaframe.org/posts/version1_2/</link>
<pubDate>Thu, 07 Jul 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/version1_2/</guid>
<description>Today we released Version 1.2
The main changes are the automatic split point generation and optional computation of fields inside the calculation loop. Furthermore, renaming functions used for the QGis AvaFrameconnector are included.
ENHANCEMENTS
Add function for renaming simulations, i.e. adding info to the simName. Used for AvaFrameConnector Split cfgUtils: Utils contain all reading and writing; cfghandling has functions that do something with the cfgInfos Make computation of ppr, pta, P, TA and pke optional within the calculation loop.</description>
</item>
<item>
<title>This month in AvaFrame - June 2022 edition</title>
<link>https://avaframe.org/posts/monthlyjun2022/</link>
<pubDate>Tue, 05 Jul 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlyjun2022/</guid>
<description>Welcome to the June 2022 update.
This seems to be a recurring update lately: we are nearly at a rate of one release per month (this makes my life in regards to these monthly updates a lot easier&amp;hellip;).
To know what went on, head over to the release info of version 1.2.
So we recommend you update your installations, you will find the instructions at our documentation at the end of the installation instructions.</description>
</item>
<item>
<title>This month in AvaFrame - May 2022 edition</title>
<link>https://avaframe.org/posts/monthlymay2022/</link>
<pubDate>Sun, 05 Jun 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlymay2022/</guid>
<description>Welcome to the May 2022 update.
Bevor you keep reading here, head over to the release info of version 1.1 to get all changes that went into it. These changes are basically what we mainly worked on during this month.
However, two additional bits went on:
the ongoing writing of peer-reviewed papers and in relation to that, the EGU 2022 took place. The following contributions are related to AvaFrame: Tonnel, M.</description>
</item>
<item> <item>
<title>Release Version 1.1</title> <title>Release Version 1.1</title>
<link>https://avaframe.org/posts/version1_1/</link> <link>https://avaframe.org/posts/version1_1/</link>
@ -76,7 +112,8 @@ Your AvaFrame core team</description>
<description>Welcome to the second update of 2022. <description>Welcome to the second update of 2022.
We are still preparing for the upcoming release, so expect to see some release candidates being published: We are still preparing for the upcoming release, so expect to see some release candidates being published:
We are preparing a difference report with a comparison between com1DFAOrig and com1DFA. In there we&amp;rsquo;ll look at different numerical and other investigations, among this is comparison for different particle seeds. We are preparing a difference report with a comparison between com1DFAOrig and com1DFA. In there we&amp;rsquo;ll look at different numerical and other investigations, among this is comparison for different particle seeds.
It is now possible to use a range option to vary thickness values</description> It is now possible to use a range option to vary thickness values
Remeshing of the DEMs is improved now: if the remeshing was already done in a previous simulation, remeshing is not redone, but taken from a saved DEM.</description>
</item> </item>
<item> <item>
@ -89,7 +126,8 @@ We are still preparing for the upcoming release, so expect to see some release c
1st public AvaFrame workshop on 8th of March at 11:00 (Central European Time; UTC+1:00). 1st public AvaFrame workshop on 8th of March at 11:00 (Central European Time; UTC+1:00).
It takes place via a zoom meeting: ZOOMLINK (Login via browser is possible, no app installation necessary). The workshop will be held in English. It takes place via a zoom meeting: ZOOMLINK (Login via browser is possible, no app installation necessary). The workshop will be held in English.
If you want to follow the hands on demo: If you want to follow the hands on demo:
please prepare by following the installation instructions on our documentation: standard installation.</description> please prepare by following the installation instructions on our documentation: standard installation.
you can bring your own data if you want, but we will also provide test data.</description>
</item> </item>
<item> <item>
@ -176,7 +214,7 @@ The topics we are tackling at the moment are:
Version 0.6, the QGis/pypi and testing - release, was published. Version 0.6, the QGis/pypi and testing - release, was published.
So what is included in this release? So what is included in this release?
The installation process was completely changed and (hopefully) made a lot easier for you: The installation process was completely changed and (hopefully) made a lot easier for you:
installation of AvaFrame is now working via pypi, i.e. through pip install avaframe. the pip install is provided for Windows, Linux and MacOS for python versions &amp;gt; 3.</description> installation of AvaFrame is now working via pypi, i.e. through pip install avaframe. the pip install is provided for Windows, Linux and MacOS for python versions &amp;gt; 3.6. Note that we did not test MacOS (anyone got a free Macbook lying around?</description>
</item> </item>
<item> <item>
@ -271,7 +309,7 @@ Documentation regarding our testing is included, see more at the testing page.</
<guid>https://avaframe.org/posts/monthlyjan2021/</guid> <guid>https://avaframe.org/posts/monthlyjan2021/</guid>
<description>Welcome to the first instalment of our monthly update of 2021. This month we started getting into the nitty-gritty of our dense flow module&amp;rsquo;s numerical implementation: <description>Welcome to the first instalment of our monthly update of 2021. This month we started getting into the nitty-gritty of our dense flow module&amp;rsquo;s numerical implementation:
To facilitate and improve our development we added new test cases. This time they are more geared towards testing specific numerical issues and more targeted issues, concentrating for now on the dense flow module com1DFAPy. To facilitate and improve our development we added new test cases. This time they are more geared towards testing specific numerical issues and more targeted issues, concentrating for now on the dense flow module com1DFAPy.
flat plane: a pile of sand (i.</description> flat plane: a pile of sand (i.e. particles with coulomb friction) on a flat plane.</description>
</item> </item>
<item> <item>
@ -316,7 +354,7 @@ All our standard test can be run by using runStandardTests.</description>
<description>We are very excited to be able to announce our initial release version 0.1! <description>We are very excited to be able to announce our initial release version 0.1!
This release is the result of several months of development, containing code from different contributors. This release is the result of several months of development, containing code from different contributors.
Disclaimer: please be aware that this is our initial release. So expect some (read: a lot of) rough edges! Disclaimer: please be aware that this is our initial release. So expect some (read: a lot of) rough edges!
You should be able to follow our quick start (only on Linux so far) and produce simulation results for dense flow avalanches.</description> You should be able to follow our quick start (only on Linux so far) and produce simulation results for dense flow avalanches. And yes, nice pictures are also included :-).</description>
</item> </item>
<item> <item>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -0,0 +1,145 @@
<!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 - June 2022 edition - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/monthlyjun2022/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyjun2022/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/monthlyjun2022/">
<title>
This month in AvaFrame - June 2022 edition - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/monthlyjun2022/">
<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.101.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 - June 2022 edition</h1>
<h2 class="date">July 5, 2022</h2>
</header>
<p>Welcome to the June 2022 update.</p>
<p>This seems to be a recurring update lately: we are nearly at a rate of one release per month (this makes
my life in regards to these monthly updates a lot easier&hellip;).</p>
<p>To know what went on, head over to the <a href="/posts/version1_2/">release info</a> of <em>version 1.2</em>.</p>
<p>So we recommend you update your installations, you will find the instructions at our
documentation at the end of the <a href="https://docs.avaframe.org/en/latest/installation.html">installation instructions</a>.</p>
<p>As always: if you run into problems or if you have ideas and feedback, don&rsquo;t hesitate to contact us!</p>
<p>I&rsquo;m signing off for summer now, gonna change the topic away from snow and enjoy some sun and warm weather for a change!</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" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -0,0 +1,157 @@
<!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 - May 2022 edition - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/monthlymay2022/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/monthlymay2022/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/monthlymay2022/">
<title>
This month in AvaFrame - May 2022 edition - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/monthlymay2022/">
<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.101.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 - May 2022 edition</h1>
<h2 class="date">June 5, 2022</h2>
</header>
<p>Welcome to the May 2022 update.</p>
<p>Bevor you keep reading here, head over to the <a href="/posts/version1_1/">release info</a> of <em>version 1.1</em> to get all
changes that went into it. These changes are basically what we mainly worked on
during this month.</p>
<p>However, two additional bits went on:</p>
<ul>
<li>the ongoing writing of peer-reviewed papers</li>
<li>and in relation to that, the EGU 2022 took place. The following contributions are related to AvaFrame:
<ul>
<li>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,
<a href="https://doi.org/10.5194/egusphere-egu22-7745">https://doi.org/10.5194/egusphere-egu22-7745</a>, 2022.</li>
<li>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.</li>
</ul>
</li>
</ul>
<p>That&rsquo;s it for this month, and thanks for all the fruitful discussions at the EGU!</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" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

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

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">
@ -97,43 +97,43 @@
<ul> <ul>
<li> <li>
<span>March 5, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a> <span>May 5, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
</li> </li>
<li> <li>
<span>January 30, 2021</span><a href="https://avaframe.org/posts/monthlyjan2021/">This month in AvaFrame - January 2021 edition</a> <span>April 26, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
</li> </li>
<li> <li>
<span>December 29, 2020</span><a href="https://avaframe.org/posts/monthlydec2020/">This month in AvaFrame - December 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>
<li> <li>
<span>December 28, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a> <span>March 5, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
</li> </li>
<li> <li>
<span>November 29, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 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>
<li> <li>
<span>November 6, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a> <span>December 29, 2020</span><a href="https://avaframe.org/posts/monthlydec2020/">This month in AvaFrame - December 2020 edition</a>
</li> </li>
<li> <li>
<span>October 29, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a> <span>December 28, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a>
</li> </li>
<li> <li>
<span>September 30, 2020</span><a href="https://avaframe.org/posts/monthlysep2020/">This month in AvaFrame - September 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>
<li> <li>
<span>August 21, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a> <span>November 6, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a>
</li> </li>
<li> <li>
<span>July 31, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a> <span>October 29, 2020</span><a href="https://avaframe.org/posts/monthlyoct2020/">This month in AvaFrame - October 2020 edition</a>
</li> </li>
</ul> </ul>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">
@ -96,6 +96,18 @@
<h1 class="title">Posts</h1> <h1 class="title">Posts</h1>
<ul> <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> <li>
<span>June 5, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a> <span>June 5, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
</li> </li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -0,0 +1,172 @@
<!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.2 - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/version1_2/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/version1_2/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/version1_2/">
<title>
Release Version 1.2 - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/version1_2/">
<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.101.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.2</h1>
<h2 class="date">July 7, 2022</h2>
</header>
<p><strong>Today we released <a href="https://github.com/avaframe/AvaFrame/releases/tag/1.2">Version 1.2</a></strong></p>
<p>The main changes are the automatic split point generation and optional computation of fields
inside the calculation loop. Furthermore, renaming functions used for the QGis AvaFrameconnector are included.</p>
<p>ENHANCEMENTS</p>
<ul>
<li>Add function for renaming simulations, i.e. adding info to the simName. Used for AvaFrameConnector</li>
<li>Split cfgUtils: Utils contain all reading and writing; cfghandling has functions that do
something with the cfgInfos</li>
<li>Make computation of ppr, pta, P, TA and pke optional within the calculation loop. Only compute them
if they are required as output</li>
<li>Add automatic split point generation: - First run a DFA simulation, either using the runDFAModule flag
in runComputeDFAPath.py or yourself
<ul>
<li>Do not forget that you need to save particles or FD, FM, FV for multiple time steps</li>
<li>What DFA parameters to use is not yet clear. I would use the BenMoussa time stepping and particles parameters,
sphOption 2, explicit friction option 1, some artificial viscosity, and maybe activate curvature
(with all this and a mu=0.42, I get ok results)</li>
<li>Then runComputeDFAPath computes the mass average path, extends it and defines a splitPoint</li>
</ul>
</li>
</ul>
<p>FIX</p>
<ul>
<li>Particle exiting domain was not working properly with the new cython flag (wraparound boundcheck…)</li>
<li>Correct hybrid Path ini file</li>
<li>Update fields is too slow #455</li>
<li>Automatic split point or beta point finding #706</li>
<li>Add pfe to output files #694</li>
<li>Make cflTime and sphKernelRadius a common option #668</li>
<li>Change benchmarks not read particles from file (particles files still exist)</li>
<li>Add consistency check for com1DFA configuration</li>
<li>Fix problems with filtering of simulations</li>
<li>Aimec comparison checks</li>
<li>Add missing mass files to benchmarks</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" /> <link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">

@ -3,10 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>https://avaframe.org/</loc> <loc>https://avaframe.org/</loc>
<lastmod>2022-05-19T00:00:00+01:00</lastmod> <lastmod>2022-07-07T00:00:00+01:00</lastmod>
</url><url> </url><url>
<loc>https://avaframe.org/posts/</loc> <loc>https://avaframe.org/posts/</loc>
<lastmod>2022-05-19T00:00:00+01:00</lastmod> <lastmod>2022-07-07T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/version1_2/</loc>
<lastmod>2022-07-07T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlyjun2022/</loc>
<lastmod>2022-07-05T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlymay2022/</loc>
<lastmod>2022-06-05T00:00:00+01:00</lastmod>
</url><url> </url><url>
<loc>https://avaframe.org/posts/version1_1/</loc> <loc>https://avaframe.org/posts/version1_1/</loc>
<lastmod>2022-05-19T00:00:00+01:00</lastmod> <lastmod>2022-05-19T00:00:00+01:00</lastmod>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" 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.99.1" /> <meta name="generator" content="Hugo 0.101.0" />
</head> </head>
<body class=""> <body class="">