Zum Inhalt

WorldQual Lite Dokumentation

WorldQual Lite ist eine vereinfachte Python-Implementierung des WorldQual-Wasserqualitätsmodells. Das Modell berechnet monatliche und jährliche Gesamtphosphor-Frachten (TP) auf Einzugsgebietsebene.

Nützliche Links: Quellcode | WorldQual Vollversion


Schnellstart

git clone https://github.com/Leon-Muehlenbruch/WorldQualLite.git
cd WorldQualLite
pip install -r requirements.txt
python3 run.py           # Beispiellauf (Möhne, DE, 2000)
python3 run.py --check   # Nur Konfiguration prüfen

Ein funktionsfähiger Beispieldatensatz (data/sample_run/) ist im Repository enthalten. Siehe Eingabedaten für Details zur Datenstruktur.


Ursprünglicher Autor: Ammanuel Tilahun Dokumentation & Aufbereitung: Leon Muehlenbruch