Go to file
Pierre-Antoine Rouby 1bd05ee1c2 Merge branch 'master' of gitlab-ssh.irstea.fr:theophile.terraz/pamhyr 2024-01-26 17:02:09 +01:00
doc Merge branch 'master' of gitlab-ssh.irstea.fr:theophile.terraz/pamhyr 2024-01-26 17:02:09 +01:00
packages doc: users: Tuto: Add context pdf and '.pamhyr' files. 2024-01-24 17:12:55 +01:00
src Geometry: Fix plot update at meshing. 2024-01-26 15:40:35 +01:00
tests_cases tests cases: Add Enlargement test case study. 2023-09-15 11:04:58 +02:00
tools tools: Minor change. 2023-08-22 11:43:03 +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 doc: users: Tuto: Add context pdf and '.pamhyr' files. 2024-01-24 17:12:55 +01:00
.gitmodules git: Remove submodule mage. 2023-08-07 13:39:33 +02:00
AUTHORS About: Add AUTHORS files and authors list into about window. 2023-07-31 10:26:35 +02:00
LICENSE LICENSE: Add LICENSE file and files headers. 2023-08-01 16:57:55 +02:00
README.md README: Update install from source. 2024-01-23 10:31:31 +01:00
VERSION About: Update about window and add VERSION file. 2023-07-28 09:59:26 +02:00
full-requirements.txt git: Add pip requirements. 2023-11-20 16:35:32 +01:00
requirements.txt git: Add pip requirements. 2023-11-20 16:35:32 +01: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

Downloads the last realease GNU/Linux binary archive.

tar xf pamhyr-gnulinux.tar.xz
cd pamhyr
./Pamhyr2

Windows

Downloads the last realease Windows installer or ZIP archive.

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