You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
177 lines
6.1 KiB
HTML
177 lines
6.1 KiB
HTML
<!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>
|