Fabian Neumann

Results 180 issues of Fabian Neumann

The start-up and shut-down variables are defined as binary variables and calculated from the difference of two adjacent status variables, which are also binary. It would be sufficient to define...

Start up and shut down variables are now initialised as continuous variables with bounds [0,1] instead of as binary variables. They can already only take the values 0 or 1...

- add unit tests - add functionality to group by investment period

Up for discussion. PR #208 added the `unit` as an attribute to the Bus component. Currently, any unit conversions are handled in the efficiency attributes of links. For example, ```py...

needs discussion

Currently, cost attributes `capital_cost` and `marginal_cost` always refer to `bus0`. In the same way, `efficiencyX` refers to the output of `busX` per `bus0`. It has been suggested a couple of...

### Headline Add option for `n.plot()` to return an animation over snapshots as a video. ### User Interface Details to be fleshed out, but it could work like this: The...

Generators and links already support unit commitment constraints (ramping, start-up, shut-down). This could be expanded to storage units (i.e. their power dispatch variables).

### Version Checks (indicate both or one) - [ ] I have confirmed this bug exists on the lastest [release](https://github.com/pypsa/pypsa/releases) of PyPSA. - [x] I have confirmed this bug exists...

This will break on windows. Need to save to a different file and then replace the file_path after closing ds. _Originally posted by @coroa in https://github.com/PyPSA/pypsa-eur/pull/1675#discussion_r2477575043_

Required follow-up to #1675. ``` rule retrieve_seawater_temperature rule retrieve_hera_data_test_cutout rule retrieve_hera_data rule retrieve_bidding_zones ``` See https://github.com/open-energy-transition/pypsa-eur/pull/67/