pypsa-eur/scripts
Tom Brown 098281b432 Correct central CHP from extraction to back pressure
The assumptions for c_b and c_v and eta were arranged assuming
extraction plants (like the coal CHP in DEA).

However, if you look in DEA assumptions at "09b Wood Pellets Medium"
(used for solid biomass CHP) and "Gas turbine simple cycle (large)"
(used for gas CHP) they are not extraction plants but back pressure
plants.

The back pressure coefficient in DEA c_b is simply

c_b = name plate electricity efficiency / name plate heat efficiency

both measured when both heat and electricity are produced at maximum.

For the extraction plants, the efficiency was measured in condensation
mode, i.e. no heat production.
2020-12-07 12:32:53 +01:00
..
add_brownfield.py read config.yaml for testing with yaml.safe_load() 2020-09-22 09:32:24 +02:00
add_existing_baseyear.py prepare_costs: use default lifetime from config.yaml 2020-11-30 17:01:14 +01:00
build_ammonia_production.py Separate ammonia from other "Basic chemicals" 2020-08-28 19:13:18 +02:00
build_biomass_potentials.py Merge pull request #68 from PyPSA/yaml_loader 2020-09-22 20:17:32 +02:00
build_clustered_population_layouts.py Fix bug due to invalid cluster bus region geometries 2020-05-07 14:45:14 +02:00
build_cop_profiles.py config: Move heat pump sink temp from script to config.yaml 2020-12-02 11:51:27 +01:00
build_energy_totals.py energy_totals: only fix 'BA' if in list of countries 2020-11-24 13:44:02 +01:00
build_heat_demand.py Fix bug due to invalid cluster bus region geometries 2020-05-07 14:45:14 +02:00
build_industrial_demand.py Merge pull request #68 from PyPSA/yaml_loader 2020-09-22 20:17:32 +02:00
build_industrial_distribution_key.py industry: separate code for distribution key from nodal production 2020-10-12 12:07:49 +02:00
build_industrial_energy_demand_per_country_today.py Add non-EU28 energy demand per country and sector for today 2020-09-07 19:12:47 +02:00
build_industrial_energy_demand_per_country.py Include integrated steelworks in industry_sector_ratio 2020-09-07 11:04:50 +02:00
build_industrial_energy_demand_per_node_today.py industry: add current nodal electricity demand to subtract later 2020-10-12 13:26:21 +02:00
build_industrial_energy_demand_per_node.py industry: add current nodal electricity demand to subtract later 2020-10-12 13:26:21 +02:00
build_industrial_production_per_country_tomorrow.py Make micro CHP optional, option to reduce non-NH3 basic chemicals 2020-10-28 18:21:28 +01:00
build_industrial_production_per_country.py Separate ammonia from other "Basic chemicals" 2020-08-28 19:13:18 +02:00
build_industrial_production_per_node.py industry: separate code for distribution key from nodal production 2020-10-12 12:07:49 +02:00
build_industry_sector_ratios.py For DRI+EAF route for primary steel, add electricity for DRI shaft 2020-09-07 17:23:31 +02:00
build_population_layouts.py config.yaml: Remove unnecessary settings 2020-04-30 18:38:55 +02:00
build_retro_cost.py make retro script work with newer version of pandas 2020-12-02 13:34:33 +01:00
build_solar_thermal_profiles.py Fix bug due to invalid cluster bus region geometries 2020-05-07 14:45:14 +02:00
build_temperature_profiles.py Fix bug due to invalid cluster bus region geometries 2020-05-07 14:45:14 +02:00
copy_config.py Switch to BDEW-based weekday/end space heating demand profiles 2019-08-07 19:08:06 +02:00
helper.py Fix bug due to invalid cluster bus region geometries 2020-05-07 14:45:14 +02:00
make_summary.py Replace large CHP 2-link feasibility diagram with single link 2020-12-07 10:48:24 +01:00
plot_network.py plot_network: Fix bugs in plotting of today's network 2020-10-28 18:47:28 +01:00
plot_summary.py Move CO2 budgets from data/co2_budget.csv to dict in config.yaml 2020-11-30 13:21:38 +01:00
prepare_sector_network.py Correct central CHP from extraction to back pressure 2020-12-07 12:32:53 +01:00
solve_network.py Replace large CHP 2-link feasibility diagram with single link 2020-12-07 10:48:24 +01:00