Fabian Neumann

Results 120 issues of Fabian Neumann

https://snakemake.readthedocs.io/en/latest/getting_started/migration.html - [x] adjustment of `_helpers.mock_snakemake()` function to new API - [x] use of new storage plugins for remote files (https://snakemake.readthedocs.io/en/latest/snakefiles/storage.html#storage-support) - [ ] verify cluster integration - [ ]...

https://github.com/PyPSA/pypsa-eur-sec/pull/189 closes #582

https://github.com/PyPSA/pypsa-eur-sec/pull/288

There are ~300 lines which are under construction (under_construction = True and num_parallel = 0), which leads to unwanted zeros in the DLR time series here: https://github.com/PyPSA/pypsa-eur/blob/1b88dc7660767099f49e58eaa778583a74defaba/scripts/build_line_rating.py#L126 Is there a...

bug

The config file for the sector-coupled model has somewhat organically grown. It would be good to give it a little more structure and documentation. For example, the `sector:` section could...

low priority

#637 added new config entries which are currently undocumented. These should be added to - https://github.com/PyPSA/pypsa-eur/blob/master/doc/configtables/sector.csv - https://github.com/PyPSA/pypsa-eur/blob/master/doc/configtables/costs.csv ```yaml sector: co2_sequestration_lifetime: 50 limit_max_growth: enable: false # allowing 30% larger than...

enhancement

Look at for function \eta(T): - ERAA - VCE WisDOM technical documentation Find out what current efficiencies refer to. https://www.wartsila.com/energy/learn-more/technology-comparison-engine-vs-aero/combustion-engine-vs-gas-turbine-derating-due-to-ambient-temperature#:~:text=This%20reduces%20the%20output%20of,the%20type%20of%20gas%20turbine

enhancement

(x - yd - ze below) > I've already added this in a test, but the effect is small. WtE plants are expensive and only built if waste is forced...

high priority

https://github.com/PyPSA/pypsa-eur-sec/pull/264

enhancement

Implement endogenous fuel choice in shipping between Fischer-Tropsch, fossil oil, methanol, ammonia, LH2. Given little representation spatial distribution of shipping demand (currently population-weighted): - Option A: research all the ports...