Commit 3d844c3
committed
Allow a storage unit to be energy neutral over its EnergyType period
eESSInventory links a unit's inventory to its own past and bounds it, but
nothing requires it to end a period where it started. For a store that is the
right default. For demand-side management it is not: shifted consumption is
meant to be recovered within a window, not displaced across the horizon, and a
unit ending each day away from where it started quietly relaxes the shifting it
represents.
eMinimumEnergy and eMaximumEnergy already bound the energy a unit produces over
an EnergyType period, using the same window. They cannot express neutrality,
because they compare output against an exogenous profile whereas neutrality ties
output to charge, and the level the two must agree on is decided by the
optimisation rather than given.
This reuses that period rather than introducing a second way to say daily or
weekly: EnergyNeutrality opts a unit in, EnergyType sets the block. Both columns
are optional and default to off, so cases written before them load unchanged.1 parent 363b61c commit 3d844c3
3 files changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
521 | 524 | | |
522 | 525 | | |
523 | 526 | | |
| |||
618 | 621 | | |
619 | 622 | | |
620 | 623 | | |
| 624 | + | |
| 625 | + | |
621 | 626 | | |
622 | 627 | | |
623 | 628 | | |
| |||
1113 | 1118 | | |
1114 | 1119 | | |
1115 | 1120 | | |
| 1121 | + | |
| 1122 | + | |
1116 | 1123 | | |
1117 | 1124 | | |
1118 | 1125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
384 | 388 | | |
385 | 389 | | |
386 | 390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
314 | 333 | | |
315 | 334 | | |
316 | 335 | | |
| |||
0 commit comments