Create Account
Model floods in the browser.
Build and run hydraulic models on the platform. Shared models are free — make one private anytime.
Verified by independent chartered engineers.
Create your accountCreate Account
Import topography, draw boundaries, and build a 2D hydraulic model in the browser. No local install required.
Execute ANUGA simulations in the cloud. Results appear in the live portal as the run completes.
Shared models are discoverable by default. Make a model private anytime — your data, your choice.
Need an independent sign-off? A chartered-engineer verification is available as an add-on engagement.
Build and run 2D hydraulic models in the browser. Shared models are free — discoverable by the community. Make any model private when your project requires it.
Import topography, draw boundaries, configure scenarios — no local install, no infrastructure to manage.
Submit a simulation and watch results appear in the live portal as the run completes. Raw outputs downloadable at any time.
Shared models are the default: discoverable by the community. Upgrade to Private models when confidentiality matters.
Talk to us about an engagement. A Hydrata analyst runs the verification on your model and delivers a chartered-engineer sign-off in a live review portal. Independent third-party review.
Talk to us about an engagementImport topography and draw your model boundaries in the browser. Add scenarios and configure friction and rainfall parameters.
Submit a simulation. ANUGA runs in the cloud and streams results back to your live portal — no local compute required.
Shared models are discoverable by the community. Switch a model to Private anytime — your data stays under your control.
Hydrata runs the unmodified ANUGA solver (Geoscience Australia / ANU) with no proprietary modifications. The same model run twice produces the same result. Every run input is recorded and traceable, so any reviewer can reproduce the verification.
You're submitting to an owner's engineer or independent reviewer. Provide the documentation. It gets you approval on the first cycle.
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.
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.
Model and run ANUGA in the cloud, no infrastructure required. Share your models with the community or keep them private.
The Hydrata run engine is open source. Runs on the platform produce identical results to running the same ANUGA version locally: no proprietary modifications, no black-box processing. Any reviewer can reproduce a result from the recorded inputs.
Hydrata exposes a Model Context Protocol endpoint so AI assistants can query verification jobs directly.
# 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