# 运行模型并可视化其输出

请观看视频了解更多详情。

{% embed url="<https://www.youtube.com/watch?v=Eknj7-lOYEE#t=4m29s>" %}

点击 **运行模型** 图标 ![](/files/CY2TKai9REnRXOVK4JSC)，选择 **运行 Pywr** 然后点击 **提交**。

<figure><img src="/files/8d1ywqMZzcXzSlwezb2l" alt=""><figcaption></figcaption></figure>

该模型将提交到云端运行。

您将看到 “运行” 菜单中出现 “运行”。

蓝丝带表示跑步正在运行。

<figure><img src="/files/fwpeXgAQjOWLx6UTbH06" alt=""><figcaption></figcaption></figure>

黄丝带表示 Run 正在排队

<figure><img src="/files/9kIuuqB9QW02Z26HBX4h" alt=""><figcaption></figcaption></figure>

绿丝带表示跑步已成功完成

<figure><img src="/files/pBuDzVw88iVEhDs4lEfo" alt=""><figcaption></figcaption></figure>

\_\_红丝带表示运行已因错误而终止。

<figure><img src="/files/MsG61F2R9vqqquWZVcg3" alt=""><figcaption></figcaption></figure>

单击功能区会打开一个包含运行日志的窗口。如果出现错误，回溯信息将出现在底部，可用于帮助确定 Run 出现错误的原因。

<figure><img src="/files/bVeeZxW9pcl5BgdIK9Xi" alt=""><figcaption></figcaption></figure>

模型成功运行后，您可以单击各个节点来检查其时间序列输出。在这种情况下，主要输出属性是 “模拟流”。

双击感兴趣的节点。“模拟\ \_flow” 将在 “输出” 部分下可用，单击 “编辑” 按钮 ![](/files/QDhJJA6Jaw0523Ej9hcl)以查看结果。单击 “需求” 节点，即右侧的节点。

<figure><img src="/files/MF5Jr7EbCWsqkYOqdJH3" alt=""><figcaption></figcaption></figure>

首先出现一个时间序列表：

<figure><img src="/files/wRTFfdZtck0C3mMzMnHf" alt=""><figcaption></figcaption></figure>

点击 **剧情** 查看时间序列图。

<figure><img src="/files/ryiklhEBvYHQwLj8hge1" alt=""><figcaption></figcaption></figure>

由于需求节点的最大\ \_flow 设置为 0，因此该节点中没有流量。

在下一个流程中，我们将创建一个新场景并更改需求节点的最大\ \_flow。

代表河流出口的下游输出节点上的模拟流量是多少？

<figure><img src="/files/xspVq26jsjjhZAqIbleq" alt=""><figcaption></figcaption></figure>


---

# 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://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jiao-cheng/creating-and-running-a-simple-model/creating-and-running-a-model/running-the-model-and-visualizing-its-outputs.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.
