> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/water-resource-system-modeling.md).

# 水资源系统建模？

为了了解水系统当今的表现并评估未来变化的影响，规划人员建立了水资源系统模型。

水资源系统可以是小型的，例如城市及其供水来源，也可以是大型的，例如拥有许多不同河流、水基础设施资产和用水者的国家。无论你是想评估当前水源的可靠性，还是在合理的未来条件下评估新的干预措施，这样的计算机模型都有助于跟踪整个系统（空间）和一段时间内的水资源。

给定有关水文流量和气候、用水需求和使用以及水资源管理规则和分配的数据，水系统模型会输出每个建模位置和时间步的水流量和体积。汇总这些结果后，它们可以准确地反映出不同的水资源干预措施（水政策或基础设施的变化）可能会如何发挥作用。

{% embed url="<https://www.youtube.com/watch?v=zG1a9E5nXiQ>" %}
什么是水资源系统模型？
{% endembed %}


---

# 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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/water-resource-system-modeling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
