lisazeyen
lisazeyen
## Checklist - [x] I am using the current [`master`](https://github.com/pypsa/pypsa/tree/master) branch ## Describe the Bug If one runs the lopf and adds afterwards components to the network and rerun the...
Closes #371 . ## Changes proposed in this Pull Request This PR should add an additional column to all components with capital costs. The capital costs are still including FOM...
## Describe the feature you'd like to see *Please give a clear and concise description and provide context why the feature would be useful.* *Also, we'd appreciate any implementation ideas...
## Split capital cost in FOM + investment cost Instead of combining fixed operationand maintenance (FOM) plus annualised investment costs in one attribute, currently called `capital_cost`, split them into 2...
saving the extra functionality in the pypsa network (maybe as a string?) ## Describe the feature you'd like to see *Please give a clear and concise description and provide context...
## Checklist - [x] I am using the current [`master`](https://github.com/PyPSA/pypsa-eur/tree/master) branch or the latest [release](https://github.com/PyPSA/pypsa-eur/releases). Please indicate. - [x] I am running on an up-to-date [`pypsa-eur` environment](https://github.com/PyPSA/pypsa-eur/blob/master/envs/environment.yaml). Update via `conda...
## Update turbine / hub height assumptions of offshore wind Update turbine types and hub heights for offshore wind. Cost assumptions are taken from [DEA March 2022](https://ens.dk/sites/ens.dk/files/Analyser/technology_data_catalogue_for_el_and_dh.pdf) release, one could...
Add existing waste plants from powerplantmatchting to the brownfield optimisation
This PR should add two more options to aggregate the network temporally: (1) aggregate timeseries to representative snapshots with e.g. `25sn` as `sector_opts` would results in taking every 25th snapshot...
This PR should add the functionality to optional cluster residential and service heat buses. This saves especially for larger networks memory. Tackles issue #215