Add info 1st workshop, January update
parent
ef15328c21
commit
2b97ce6e1f
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
title: "Info 1st Public Workshop 8. March"
|
||||||
|
date: 2022-03-01T20:46:51+01:00
|
||||||
|
draft: false
|
||||||
|
slug: "info1stworkshop"
|
||||||
|
---
|
||||||
|
|
||||||
|
As already announced, here's some more info about the
|
||||||
|
|
||||||
|
**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](https://bokuvienna.zoom.us/j/98631669754) (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:
|
||||||
|
- please prepare by following the installation instructions on our
|
||||||
|
[documentation: standard installation](https://docs.avaframe.org/en/latest/installation.html#standard-setup-and-run).
|
||||||
|
|
||||||
|
- you can bring your own data if you want, but we will also provide test data.
|
||||||
|
|
||||||
|
For anybody unable to participate we will provide a recording of the workshop and you can
|
||||||
|
reach us on the AvaFrame matrix channel.
|
||||||
|
For more information see here: [AvaFrame communications](https://hedgedoc.avaframe.org/s/NGQG3RDxN#).
|
||||||
|
|
||||||
|
Your AvaFrame core team
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
title: "This month in AvaFrame - January 2022 edition"
|
||||||
|
date: 2022-02-05T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the January 2022 update.
|
||||||
|
|
||||||
|
Our focus this month was the preparation for our upcoming version 1.0 release. We finished the month by publishing
|
||||||
|
the first release candidate. See [github releases](https://github.com/avaframe/AvaFrame/releases) for a full changelog.
|
||||||
|
|
||||||
|
- For the final release of version 1.0 we worked on a difference report, investigating our numerics and comparing it
|
||||||
|
to com1DFAOrig.
|
||||||
|
|
||||||
|
- We streamlined and improved the way release thickness is being set in the DFA module *com1DFA*
|
||||||
|
- it is possible now to add variations if release thickness is read from shapefile.
|
||||||
|
- add percent and range variation options.
|
||||||
|
|
||||||
|
- A new probability runscript is now in its final development stages.
|
||||||
|
|
||||||
|
- On the numerics side *convergence* of com1DFA for the similarity solution test case was the topic of the month.
|
||||||
|
- The aim is to extract a criterion between the time and space discretization parameters that leads to convergence
|
||||||
|
of the numerical method towards the solution of the depth integrated equations.
|
||||||
|
- We are now trying to do the same analysis on more test cases. Starting with idealized topographies and coulomb friction,
|
||||||
|
but also real topographies.
|
||||||
|
|
||||||
|
- Further minor improvements here and there, including:
|
||||||
|
- cleaning up runscripts.
|
||||||
|
- cleaning benchmarks.
|
||||||
|
- explore plotting options for uncertainty visualisation.
|
||||||
|
|
||||||
|
That's it for this month, have a good start into this year!
|
||||||
|
|
||||||
|
Felix
|
||||||
|
|
||||||
@ -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="
|
||||||
|
Info 1st Public Workshop 8. March - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/info1stworkshop/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/info1stworkshop/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/info1stworkshop/">
|
||||||
|
<title>
|
||||||
|
Info 1st Public Workshop 8. March - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/info1stworkshop/">
|
||||||
|
|
||||||
|
<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.92.2" />
|
||||||
|
</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/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container post">
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">Info 1st Public Workshop 8. March</h1>
|
||||||
|
<h2 class="date">March 1, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p>As already announced, here’s some more info about the</p>
|
||||||
|
<p><strong>1st public AvaFrame workshop</strong> on <strong>8th of March at 11:00</strong> (Central European Time; UTC+1:00).</p>
|
||||||
|
<p>It takes place via a zoom meeting: <a href="https://bokuvienna.zoom.us/j/98631669754">ZOOMLINK</a> (Login via browser is
|
||||||
|
possible, no app installation necessary). The workshop will be held in English.</p>
|
||||||
|
<p>If you want to follow the hands on demo:</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>please prepare by following the installation instructions on our
|
||||||
|
<a href="https://docs.avaframe.org/en/latest/installation.html#standard-setup-and-run">documentation: standard installation</a>.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>you can bring your own data if you want, but we will also provide test data.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>For anybody unable to participate we will provide a recording of the workshop and you can
|
||||||
|
reach us on the AvaFrame matrix channel.
|
||||||
|
For more information see here: <a href="https://hedgedoc.avaframe.org/s/NGQG3RDxN#">AvaFrame communications</a>.</p>
|
||||||
|
<p>Your AvaFrame core team</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,170 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<meta name="author" content="AvaFrame">
|
||||||
|
<meta name="description" content="https://avaframe.org">
|
||||||
|
<meta name="keywords" content="project,avalanche">
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="AvaFrame">
|
||||||
|
<meta property="og:title" content="
|
||||||
|
This month in AvaFrame - January 2022 edition - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyjan2022/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyjan2022/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/monthlyjan2022/">
|
||||||
|
<title>
|
||||||
|
This month in AvaFrame - January 2022 edition - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyjan2022/">
|
||||||
|
|
||||||
|
<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.92.2" />
|
||||||
|
</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/contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</label>
|
||||||
|
</section>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<section class="container post">
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h1 class="title">This month in AvaFrame - January 2022 edition</h1>
|
||||||
|
<h2 class="date">February 5, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p>Welcome to the January 2022 update.</p>
|
||||||
|
<p>Our focus this month was the preparation for our upcoming version 1.0 release. We finished the month by publishing
|
||||||
|
the first release candidate. See <a href="https://github.com/avaframe/AvaFrame/releases">github releases</a> for a full changelog.</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<p>For the final release of version 1.0 we worked on a difference report, investigating our numerics and comparing it
|
||||||
|
to com1DFAOrig.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>We streamlined and improved the way release thickness is being set in the DFA module <em>com1DFA</em></p>
|
||||||
|
<ul>
|
||||||
|
<li>it is possible now to add variations if release thickness is read from shapefile.</li>
|
||||||
|
<li>add percent and range variation options.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>A new probability runscript is now in its final development stages.</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>On the numerics side <em>convergence</em> of com1DFA for the similarity solution test case was the topic of the month.</p>
|
||||||
|
<ul>
|
||||||
|
<li>The aim is to extract a criterion between the time and space discretization parameters that leads to convergence
|
||||||
|
of the numerical method towards the solution of the depth integrated equations.</li>
|
||||||
|
<li>We are now trying to do the same analysis on more test cases. Starting with idealized topographies and coulomb friction,
|
||||||
|
but also real topographies.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>Further minor improvements here and there, including:</p>
|
||||||
|
<ul>
|
||||||
|
<li>cleaning up runscripts.</li>
|
||||||
|
<li>cleaning benchmarks.</li>
|
||||||
|
<li>explore plotting options for uncertainty visualisation.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>That’s it for this month, have a good start into this year!</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