Johannes Dorfner
Johannes Dorfner
Commit 0257631280621f511041a9077cd30b0a27ac580f (in branch haag15) and following demonstrate how to represent distributed energy conversion processes. By being able to specify that certain process output commodities must meet a constant, but...
It has been pointed out to me that urbs right now is not doing _unit commitment_, but only _optimal dispatch_. (Also, _distributed_ energy systems is implying that it does not...
As the input data specification has grown very big over the years, a set of simple plausibility checks should be added, so that creating a new input file becomes a...
Just to not forget looking into it: constraint `def_startup_capacity_rule` states that the startup variable `startup_pro` must be greater or equal to the difference of online capacities of the current and...
If a process has a site's demand commodity as its input, it can be basically consumed without having been imported/transmitted/generated from anywhere else. **Actually** the problem lies deeper: it should...
The storage state equation `def_storage_state` (and an upcoming PR #52 for demand side management) assume(s) that time step labels are numeric and allow for arithmetic operations like: ``` def def_storage_state_rule(m,...
Right now, the cost function / the reported costs DataFrame by default only differentiates the broad cost types _Fix, Revenue, Startup, Variable, Purchase, Fuel,_ and _Investment_. In addition to that,...
I very much enjoy the overall look of this colour scheme, but had to disable it due to normal and bright colours being identical. This correcting commit 00eaad35db62b554094774d48e12f9fb3ba21775 makes me...
I'm coming from a question in pandas-dev/pandas-stubs#223 asking about where mypy complains about me using a `timedelta` as a "freq" argument to function `pandas.date_range`: > Argument "freq" to "date_range" has...
Transfer the redundancy feature from model [dhmin](https://github.com/tum-ens/dhmin). ### Feature overview in dhmin The relevant section in function `dhmin.create_model`, lines [111-126](https://github.com/tum-ens/dhmin/blob/8f062600afc5a78b059f300db1cb73954a940a60/dhmin.py#L111-L126): ``` python # timestep preparation if timesteps: # extend timesteps...