quite a few monthly update, version 1.3
parent
a33827fb14
commit
e82d827b0d
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
title: "This month in AvaFrame - August 2022 edition"
|
||||||
|
date: 2022-09-05T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the August 2022 update.
|
||||||
|
|
||||||
|
This month saw us adding a rotational energy line test which can be used to to checks eg. for numerical grid independence,
|
||||||
|
i.e. the computations lead to the same results irrespective of the grid orientation. This includes helper functions and test data,
|
||||||
|
see test case avaBowl.
|
||||||
|
|
||||||
|
Again, in preparation for the upcoming release, we changed the logic for the secondary release areas. So far they had to be requested
|
||||||
|
specifically. Now they are included IF there are shapefiles in the SECREL directory (and not forced to be off).
|
||||||
|
This will allow for easy inclusion of secondary releases from the AvaFrameConnector (QGis).
|
||||||
|
|
||||||
|
Aimec got some improvement, both in function and the documentation. We added surface parallel coordinate computation as an option to
|
||||||
|
run analysis.
|
||||||
|
|
||||||
|
Another ongoing work is the writing of a theory paper for com1DFA, expected to be submitted in fall.
|
||||||
|
|
||||||
|
And last but not least the AvaFrame Steering Meeting took place. So far we are on track with this project...
|
||||||
|
|
||||||
|
Felix
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: "This month in AvaFrame - July 2022 edition"
|
||||||
|
date: 2022-08-05T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the July 2022 update.
|
||||||
|
|
||||||
|
This month, despite being one of the *slow* summer month, we speed up our computation.
|
||||||
|
Some variable are only computed if they are actually requested, so for most simulations this leads to faster compute times.
|
||||||
|
|
||||||
|
In preparation for a bigger overhaul of the AvaFrameConnector (QGis) we started adding helper functions that are used by the connector.
|
||||||
|
These functions contain stuff like layer renaming and similar stuff that makes handling the result a bit easier.
|
||||||
|
This will end up in the next version expected to be out in the next few months.
|
||||||
|
|
||||||
|
For the developers we added a new way of overriding default configurations, in case your module needs a certain, fixed setup of another module.
|
||||||
|
If you search for *modName_override* you will find examples of the usage. Again, this is for people working with the script version (not QGis).
|
||||||
|
|
||||||
|
That's it for this month,
|
||||||
|
|
||||||
|
Felix
|
||||||
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
title: "This month in AvaFrame - October 2022 edition"
|
||||||
|
date: 2022-11-03T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome the first (close to) winter update of October 2022.
|
||||||
|
|
||||||
|
The main thing this month was the release of version 1.3, please head over to the
|
||||||
|
[release info](/posts/version1_3/) of *version 1.3* to read more about it.
|
||||||
|
|
||||||
|
This meant a lot of work went into bug squashing, removal of minor niggles and improvement of the documentation.
|
||||||
|
|
||||||
|
Please be aware that the installation method for QGis changed significantly. The AvaFrameConnector now tries
|
||||||
|
to install the python package automatically. Hopefully this makes is a bit easier to get started. We also provide
|
||||||
|
and update function in the AvaFrameConnector.
|
||||||
|
|
||||||
|
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!
|
||||||
|
|
||||||
|
Felix
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
title: "This month in AvaFrame - September 2022 edition"
|
||||||
|
date: 2022-10-03T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the September 2022 update.
|
||||||
|
|
||||||
|
This was the month of conferences:
|
||||||
|
First was the International Mountain Conference on our door steps in Innsbruck.
|
||||||
|
We had a session about *Gravitational mass flow simulations for avalanches* with a bunch of very interesting talks. Thanks
|
||||||
|
again to everyone who contributed and visited. The program can be found [here](https://www.conftool.com/imc2022/index.php?page=browseSessions&form_session=186).
|
||||||
|
|
||||||
|
We also took this opportunity to hold the *Scientific Meeting*, discussing, among other things, the future direction AvaFrame takes. We cannot share details yet,
|
||||||
|
but we are excited!
|
||||||
|
|
||||||
|
The second conference took place in Davos, Switzerland, the *International Symposium on Snow*. Again thanks to all who we had discussions and feedback from. See
|
||||||
|
[the proceedings (abstract 91A3947)](https://www.igsoc.org/wp-content/uploads/2022/10/procabstracts_79.html) for our contribution.
|
||||||
|
|
||||||
|
But of course we did not forget to add new stuff to AvaFrame itself :-). We worked on the Thalweg-Time diagram, updated the installation instructions and fixed
|
||||||
|
a few (annoying) bugs.
|
||||||
|
|
||||||
|
Oh and: the next version is getting closer and closer.
|
||||||
|
|
||||||
|
Winter is also coming closer (at least for us northern hemisphere people)...
|
||||||
|
|
||||||
|
Felix
|
||||||
@ -0,0 +1,47 @@
|
|||||||
|
---
|
||||||
|
title: "Release Version 1.3"
|
||||||
|
date: 2022-10-12T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
slug: "version1_3"
|
||||||
|
---
|
||||||
|
|
||||||
|
**Today we released [Version 1.3](https://github.com/avaframe/AvaFrame/releases/tag/1.3)**
|
||||||
|
|
||||||
|
The main change is the change of logic for secondary release areas. This was done to be able
|
||||||
|
to expose these functions in the AvaFrameConnecter. So it is now possible to include secondary
|
||||||
|
release areas in dense flow simulations done via QGis.
|
||||||
|
Please also make sure you read the new [installation instructions](https://docs.avaframe.org/en/latest/installation.html).
|
||||||
|
|
||||||
|
ENHANCEMENTS
|
||||||
|
|
||||||
|
- Change logic for secondary release areas:
|
||||||
|
- Check for release and secondary release shapefiles
|
||||||
|
- If only release available -> just run release
|
||||||
|
- If both release and secondary release are available -> run with secondary release
|
||||||
|
UNLESS secRelArea = False
|
||||||
|
- ALL scenarios in release get the secondary release areas!
|
||||||
|
- Add rotational energy line test: helps to check eg. for numerical grid independence
|
||||||
|
- Update ini file procedure for the energy line test and the rotation test
|
||||||
|
- Additional statistical plots
|
||||||
|
- New three-panel plot of tt-diagram (plus animation)
|
||||||
|
- Add variation option for thickness settings and probrun based on normal distribution derived from ci and mean
|
||||||
|
- Add filtering option to aimec
|
||||||
|
- Add scenario name to configuration to be used for plotting example #757
|
||||||
|
- Add surface parallel coordinate computation to Aimec
|
||||||
|
- Improve operational installation instructions
|
||||||
|
- Add a german version of the operational installation
|
||||||
|
|
||||||
|
FIX
|
||||||
|
- Contour legend bug with matplotlib 3.5.2
|
||||||
|
- Update installation instructions; fixes #764
|
||||||
|
- Bugs in deriving variation
|
||||||
|
- Remeshing issue that lead to standard test differences (originated in commit 419c11f)
|
||||||
|
- No calls to matplotlib for plotting purposes in com1DFA
|
||||||
|
- Removes multiple printouts of config during run in, e.g. com1DFA
|
||||||
|
- CompareConfig always honours the toPrint flag
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
|
||||||
|
Code: core team
|
||||||
|
|
||||||
|
Felix
|
||||||
@ -0,0 +1,227 @@
|
|||||||
|
<!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="The open source avalanche framework">
|
||||||
|
<meta name="keywords" content="project,avalanche">
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="AvaFrame">
|
||||||
|
<meta property="og:title" content="AvaFrame">
|
||||||
|
<meta property="og:description" content="The open source avalanche framework">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/">
|
||||||
|
<meta property="og:image" content="https://avaframe.orgimages/tn.png">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.orgimages/tn.png">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/">
|
||||||
|
<title>AvaFrame</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/">
|
||||||
|
|
||||||
|
<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.104.3" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="">
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
<a class="navigation-title" href="/">AvaFrame</a>
|
||||||
|
<input type="checkbox" id="menu-control"/>
|
||||||
|
<label class="menu-mobile float-right " for="menu-control">
|
||||||
|
<span class="btn-mobile float-right ">☰</span>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/reports">Reports</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container centered">
|
||||||
|
<div class="about">
|
||||||
|
|
||||||
|
<div class="avatar"><img src="https://avaframe.org/images/AvaFrameLogo.svg" alt="Logo AvaFrame The
|
||||||
|
open avalanche framework"></div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p style="text-align:center;">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<section class="container list">
|
||||||
|
<div class="content centered">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span>27. Feb, 2020</span><a href="https://avaframe.org/posts/openpositionnumerics/">Open position numerics</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span>26. Feb, 2020</span><a href="https://avaframe.org/about/">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span>26. Feb, 2020</span><a href="https://avaframe.org/contact/">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span>26. Feb, 2020</span><a href="https://avaframe.org/reports/">Reports</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="pagination">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/">«</a></li>
|
||||||
|
|
||||||
|
<li class="hidden"><a href="/page/4/">‹</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/">1</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/page/2/">2</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/page/3/">3</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/page/4/">4</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li>5</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
<div class="fixed-bar">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
||||||
|
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
||||||
|
#public:matrix.avaframe.org</a></p>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://avaframe.org/js/app.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,148 @@
|
|||||||
|
<!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 - August 2022 edition - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyaugust2022/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyaugust2022/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/monthlyaugust2022/">
|
||||||
|
<title>
|
||||||
|
This month in AvaFrame - August 2022 edition - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyaugust2022/">
|
||||||
|
|
||||||
|
<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.104.3" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="">
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
<a class="navigation-title" href="/">AvaFrame</a>
|
||||||
|
<input type="checkbox" id="menu-control"/>
|
||||||
|
<label class="menu-mobile float-right " for="menu-control">
|
||||||
|
<span class="btn-mobile float-right ">☰</span>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/reports">Reports</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container post">
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">This month in AvaFrame - August 2022 edition</h1>
|
||||||
|
<h2 class="date">September 5, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p>Welcome to the August 2022 update.</p>
|
||||||
|
<p>This month saw us adding a rotational energy line test which can be used to to checks eg. for numerical grid independence,
|
||||||
|
i.e. the computations lead to the same results irrespective of the grid orientation. This includes helper functions and test data,
|
||||||
|
see test case avaBowl.</p>
|
||||||
|
<p>Again, in preparation for the upcoming release, we changed the logic for the secondary release areas. So far they had to be requested
|
||||||
|
specifically. Now they are included IF there are shapefiles in the SECREL directory (and not forced to be off).
|
||||||
|
This will allow for easy inclusion of secondary releases from the AvaFrameConnector (QGis).</p>
|
||||||
|
<p>Aimec got some improvement, both in function and the documentation. We added surface parallel coordinate computation as an option to
|
||||||
|
run analysis.</p>
|
||||||
|
<p>Another ongoing work is the writing of a theory paper for com1DFA, expected to be submitted in fall.</p>
|
||||||
|
<p>And last but not least the AvaFrame Steering Meeting took place. So far we are on track with this project…</p>
|
||||||
|
<p>Felix</p>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
<div class="fixed-bar">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
||||||
|
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
||||||
|
#public:matrix.avaframe.org</a></p>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://avaframe.org/js/app.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,146 @@
|
|||||||
|
<!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 - July 2022 edition - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyjuly2022/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyjuly2022/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/monthlyjuly2022/">
|
||||||
|
<title>
|
||||||
|
This month in AvaFrame - July 2022 edition - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyjuly2022/">
|
||||||
|
|
||||||
|
<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.104.3" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="">
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
<a class="navigation-title" href="/">AvaFrame</a>
|
||||||
|
<input type="checkbox" id="menu-control"/>
|
||||||
|
<label class="menu-mobile float-right " for="menu-control">
|
||||||
|
<span class="btn-mobile float-right ">☰</span>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/reports">Reports</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container post">
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">This month in AvaFrame - July 2022 edition</h1>
|
||||||
|
<h2 class="date">August 5, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p>Welcome to the July 2022 update.</p>
|
||||||
|
<p>This month, despite being one of the <em>slow</em> summer month, we speed up our computation.
|
||||||
|
Some variable are only computed if they are actually requested, so for most simulations this leads to faster compute times.</p>
|
||||||
|
<p>In preparation for a bigger overhaul of the AvaFrameConnector (QGis) we started adding helper functions that are used by the connector.
|
||||||
|
These functions contain stuff like layer renaming and similar stuff that makes handling the result a bit easier.
|
||||||
|
This will end up in the next version expected to be out in the next few months.</p>
|
||||||
|
<p>For the developers we added a new way of overriding default configurations, in case your module needs a certain, fixed setup of another module.
|
||||||
|
If you search for <em>modName_override</em> you will find examples of the usage. Again, this is for people working with the script version (not QGis).</p>
|
||||||
|
<p>That’s it for this month,</p>
|
||||||
|
<p>Felix</p>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
<div class="fixed-bar">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
||||||
|
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
||||||
|
#public:matrix.avaframe.org</a></p>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://avaframe.org/js/app.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,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 - October 2022 edition - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyoctober2022/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyoctober2022/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/monthlyoctober2022/">
|
||||||
|
<title>
|
||||||
|
This month in AvaFrame - October 2022 edition - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyoctober2022/">
|
||||||
|
|
||||||
|
<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.104.3" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="">
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
<a class="navigation-title" href="/">AvaFrame</a>
|
||||||
|
<input type="checkbox" id="menu-control"/>
|
||||||
|
<label class="menu-mobile float-right " for="menu-control">
|
||||||
|
<span class="btn-mobile float-right ">☰</span>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/reports">Reports</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container post">
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">This month in AvaFrame - October 2022 edition</h1>
|
||||||
|
<h2 class="date">November 3, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p>Welcome the first (close to) winter update of October 2022.</p>
|
||||||
|
<p>The main thing this month was the release of version 1.3, please head over to the
|
||||||
|
<a href="/posts/version1_3/">release info</a> of <em>version 1.3</em> to read more about it.</p>
|
||||||
|
<p>This meant a lot of work went into bug squashing, removal of minor niggles and improvement of the documentation.</p>
|
||||||
|
<p>Please be aware that the installation method for QGis changed significantly. The AvaFrameConnector now tries
|
||||||
|
to install the python package automatically. Hopefully this makes is a bit easier to get started. We also provide
|
||||||
|
and update function in the AvaFrameConnector.</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’t hesitate to contact us!</p>
|
||||||
|
<p>Felix</p>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
<div class="fixed-bar">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
||||||
|
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
||||||
|
#public:matrix.avaframe.org</a></p>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://avaframe.org/js/app.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,150 @@
|
|||||||
|
<!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 - September 2022 edition - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyseptember2022/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyseptember2022/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/monthlyseptember2022/">
|
||||||
|
<title>
|
||||||
|
This month in AvaFrame - September 2022 edition - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyseptember2022/">
|
||||||
|
|
||||||
|
<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.104.3" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="">
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
<a class="navigation-title" href="/">AvaFrame</a>
|
||||||
|
<input type="checkbox" id="menu-control"/>
|
||||||
|
<label class="menu-mobile float-right " for="menu-control">
|
||||||
|
<span class="btn-mobile float-right ">☰</span>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/reports">Reports</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container post">
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">This month in AvaFrame - September 2022 edition</h1>
|
||||||
|
<h2 class="date">October 3, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p>Welcome to the September 2022 update.</p>
|
||||||
|
<p>This was the month of conferences:
|
||||||
|
First was the International Mountain Conference on our door steps in Innsbruck.
|
||||||
|
We had a session about <em>Gravitational mass flow simulations for avalanches</em> with a bunch of very interesting talks. Thanks
|
||||||
|
again to everyone who contributed and visited. The program can be found <a href="https://www.conftool.com/imc2022/index.php?page=browseSessions&form_session=186">here</a>.</p>
|
||||||
|
<p>We also took this opportunity to hold the <em>Scientific Meeting</em>, discussing, among other things, the future direction AvaFrame takes. We cannot share details yet,
|
||||||
|
but we are excited!</p>
|
||||||
|
<p>The second conference took place in Davos, Switzerland, the <em>International Symposium on Snow</em>. Again thanks to all who we had discussions and feedback from. See
|
||||||
|
<a href="https://www.igsoc.org/wp-content/uploads/2022/10/procabstracts_79.html">the proceedings (abstract 91A3947)</a> for our contribution.</p>
|
||||||
|
<p>But of course we did not forget to add new stuff to AvaFrame itself :-). We worked on the Thalweg-Time diagram, updated the installation instructions and fixed
|
||||||
|
a few (annoying) bugs.</p>
|
||||||
|
<p>Oh and: the next version is getting closer and closer.</p>
|
||||||
|
<p>Winter is also coming closer (at least for us northern hemisphere people)…</p>
|
||||||
|
<p>Felix</p>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
<div class="fixed-bar">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
||||||
|
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
||||||
|
#public:matrix.avaframe.org</a></p>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://avaframe.org/js/app.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,198 @@
|
|||||||
|
<!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="The open source avalanche framework">
|
||||||
|
<meta name="keywords" content="project,avalanche">
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="AvaFrame">
|
||||||
|
<meta property="og:title" content="
|
||||||
|
Posts - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="The open source avalanche framework">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/">
|
||||||
|
<meta property="og:image" content="https://avaframe.orgimages/tn.png">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.orgimages/tn.png">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/">
|
||||||
|
<title>
|
||||||
|
Posts - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/">
|
||||||
|
|
||||||
|
<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.104.3" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="">
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
<a class="navigation-title" href="/">AvaFrame</a>
|
||||||
|
<input type="checkbox" id="menu-control"/>
|
||||||
|
<label class="menu-mobile float-right " for="menu-control">
|
||||||
|
<span class="btn-mobile float-right ">☰</span>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/reports">Reports</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container list">
|
||||||
|
<h1 class="title">Posts</h1>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span>February 27, 2020</span><a href="https://avaframe.org/posts/openpositionnumerics/">Open position numerics</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="pagination">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/posts/">«</a></li>
|
||||||
|
|
||||||
|
<li class="hidden"><a href="/posts/page/4/">‹</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/posts/">1</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/posts/page/2/">2</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/posts/page/3/">3</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/posts/page/4/">4</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li>5</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
<div class="fixed-bar">
|
||||||
|
<section class="container">
|
||||||
|
|
||||||
|
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
||||||
|
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
||||||
|
#public:matrix.avaframe.org</a></p>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="https://avaframe.org/js/app.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,176 @@
|
|||||||
|
<!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.3 - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/version1_3/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/version1_3/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/version1_3/">
|
||||||
|
<title>
|
||||||
|
Release Version 1.3 - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/version1_3/">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
|
||||||
|
<link rel="stylesheet" href="https://avaframe.org/css/normalize.min.css">
|
||||||
|
<link rel="stylesheet" href="https://avaframe.org/css/style.min.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-16x16.png" sizes="16x16">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" href="https://avaframe.org/index.xml" type="application/rss+xml" title="AvaFrame">
|
||||||
|
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="generator" content="Hugo 0.104.3" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="">
|
||||||
|
<main class="wrapper">
|
||||||
|
<nav class="navigation">
|
||||||
|
<section class="container">
|
||||||
|
<a class="navigation-title" href="/">AvaFrame</a>
|
||||||
|
<input type="checkbox" id="menu-control"/>
|
||||||
|
<label class="menu-mobile float-right " for="menu-control">
|
||||||
|
<span class="btn-mobile float-right ">☰</span>
|
||||||
|
<ul class="navigation-list">
|
||||||
|
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/reports">Reports</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container post">
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">Release Version 1.3</h1>
|
||||||
|
<h2 class="date">October 12, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p><strong>Today we released <a href="https://github.com/avaframe/AvaFrame/releases/tag/1.3">Version 1.3</a></strong></p>
|
||||||
|
<p>The main change is the change of logic for secondary release areas. This was done to be able
|
||||||
|
to expose these functions in the AvaFrameConnecter. So it is now possible to include secondary
|
||||||
|
release areas in dense flow simulations done via QGis.
|
||||||
|
Please also make sure you read the new <a href="https://docs.avaframe.org/en/latest/installation.html">installation instructions</a>.</p>
|
||||||
|
<p>ENHANCEMENTS</p>
|
||||||
|
<ul>
|
||||||
|
<li>Change logic for secondary release areas:
|
||||||
|
<ul>
|
||||||
|
<li>Check for release and secondary release shapefiles</li>
|
||||||
|
<li>If only release available -> just run release</li>
|
||||||
|
<li>If both release and secondary release are available -> run with secondary release
|
||||||
|
UNLESS secRelArea = False</li>
|
||||||
|
<li>ALL scenarios in release get the secondary release areas!</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Add rotational energy line test: helps to check eg. for numerical grid independence</li>
|
||||||
|
<li>Update ini file procedure for the energy line test and the rotation test</li>
|
||||||
|
<li>Additional statistical plots</li>
|
||||||
|
<li>New three-panel plot of tt-diagram (plus animation)</li>
|
||||||
|
<li>Add variation option for thickness settings and probrun based on normal distribution derived from ci and mean</li>
|
||||||
|
<li>Add filtering option to aimec</li>
|
||||||
|
<li>Add scenario name to configuration to be used for plotting example #757</li>
|
||||||
|
<li>Add surface parallel coordinate computation to Aimec</li>
|
||||||
|
<li>Improve operational installation instructions</li>
|
||||||
|
<li>Add a german version of the operational installation</li>
|
||||||
|
</ul>
|
||||||
|
<p>FIX</p>
|
||||||
|
<ul>
|
||||||
|
<li>Contour legend bug with matplotlib 3.5.2</li>
|
||||||
|
<li>Update installation instructions; fixes #764</li>
|
||||||
|
<li>Bugs in deriving variation</li>
|
||||||
|
<li>Remeshing issue that lead to standard test differences (originated in commit 419c11f)</li>
|
||||||
|
<li>No calls to matplotlib for plotting purposes in com1DFA</li>
|
||||||
|
<li>Removes multiple printouts of config during run in, e.g. com1DFA</li>
|
||||||
|
<li>CompareConfig always honours the toPrint flag</li>
|
||||||
|
</ul>
|
||||||
|
<p>Contributors:</p>
|
||||||
|
<p>Code: core team</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>
|
||||||
Reference in New Issue