> For the complete documentation index, see [llms.txt](https://directed-eu.gitbook.io/data-fabric-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://directed-eu.gitbook.io/data-fabric-manual/model-documentation/dtu-damage-cost-model.md).

# DTU Damage-Cost Model

### Description

The DamageCost model maintained by the Technical University of Denmark is designed to estimate and assess the economic impacts of urban pluvial floods (Halsnæs, et al., 2023). It utilizes traditional depth-damage functions to assess relationships between damage severity to assets and flood depth. It does not inherently simulate the movement or behaviour of water.&#x20;

### Model Specifications

| Model Specifications          | Description                                                                                                                                                                                                                                                                                                                                                                           |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Model Type                    | Deterministic model, producing economic loss estimates based on fixed parameters.                                                                                                                                                                                                                                                                                                     |
| Associated Probability Method | Provides probability estimates to determine expected costs and benefits, based on historical data and modelling of potential scenarios which form the baseline for calculations.                                                                                                                                                                                                      |
| Spatial Resolution            | Can vary from coarse (100m-1km) to very fine (1-10m) (dependent on the resolution of the flood model data, land use data, and infrastructure data).                                                                                                                                                                                                                                   |
| Intensity Parameters          | Typically considers flood depth, flood duration, extent, flood velocity, frequency and return period, flood type                                                                                                                                                                                                                                                                      |
| Other Inputs                  | Infrastructure values, historical damage data, land use and zoning.                                                                                                                                                                                                                                                                                                                   |
| Calibration and Validation    | Using empirical data and statistical methods, typically involving historical flood data (depth, duration, extent, and economic damage incurred). Can also be calibrated based on field observations. Calibration of economic damage estimates should be adjusted to local economic conditions (cost of materials, property values), and compared with previous losses from flooding). |
| Effects of Climate Change     | Yes (requires further model inputs and the incorporation of climate scenarios).                                                                                                                                                                                                                                                                                                       |

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://directed-eu.gitbook.io/data-fabric-manual/model-documentation/dtu-damage-cost-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
