pywr.nodes.MonthlyVirtualStorage
- class pywr.nodes.MonthlyVirtualStorage(*args, **kwargs)
A virtual storage that resets after a given number of months
- Parameters:
- monthsint, default 1
The number of months after which the storage volume resets.
- initial_monthsint, default 0
The number of months into the reset period the storages is at when the model run starts.
- reset_to_initial_volumebool
Reset the volume to the initial volume instead of maximum volume each year (default is False).
- __init__(*args, **kwargs)
Methods
__init__(*args, **kwargs)after(self, Timestep ts, double[)before(self, Timestep ts)Called at the beginning of the timestep
check(self)commit(self, int scenario_index, double value)Called once for each route the node is a member of
commit_all(self, double[)Called once for each route the node is a member of
finalise_load()Finish loading a node by converting parameter name references to instance references.
finish(self)get_all_cost(self, double[)get_all_max_volume(self, double[)get_all_min_volume(self, double[)get_area(self, ScenarioIndex scenario_index)get_cost(self, ScenarioIndex scenario_index)Get the cost per unit flow at a given timestep
get_current_pc(self, ...)Return the current proportion of full of the storage node.
get_initial_pc(self)Returns the initial volume as a proportion.
get_initial_volume(self)Returns the absolute initial volume.
get_level(self, ScenarioIndex scenario_index)get_max_volume(self, ...)get_min_volume(self, ...)pre_load(model, data)Create a node instance from data.
reset(self)setup(self, model)Called before the first run of the model
Attributes
activeactive: 'bool'
allow_isolatedA property to flag whether this Node can be unconnected in a network.
areacommentcomment: str
component_attrscomponentsGenerator that returns all of the Components attached to the Node
costThe cost per unit increased in volume stored
current_pcCurrent proportion full.
domainfactorsflowTotal flow via this node in the current timestep
fully_qualified_namehas_fixed_costReturns true if cost is not a Parameter.
initial_volumeinitial_volume_pclevelmax_volumemin_volumemodelThe recorder for the node, e.g. a NumpyArrayRecorder.
nameName of the node.
nodesparentThe parent Node/Storage of this object.
prev_flowTotal flow via this node in the previous timestep
recordersReturns a list of pywr.recorders.Recorder objects attached to this node.
virtualvirtual: 'bool'
volume