Time-varying flow limit¶
Description¶
Set per-timestep variations in limits to out/inflows, which would otherwise be limited by a static value.
For example, flow_cap can be made to fluctuate per timestep above/below its rated value.
User-defined timeseries parameters need to be in the model inputs for these constraints.
This can be achieved by defining them for each relevant technology in a CSV file and loading that as a data table.
New indexed parameters:
flow_cap_max_relative_per_ts
YAML definition¶
parameters:
flow_cap_max_relative_per_ts:
description: The relative quantity of flow capacity used to limit generator outflow in each timestep.
default: 1
unit: $\frac{\text{energy}}{\text{power}}$.
constraints:
max_time_varying_flow_cap:
description: >
Limit flow out in each hour according to a time varying fractional limit
that is multiplied by the technology flow cap. This represents, for
instance, the impact of outdoor temperature on the maximum output of a
technology relative to its rated max output.
foreach: [nodes, techs, carriers, timesteps]
where: "flow_cap_max_relative_per_ts"
equations:
- expression: >
flow_out <=
flow_cap_max_relative_per_ts * flow_cap * flow_out_parasitic_eff