diff --git a/avaframe/com9MoTVoellmy/MoT-Voellmy_linux.exe b/avaframe/com9MoTVoellmy/MoT-Voellmy_linux.exe index c2aba409f..859db791d 100755 Binary files a/avaframe/com9MoTVoellmy/MoT-Voellmy_linux.exe and b/avaframe/com9MoTVoellmy/MoT-Voellmy_linux.exe differ diff --git a/avaframe/com9MoTVoellmy/MoT-Voellmy_win.exe b/avaframe/com9MoTVoellmy/MoT-Voellmy_win.exe index dc4e0caac..8b2a6e11f 100644 Binary files a/avaframe/com9MoTVoellmy/MoT-Voellmy_win.exe and b/avaframe/com9MoTVoellmy/MoT-Voellmy_win.exe differ diff --git a/avaframe/com9MoTVoellmy/com9MoTVoellmyCfg.ini b/avaframe/com9MoTVoellmy/com9MoTVoellmyCfg.ini index 3d6b1dbc3..4b4aa50e8 100644 --- a/avaframe/com9MoTVoellmy/com9MoTVoellmyCfg.ini +++ b/avaframe/com9MoTVoellmy/com9MoTVoellmyCfg.ini @@ -134,7 +134,7 @@ thFromIni = # Below are the settings for the MoT-Voellmy model [Run information] -MoT-Voellmy input file version = 2024-09-10 +MoT-Voellmy input file version = 2026-04-20 Area of Interest = Testarea UTM zone = 33N EPSG geodetic datum code = 25833 @@ -159,10 +159,10 @@ Bed density (kg/m^3) = 140.0 Deposit density (kg/m^3) = 450.0 Rheology = Voellmy Parameters = auto -Dry-friction coefficient (-) = 0.30 -Turbulent drag coefficient (-) = 0.002 +Dry-friction coefficient (-) = 0.40 +Turbulent drag coefficient (-) = 0.001 Effective drag height (m) = 3.0 -Centrifugal effects = yes +Centrifugal effects = no Passive earth-pressure coeff. (-) = 1.0 [FOREST_EFFECTS] @@ -189,5 +189,5 @@ Write maximum pressure = yes Write instant. pressure = no Minimum flow depth (m) = 0.01 Minimum speed (m/s) = 0.01 -Momentum threshold (kg m/s) = 100.0 +Minimum momentum fraction (%) = 1.0 Initial CFL number (-) = 0.8 diff --git a/docs/advancedUsage.rst b/docs/advancedUsage.rst index ade61f708..a6be6609d 100644 --- a/docs/advancedUsage.rst +++ b/docs/advancedUsage.rst @@ -1,26 +1,6 @@ Advanced Usage (QGis, Script) ============================= -.. Warning:: - The QGis Connector features described below require the **pre-release** versions of both AvaFrame and the - OpenNHM QGis Connector. They are not available in the current stable release. - - To install: - - 1. Install the AvaFrame pre-release. On **Windows**, use the OSGeo4W Shell matching your QGis version. - On **Linux**, use the terminal in the environment you are using. Then run:: - - pip install avaframe==2.0rc3 - - 2. Download the OpenNHM QGis Connector zip from the - `GitHub Releases `_ page. - - 3. In QGis, go to **Plugins > Manage and Install Plugins**, choose **Install from ZIP** and select the - downloaded file. - - Check `PyPI `_ for the latest AvaFrame pre-release version and - `GitHub Releases `_ for the newest connector zip. - .. Warning:: Modifying default parameters moves you outside the validated and calibrated setup. Results are no longer covered by the standard validation and you use them at your own risk. diff --git a/docs/developinstallwin.rst b/docs/developinstallwin.rst index 13d52c538..f82d196ea 100644 --- a/docs/developinstallwin.rst +++ b/docs/developinstallwin.rst @@ -72,4 +72,5 @@ To run QGIS (this will install the environment on first use):: Depending on your mode of QGis installation (direct installer, conda, OSGeo4W...) your script AvaFrame installation might be overruled... -Now you can **install the AvaFrameConnector plugin** via QGIS as per usual (:ref:`standardUsage:Standard Usage (QGis)`). +Now you can **install the OpenNHMConnector plugin** via QGIS as per usual (:ref:`standardUsage:Standard Usage +(QGis)`). diff --git a/docs/moduleCom9MoTVoellmy.rst b/docs/moduleCom9MoTVoellmy.rst index f2924e879..5533af9f5 100644 --- a/docs/moduleCom9MoTVoellmy.rst +++ b/docs/moduleCom9MoTVoellmy.rst @@ -21,15 +21,10 @@ MoT Voellmy via QGis Installation on Windows: ^^^^^^^^^^^^^^^^^^^^^^^^ -#. Open the OSGeo4WShell that matches your QGis installation -#. Run:: - - pip install avaframe==2.0a3 - #. Start QGis and go to `Plugins` -> `Manage and install plugins` -#. Choose `All`, search for `AvaFrame` and install/update -#. You find the `AvaFrame` toolset in the `Processing Toolbox` -#. Go to `NGI_experimental` and start `MoTVoellmy (com9)` +#. Choose `All`, search for `OpenNHM` and install/update +#. You find the `OpenNHM` toolset in the `Processing Toolbox` +#. Go to `AvaFrame_experimental` and start `MoTVoellmy (com9)` Input diff --git a/docs/operational.rst b/docs/operational.rst index fbcc316ba..0056054e1 100644 --- a/docs/operational.rst +++ b/docs/operational.rst @@ -49,9 +49,9 @@ Setup QGis and run #. Open QGis from your start menu and go to Plugins -> Manage and Install Plugins -#. Search for `AvaFrameConnector` and install it +#. Search for `OpenNHMConnector` and install it -#. Access the QGis - Avaframe connector via Toolbox -> AvaFrame -> AvaFrameConnector +#. Access the QGis - OpenNHM connector via Toolbox -> OpenNHM -> OpenNHMConnector #. Add the described data and run. Results will be loaded after a while (depending on the size of your DEM). @@ -87,7 +87,7 @@ Update Avaframe to a new release #. Restart/Open QGis from your start menu and go to Plugins -> Manage and Install Plugins -#. Search for `AvaFrameConnector` and check whether it also needs updating +#. Search for `OpenNHMConnector` and check whether it also needs updating .. Note:: diff --git a/docs/operationalGerman.rst b/docs/operationalGerman.rst index 14c4b2456..7a8657915 100644 --- a/docs/operationalGerman.rst +++ b/docs/operationalGerman.rst @@ -49,9 +49,9 @@ Setup QGis #. Öffnen Sie QGis über Ihr Startmenü und gehen Sie zu Erweiterungen -> Erweiterungen verwalten und installieren -#. Nach `AvaFrameConnector` suchen und installieren +#. Nach `OpenNHMConnector` suchen und installieren -#. Rufen Sie den QGis - AvaframeConnector über Verarbeitungswerkzeuge -> AvaFrame -> AvaFrameConnector auf +#. Rufen Sie den QGis - OpenNHMConnector über Verarbeitungswerkzeuge -> OpenNHM -> OpenNHMConnector auf #. Fügen Sie die beschriebenen Daten hinzu und starten Sie den Connector. Die Ergebnisse werden nach einer Weile geladen (abhängig von der Größe Ihres DEM). @@ -86,7 +86,7 @@ Update Avaframe #. Starten Sie QGis neu/öffnen Sie es über Ihr Startmenü und gehen Sie zu Plugins -> Plugins verwalten und installieren -#. Suchen Sie nach AvaFrameConnector und prüfen Sie, ob es aktualisiert werden muss +#. Suchen Sie nach OpenNHMConnector und prüfen Sie, ob es aktualisiert werden muss .. Note:: diff --git a/docs/standardUsage.rst b/docs/standardUsage.rst index da1692aae..2d453c56b 100644 --- a/docs/standardUsage.rst +++ b/docs/standardUsage.rst @@ -12,21 +12,21 @@ The prerequisites are: * QGis: install from here: `QGis installation `_ (we recommend using the latest version) -Setup AvaFrameConnector and run +Setup OpenNHMConnector and run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #. Open QGis from your start menu and go to Plugins -> Manage and Install Plugins -#. Search for `AvaFrameConnector` and install it +#. Search for `OpenNHMConnector` and install it #. Wait for it to finish and restart QGis -#. Access the QGis - Avaframe connector via Toolbox -> AvaFrame -> Operational -> FullOperationalRun +#. Access the QGis - OpenNHM connector via Toolbox -> OpenNHM -> AvaFrame_Operational -> FullOperationalRun #. Add the described data and run. Results will be loaded after a while (depending on the size of your DEM) -This tries to install the AvaFrame core package as well (since AvaFrameConnector version 1.2). If it fails, head +This tries to install the AvaFrame core package as well (since OpenNHMConnector version 1.2). If it fails, head over to the :ref:`operational:Manual Installation` instructions. For more information about the functions in the connector, see :ref:`connector:OpenNHM QGis Connector` @@ -37,9 +37,9 @@ Update Avaframe to a new version #. Restart/Open QGis from your start menu and go to Plugins -> Manage and Install Plugins -#. Search for `AvaFrameConnector` and check whether it also needs updating +#. Search for `OpenNHMConnector` and check whether it also needs updating -#. Access the QGis - Avaframe connector via Toolbox -> AvaFrame +#. Access the QGis - OpenNHM connector via Toolbox -> OpenNHM #. Go to the *Admin* section, choose and run *Update*. This updates the AvaFrame core package. @@ -60,21 +60,21 @@ Die Vorraussetzungen sind: * QGis: `QGis Installation (download) `_ (Wir empfehlen die aktuellste Version zu verwenden) -Setup AvaFrameConnector +Setup OpenNHMConnector """"""""""""""""""""""" #. Öffnen Sie QGis über Ihr Startmenü und gehen Sie zu Erweiterungen -> Erweiterungen verwalten und installieren -#. Nach `AvaFrameConnector` suchen und installieren +#. Nach `OpenNHMConnector` suchen und installieren #. Warten Sie, bis der Vorgang abgeschlossen ist und starten Sie QGis neu -#. Rufen Sie den QGis - AvaframeConnector über Verarbeitungswerkzeuge -> AvaFrame -> Operational -> FullOperationalRun auf +#. Rufen Sie den QGis - OpenNHMConnector über Verarbeitungswerkzeuge -> OpenNHM -> AvaFrame_Operational -> FullOperationalRun auf #. Fügen Sie die beschriebenen Daten hinzu und starten Sie den Connector. Die Ergebnisse werden nach einer Weile geladen (abhängig von der Größe Ihres DEM) -Hiermit wird versucht das AvaFrame-Kernpaket zu installieren (seit AvaFrameConnector Version 1.2). Wenn dies fehlschlägt, gehen Sie +Hiermit wird versucht das AvaFrame-Kernpaket zu installieren (seit OpenNHMConnector Version 1.2). Wenn dies fehlschlägt, gehen Sie zu: :ref:`operationalGerman:Manuelle Installation`. Für eine Kurzzusammenfassung der Funktionen des Connectors, siehe :ref:`connector:OpenNHM QGis Connector`. @@ -84,9 +84,9 @@ Update Avaframe auf eine neue Version #. Starten Sie QGis neu/öffnen Sie es über Ihr Startmenü und gehen Sie zu Plugins -> Plugins verwalten und installieren -#. Suchen Sie nach AvaFrameConnector und prüfen Sie, ob es aktualisiert werden muss +#. Suchen Sie nach OpenNHMConnector und prüfen Sie, ob es aktualisiert werden muss -#. Rufen Sie den QGis - AvaframeConnector über Verarbeitungswerkzeuge -> AvaFrame auf +#. Rufen Sie den QGis - OpenNHMConnector über Verarbeitungswerkzeuge -> OpenNHM auf #. Dann -> Admin -> Update aufrufen