.dockerignore
.gitignore
.markdownlintignore
.pre-commit-config.yaml
.zenodo.json
Dockerfile
LICENSE
README.md
docker-compose.yaml
mkdocs.yml
model_file.yaml
pyproject.toml
requirements-demos.txt
requirements-dev.txt
requirements-doc.txt
requirements.txt
.github/workflows/ci.yml
.github/workflows/draft-pdf.yml
.github/workflows/publish.yml
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
docs/component-library.md
docs/create_class_page.py
docs/dafni.md
docs/how-to.md
docs/index.md
docs/installation.md
docs/reference-arc.md
docs/reference-core.md
docs/reference-land.md
docs/reference-model.md
docs/reference-nodes.md
docs/reference-other.md
docs/reference-sewer.md
docs/reference-storage.md
docs/reference-wtw.md
docs/reference.md
docs/tutorials.md
docs/wsimod-cli.md
docs/wsimod_models.md
docs/demo/data/processed/arcs.geojson
docs/demo/data/processed/nodes.geojson
docs/demo/data/processed/timeseries_data.csv
docs/demo/data/raw/39008_cdr.csv
docs/demo/data/raw/39008_gdf.csv
docs/demo/data/raw/39021_gdf.csv
docs/demo/data/raw/39034_gdf.csv
docs/demo/data/raw/39140_gdf.csv
docs/demo/data/raw/CEHThamesInitiative_WaterQualityData_2009-2013.csv
docs/demo/data/raw/mixer_wims_val.csv
docs/demo/data/raw/points_locations.geojson
docs/demo/examples/quickstart_demo.yaml
docs/demo/images/oxford.svg
docs/demo/images/schematic.svg
docs/demo/scripts/customise_a_node.py
docs/demo/scripts/customise_an_arc.py
docs/demo/scripts/customise_interactions.py
docs/demo/scripts/customise_riverreservoir.py
docs/demo/scripts/land_demo.py
docs/demo/scripts/oxford_demo.py
docs/demo/scripts/quickstart_demo.py
docs/images/wsimod_logo_png.png
docs/paper/apa.csl
docs/paper/paper.bib
docs/paper/paper.md
docs/stylesheets/extra.css
tests/__init__.py
tests/run_all_tests.py
tests/test_arcs.py
tests/test_catchment.py
tests/test_core.py
tests/test_demand.py
tests/test_distribution.py
tests/test_example_files.py
tests/test_land.py
tests/test_model.py
tests/test_nodes.py
tests/test_sewer.py
tests/test_storage.py
tests/test_tutorials.py
tests/test_wtw.py
wsimod/__init__.py
wsimod/__main__.py
wsimod/validation.py
wsimod.egg-info/PKG-INFO
wsimod.egg-info/SOURCES.txt
wsimod.egg-info/dependency_links.txt
wsimod.egg-info/entry_points.txt
wsimod.egg-info/requires.txt
wsimod.egg-info/top_level.txt
wsimod/arcs/__init__.py
wsimod/arcs/arcs.py
wsimod/core/__init__.py
wsimod/core/constants.py
wsimod/core/core.py
wsimod/demo/__init__.py
wsimod/demo/create_oxford.py
wsimod/nodes/__init__.py
wsimod/nodes/catchment.py
wsimod/nodes/demand.py
wsimod/nodes/distribution.py
wsimod/nodes/land.py
wsimod/nodes/nodes.py
wsimod/nodes/nutrient_pool.py
wsimod/nodes/sewer.py
wsimod/nodes/storage.py
wsimod/nodes/waste.py
wsimod/nodes/wtw.py
wsimod/orchestration/__init__.py
wsimod/orchestration/model.py