Go to file
Pierre-Antoine Rouby 9f2b81d385 pep8: Fix code format for model. 2023-10-11 11:47:09 +02:00
doc git: Update gitignore. 2023-10-10 09:51:57 +02:00
packages ci: Fix windows exe generator script. 2023-10-10 09:30:40 +02:00
src pep8: Fix code format for model. 2023-10-11 11:47:09 +02: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 git: Update gitignore. 2023-10-10 09:51:57 +02:00
.gitlab-ci.yml ci: Add pep8 test job. 2023-10-11 11:12:32 +02:00
.gitmodules
AUTHORS
LICENSE
README.md pamhyr: Update README. 2023-09-15 14:10:56 +02:00
VERSION
requirements.txt doc: Disactive documentation display in Pamhyr2 for lighter packages. 2023-10-11 10:40:58 +02:00
tags.sh

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
  • Generate initial conditions
  • Edit river sedimentary layers
  • Save the study in a unique file
  • Run Mage 8 on a study and visualize results

Install

GNU/Linux

Downloads last realease GNU/Linux binary archive.

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

Windows

Downloads last realease Windows installer.

From source code

# Get 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