pypsa-eur/scripts
Tom Brown 7abe928337 prepare_sector_network: Fix costs bug and carrier bug
In prepare_costs, you need the min_count=1 in the sum so that it
generates NaNs for missing data (rather than 0) so that NaNs can be
subsituted by .fillna in the next line. Otherwise many values
(discount rates and efficiencies for solar, wind) are set to zero.

Also added carriers, storage and generators for coal, nuclear and
oil. (This needs to be organized better soon so that the carriers are
defined in config.yaml.)
2020-07-29 15:50:40 +02:00
..
add_brownfield.py Group the generators existing before base year into categories and add them to the network as e.g. solar-2005, solar-2010, solar-2015 2020-07-18 11:22:30 +02:00
add_existing_baseyear.py Group the generators existing before base year into categories and add them to the network as e.g. solar-2005, solar-2010, solar-2015 2020-07-18 11:22:30 +02:00
build_biomass_potentials.py Add files via upload 2019-12-04 16:38:19 +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 Copy data preparation scripts from pypsa-eur sector branch 2019-04-16 16:03:51 +02:00
build_energy_totals.py Include light-rail and high-speed-rail in "electricity rail" 2019-07-19 10:19:21 +02: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_per_country.py Catch process emissions from feedstock for industry demand script 2019-12-19 17:49:45 +01:00
build_industrial_demand.py Split industrial demand across nodes by population 2019-07-18 15:55:58 +02:00
build_industry_sector_ratios.py Account for chemical industry process emissions more carefully 2019-12-18 09:45:14 +01:00
build_population_layouts.py config.yaml: Remove unnecessary settings 2020-04-30 18:38:55 +02: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 simplify make_summary and plot_summary since now overnight also includes planning_horizons and carbon_budget_name 2020-07-08 16:35:50 +02:00
plot_network.py Fixed for PyPSA-Eur 0.1.0, PyPSA 0.17.0 and plotting 2020-04-29 18:23:18 +02:00
plot_summary.py simplify make_summary and plot_summary since now overnight also includes planning_horizons and carbon_budget_name 2020-07-08 16:35:50 +02:00
prepare_sector_network.py prepare_sector_network: Fix costs bug and carrier bug 2020-07-29 15:50:40 +02:00
solve_network.py Add conditional use of add_land_use_constraint (only for config['foresight']='myopic') 2020-07-08 16:32:17 +02:00