Go to file
Pierre-Antoine Rouby f1377f6336 ci: Minor fixe. 2024-05-29 11:15:10 +02:00
arts Arts: Add reload icon. 2024-04-03 15:53:42 +02:00
doc merge 2024-05-13 16:02:36 +02:00
packages gitlab-ci: Add dl custom python and source with python packages. 2024-05-29 10:35:23 +02:00
src tools: Add try to pwd user name get. 2024-05-22 16:16:40 +02:00
tests_cases tests_cases: Fix and update Saar study. 2024-04-03 14:49:19 +02:00
tools tools: Add relase mail generator. 2024-04-26 12:10:32 +02:00
.editorconfig git: Add editorconfig. 2023-09-12 10:43:08 +02:00
.gitignore Doc: Users: TP: Add TP charriage. 2024-01-24 11:08:40 +01:00
.gitlab-ci.yml ci: Minor fixe. 2024-05-29 11:15:10 +02:00
.gitmodules git: Remove submodule mage. 2023-08-07 13:39:33 +02:00
AUTHORS Pamhyr: Update licence. 2024-02-12 17:06:13 +01:00
LICENSE LICENSE: Add LICENSE file and files headers. 2023-08-01 16:57:55 +02:00
README.md README: Replace installation instruction to link to wiki documentation. 2024-02-07 14:28:04 +01:00
VERSION About: Update about window and add VERSION file. 2023-07-28 09:59:26 +02:00
full-requirements.txt Pamhyr2: Fix full requirements list. 2024-04-23 14:03:01 +02:00
guix.sh guix: Minor change. 2024-05-22 16:32:06 +02:00
manifest.scm pamhyr: Add script to run pamhyr under guix shell env. 2024-05-22 16:02:33 +02:00
requirements.txt Geometry: Add shapefile import file format. 2024-04-23 11:50:35 +02:00
setup.py pamhyr: Add setup.py file (not functionnal). 2024-05-22 15:58:43 +02:00
tags.sh git: Add etag script. 2023-03-16 15:40:51 +01:00
tests.sh tests: Add a mage meshingtool test. 2024-01-19 11:20:53 +01:00

README.md

Pamhyr2

Pamhyr is a free and open source graphical user interface for 1D hydro-sedimentary modelling of rivers.

Features

  • Edit a complex river hydraulics network
  • Define the river geometry
  • Define boundary conditions
  • Define lateral contribution
  • Edit river friction
  • Add reservoirs
  • Add hydraulic structures
  • Generate initial conditions
  • Edit river sedimentary layers
  • Save the study in a unique file
  • Run Mage 8 on a study and visualize results

Let see the documentation for more details.

Install

GNU/Linux

See documentation

Windows

See documentation

From source code

# Get mage
mkdir mage
cd mage

curl -L -o mage.tgz https://gitlab.irstea.fr/jean-baptiste.faure/mage/-/releases/v8.3.2/downloads/packages/mage_linux.tgz
tar xf mage.tgz

cd ..

# Get Pamhyr2 source code
git clone https://gitlab.irstea.fr/theophile.terraz/pamhyr/
cd pamhyr

# Install dependencies
pip3 install -r requirements.txt

# Run pamhyr
./src/pamhyr.py