pypsa-eur/scripts
martavp b98235c1f1 Allow specifying an option to alter the capital cost of carriers by a factor indicated in the config file, eg: solar+c0.5
This is almost a direct copy PyPSA-Eur #167
https://github.com/PyPSA/pypsa-eur/pull/167

A factor altering the maximum capacity (p_nom_max) can also be specified by e.g. solar+p3

One should be careful when using this for solar because the factor is applied to all the generators whose carrier includes the string 'solar' (i.e., it is applied to both utility and rooftop solar)

I would suggest implementing 'solar utility' and 'solar rooftop' as carriers, since this can be useful for other selecting processes. Is there is any reason for keeping 'solar' as a carrier for 'solar utility'?

The previous way of increasing maximum capacity via the config file (e.g 'solar3') is still present in the code.
2021-01-04 10:13:30 +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 Adapt nomenclature from "YearCommissioned" to "DataIn" 2020-12-26 17:47:32 +01:00
build_ammonia_production.py Separate ammonia from other "Basic chemicals" 2020-08-28 19:13:18 +02:00
build_biomass_potentials.py Fix unicode error due to dash before sawdust 2020-12-30 12:14:08 +01: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 build_eea_co2() now reads version23 of UNFCCC inventory. 2020-12-29 11:31:00 +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 Calculate and save cumulative costs for the myopic approach 2020-12-30 15:56:34 +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 Replace gas and solid biomass CHP CCS with CHP + DEA CC 2020-12-09 16:38:49 +01:00
prepare_sector_network.py Allow specifying an option to alter the capital cost of carriers by a factor indicated in the config file, eg: solar+c0.5 2021-01-04 10:13:30 +01:00
solve_network.py Make explicit solver_dir=tmpdir 2020-12-28 15:39:05 +01:00