> 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/espanol/conceptos-basicos-de-modelado/node-types/water-storage/rollingvirtualstorage-node.md).

# Nodo de almacenamiento virtual rodante

## Descripción general

El **Nodo Rolling VirtualStorage** es un storage node virtual rodante útil para implementar licencias móviles. [API Referencia](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.RollingVirtualStorage.html).

Notas:

TODO: La propiedad de coste no se respeta actualmente. Consulte el número #242.

## Atributos principales

volumen\_volumen

<table><thead><tr><th width="180.33333333333331">Nombre</th><th width="318">Descripción</th><th>Necesario</th><th></th></tr></thead><tbody><tr><td>penalización de asignación</td><td>El costo por unidad fluye a través del nodo</td><td>Opcional</td><td></td></tr><tr><td>nodos</td><td>Lista de nodos de entrada y salida que afectan al volumen de almacenamiento</td><td>Necesario</td><td></td></tr><tr><td>min_</td><td></td><td></td><td></td></tr><tr><td>El volumen mínimo que puede alcanzar el almacenamiento</td><td></td><td></td><td></td></tr><tr><td>Máximo</td><td>opcional</td><td>El volumen máximo del almacenamiento</td><td>Obligatorio, el valor predeterminado es 0 si no se introduce</td></tr><tr><td>volumen_inicial</td><td>El volumen de almacenamiento inicial</td><td>Se requiere uno</td><td></td></tr><tr><td>factores</td><td>Lista de factores por los que multiplicar el flujo de nodos. Los factores positivos eliminan el agua del almacenamiento, los factores negativos la eliminan.</td><td>Opcional</td><td></td></tr><tr><td>pasos de tiempo</td><td>El número de intervalos de tiempo que se deben aplicar al almacenamiento continuo</td><td>Necesario</td><td></td></tr><tr><td>días</td><td>El número de días para aplicar el almacenamiento continuo. Especificar un número de días (en lugar de un número de intervalos de tiempo) solo es válido en los modelos que utilizan un intervalo de tiempo con una frecuencia diaria</td><td>Necesario</td><td></td></tr></tbody></table>

## Ejemplos

próximamente...


---

# 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/espanol/conceptos-basicos-de-modelado/node-types/water-storage/rollingvirtualstorage-node.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.
