Skip to main content

Hydraulic model verification. Hydrata.

Validate. Verify. Comply. Communicate.

The verification platform that lets consultants prove, with evidence, that their hydraulic models are right.

Defensible flood modelling

Create your account

Designed by engineers, for engineers. Verification supported for HEC-RAS and ANUGA, validated against 30+ benchmark problems.

Create Account

Existing User

What we do

Validate

Mass-balance audit, mesh-quality assessment, parameter sensitivity. Catch the issues a reviewer would catch, before the model leaves your office.

Verify

Bring your existing HEC-RAS or ANUGA model. Get a signed advisory PDF in 5 working days, with every check traceable to its evidence.

Comply

Jurisdiction-checklist comparison against your design criteria. Every item ticked, every tick linked to its source.

Communicate

Live web portal. Reviewers drop comments tied to the geospatial context of the model, not as generic input-variable changes that ripple across the project.

When your models disagree, the answer is in the inputs. We find it.


How It Works

1

Upload

Share your model — HEC-RAS .zip or ANUGA project.

2

Audit

We run model-ingest review, mass-balance audit, mesh-quality assessment, parameter-sensitivity check, and jurisdiction-checklist comparison.

3

Deliver

Signed advisory PDF, raw outputs, and a live web portal your reviewer can comment on in context. Five working days, end to end.


Who Uses Hydrata

Consultancies

You're submitting to an owner's engineer or independent reviewer. Provide the documentation. It gets you approval on the first cycle.

Local authorities & reviewers

You retain regulatory responsibility but don't have in-house flood capability. Outsource technical review for stormwater and floodplain consultants serving municipal clients. Keep the audit trail.

Dam owners & water utilities

Multi-dam systems, PMP studies, spillway capacity, dam-break inundation. Independent verification of your hydrologic and hydraulic models, with the audit trail to back it up.

Researchers (ANUGA + Python)

Run ANUGA in the cloud, no infrastructure required. Free tier, open-source codebase.


Developer tools

Hydrata exposes a Model Context Protocol endpoint so AI assistants can query verification jobs directly.

Show example: Claude Code connecting to the Hydrata MCP
Claude Code + Hydrata MCP
# Connect your AI assistant to Hydrata
$ claude mcp add hydrata https://hydrata.com/mcp/ \
    --transport streamable-http --header "Authorization: Bearer $HYDRATA_TOKEN"

> Create a flood model for Merewether, NSW using a 5m DEM
  Tool: create_project("Merewether Flood Study")           OK
  Tool: upload_dem(project_id=42, file="merewether_5m.tif")  OK
  Tool: create_scenario(friction=0.03, rainfall="100yr_6hr") OK
  Tool: run_simulation(scenario_id=87)                      OK
  Tool: get_results(run_id=201)                             OK

  Simulation complete. Peak depth: 1.42m at outlet.
  Results: https://hydrata.com/catalogue/merewether-flood-depth-201