Skip to main content

SYMFLUENCE

SYnergistic Modelling Framework for Linking and Unifying Earth-system Nexii for Computational Exploration

PyPI version Python 3.11+ License: GPL v3 Documentation Build Status Tests


Overview

SYMFLUENCE is a computational environmental modeling platform that streamlines the hydrological modeling workflow—from domain setup to evaluation. It provides an integrated framework for multi-model comparison, parameter optimization, and automated workflow management across spatial scales.


Quick Links


Installation

pip install symfluence

After installation, install external model binaries:

symfluence binary install

For development setup (editable install / bootstrap) and all other install methods — Docker, conda, npm, uv, HPC modules — see the installation guide.


Quick Start

Basic CLI Usage

# Show options
symfluence --help

# Run full workflow
symfluence workflow run --config my_config.yaml

# Run specific steps
symfluence workflow steps setup_project calibrate_model

# Define domain from pour point
symfluence project pour-point 51.1722/-115.5717 --domain-name MyDomain --definition delineate

# Check workflow status
symfluence workflow status

# Validate configuration
symfluence config validate --config my_config.yaml

First Project

# Initialize project from template
symfluence project init

# Or copy template manually
cp src/symfluence/resources/config_templates/config_template.yaml my_project.yaml

# Run setup
symfluence workflow step setup_project --config my_project.yaml

# Run full workflow
symfluence workflow run --config my_project.yaml

Python API

For programmatic control or integration:

from pathlib import Path
from symfluence import SYMFLUENCE

cfg = Path('my_config.yaml')
symfluence = SYMFLUENCE(cfg)
symfluence.run_individual_steps(['setup_project', 'calibrate_model'])

Configuration

YAML configuration files define:

  • Domain boundaries and discretization
  • Model selection and parameters
  • Optimization targets
  • Output and visualization options

See src/symfluence/resources/config_templates/config_template.yaml for a full example.


Project Structure

SYMFLUENCE/
├── src/symfluence/           # Main Python package
│   ├── core/                 # Core system, configuration, mixins
│   ├── cli/                  # Command-line interface
│   ├── tui/                  # Terminal user interface
│   ├── gui/                  # Graphical user interface
│   ├── agent/                # Agentic / assistant integration
│   ├── project/              # Project and workflow management
│   ├── data/                 # Data acquisition and preprocessing
│   ├── geospatial/           # Domain discretization and geofabric
│   ├── models/               # Model integrations (SUMMA, FUSE, GR, etc.)
│   ├── coupling/             # Model coupling
│   ├── optimization/         # Calibration algorithms (DDS, DE, PSO, NSGA-II)
│   ├── evaluation/           # Performance metrics and evaluation
│   ├── fews/                 # Delft-FEWS integration
│   ├── reporting/            # Visualization and plotting
│   └── resources/            # Configuration templates and base settings
├── examples/                 # Progressive tutorial examples
├── docs/                     # Sphinx documentation source
├── scripts/                  # Build and release scripts
├── tools/                    # NPM packaging and utilities
└── tests/                    # Unit, integration, and E2E tests

Branching Strategy

  • main: Stable releases only — every commit is a published version.
  • develop: Ongoing integration — merges from feature branches and then tested before release.
  • Feature branches: feat/<description>, PR to develop.

Contributing

See CONTRIBUTING.md for:

  • Code standards and testing
  • Branching and pull request process
  • Issue reporting

License

SYMFLUENCE is free and open-source software under GPL-3.0-or-later. See LICENSE for the full text.

Commercial and dual-licensing options are available for organizations that need alternative terms (proprietary integration, redistribution without copyleft obligations, or operational deployment support). See the licensing guide for details, or the full Licensing Policy. Inquiries: licensing@symfluence.org.


Happy modelling! The SYMFLUENCE Team

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

symfluence-0.9.2.tar.gz (3.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

symfluence-0.9.2-py3-none-any.whl (4.0 MB view details)

Uploaded Python 3

File details

Details for the file symfluence-0.9.2.tar.gz.

File metadata

  • Download URL: symfluence-0.9.2.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for symfluence-0.9.2.tar.gz
Algorithm Hash digest
SHA256 648553a796ce577617b1262aa6310ac62ea7e2d023b47346cb80fc5d8b6eeec8
MD5 81d8b8f1d0829d2bcbaf5f2898f7b2cc
BLAKE2b-256 6da91ba957c6f2d93da58f66df7f239432a8ceb041664b8218331e2366957d5f

See more details on using hashes here.

File details

Details for the file symfluence-0.9.2-py3-none-any.whl.

File metadata

  • Download URL: symfluence-0.9.2-py3-none-any.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for symfluence-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 52c73ce6b8eacf7d47eccd17e99ed0077ac87a4ddc7ebf13f85b35ecb77093bf
MD5 4fca1659a6c0651b5076e3762e5b0cc0
BLAKE2b-256 765f9219ce660cf3705f55e8a2eed2f6fc46ea1a478800d9c81606e0c87a81d1

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.9.2 This release

2 files

0.9.1

2 files

0.9.0

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.7.11

2 files

0.7.10

2 files

0.7.9

2 files

0.7.8

2 files

0.7.7

2 files

0.7.6

2 files

0.7.5

2 files

0.7.4

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.1

2 files

0.6.0

2 files

0.5.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page