# 场景

WaterStrategy 中的场景允许用户通过调整模型的不同元素来模拟和探索各种水管理策略。它们为理解输入、假设或数据的变化如何影响不同条件下的结果提供了一个框架。

WaterStrategy 提供两种类型的场景来满足水管理建模中的各种需求：

1。 **WaterStrategy 场景：** 当用户需要在本地化或较小范围内调整特定行为、参数或数据时，可使用此类型。这些场景非常适合只需要调整模型的某些元素而不更改整个数据集的情况。它允许进行有针对性的修改，从而更容易测试系统内单个变更的影响。 2。 **PyWR 场景：** 这种情景类型旨在处理更复杂的案例，尤其是那些涉及不确定性的案例。它专门合并多个尺度的数据，允许对不同的变量进行全面评估。这种方法在处理不确定输入或对未来条件进行建模时特别有用，因为它使您能够探索不同的数据和假设组合会如何影响结果。


---

# Agent Instructions: 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://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/scenarios.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.
