Go to file
Pierre-Antoine Rouby 47bcf8a748 trans: Update name PAMHYR to Pamhyr2 and minor change. 2023-09-19 14:06:14 +02:00
doc/paper/2023/simhydro paper: Minor change (included figure size and position). 2023-09-15 09:52:14 +02:00
packages trans: Update name PAMHYR to Pamhyr2 and minor change. 2023-09-19 14:06:14 +02:00
src trans: Update name PAMHYR to Pamhyr2 and minor change. 2023-09-19 14:06:14 +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: Minor change. 2023-07-05 11:30:28 +02:00
.gitlab-ci.yml ci: Fix pipeline. 2023-09-13 15:40:40 +02: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 pamhyr: Update README. 2023-09-15 14:10:56 +02:00
VERSION About: Update about window and add VERSION file. 2023-07-28 09:59:26 +02:00
requirements.txt pamhyr: Add package and installer build script. 2023-05-26 15:38:26 +02:00
tags.sh git: Add etag script. 2023-03-16 15:40:51 +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
  • 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