# 季节性虚拟存储节点

## 一般描述

这个 **季节性虚拟存储节点** 是一种虚拟的 storage node，仅在一年内的指定时间段内运营。

此节点对于表示仅在指定时间段内强制执行的许可证最有用。这个 *重置\_天* 和 *重置\_月* 参数表示节点何时开始运行以及 *结束\_天* 和 *结束\_月* 当它停止运行时。在节点不运行期间，节点的体积保持不变，并且该节点不对模型施加任何约束。

结束\_一天和一天结束\_月可以表示重置年份中较早的日期\_天和重置\_月。这种情况代表许可证的有效期为一年.例如，一个在 10 月到 3 月之间处于活动状态但在 4 月到 9 月之间不活跃的产品。[API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.SeasonalVirtualStorage.html)。

## 主要属性

。

<table><thead><tr><th width="167.33333333333331">姓名</th><th width="384">描述</th><th>必填项</th></tr></thead><tbody><tr><td>重置_day</td><td>节点开始运行且其音量重置为初始值或最大音量的月中某一天（0-31）</td><td></td></tr><tr><td>需要</td><td></td><td></td></tr><tr><td>重置_月</td><td>一年中节点开始运行且其音量重置为初始值或最大音量的月份（0-12）。</td><td>必填项</td></tr><tr><td>重置_到_初始的_音量</td><td>将音量重置为初始音量而不是每年的最大音量（默认为 False）</td><td>必填</td></tr><tr><td>结束_天</td><td>节点停止运行的月份中的某一天（0-31）</td><td>必填项</td></tr><tr><td>end_month</td><td>节点停止运行的一年中的月份（0-12）</td><td>必填项</td></tr></tbody></table>

## 例子

即将推出...


---

# 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/node-types/water-storage/seasonalvirtualstorage-node.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.
