..
__init__.py
scenario-management: reenable shared resources, make shared resources wildcards dependent
2023-08-23 17:14:57 +02:00
_benchmark.py
update copyright years to 2024
2024-02-19 16:21:48 +01:00
_helpers.py
move prefix from Snakefile to get_dir function
2024-04-10 12:23:28 +02:00
add_brownfield.py
Fix component index error
2024-04-29 14:33:51 +02:00
add_electricity.py
[pre-commit.ci] auto fixes from pre-commit.com hooks
2024-04-29 11:32:24 +00:00
add_existing_baseyear.py
Fix double space in existing capacities
2024-04-25 18:05:41 +02:00
add_extra_components.py
[pre-commit.ci] auto fixes from pre-commit.com hooks
2024-03-04 16:56:00 +00:00
base_network.py
no directory change before mock_snakemake
2024-04-16 10:43:07 +02:00
build_ammonia_production.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_biomass_potentials.py
remove {weather_year} wildcard
2024-03-04 17:48:56 +01:00
build_biomass_transport_costs.py
update copyright years to 2024
2024-02-19 16:21:48 +01:00
build_bus_regions.py
move append_bus_shapes to build_bus_regions, apply it where possible
2024-04-11 13:27:52 +02:00
build_clustered_population_layouts.py
remove remaining {weather_year} wildcard usages
2024-03-04 18:24:01 +01:00
build_cop_profiles.py
remove {weather_year} wildcard
2024-03-04 17:48:56 +01:00
build_cross_border_flows.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_cutout.py
build_cutout: revert to master version
2024-03-14 15:29:27 +01:00
build_daily_heat_demand.py
move leap year handling into helper function
2024-03-14 15:15:56 +01:00
build_district_heat_share.py
[pre-commit.ci] auto fixes from pre-commit.com hooks
2024-03-14 17:11:28 +00:00
build_electricity_demand.py
remove UA from countries list for synthetic load data
2024-04-16 15:46:36 +02:00
build_electricity_prices.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_electricity_production.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_energy_totals.py
Fill in missing eurostat data on domestic aviation energy demand
2024-03-19 08:52:02 +01:00
build_existing_heating_distribution.py
use set_scenario_config everywhere
2024-02-12 11:53:20 +01:00
build_gas_input_locations.py
build_gas_input_locations: remove unnecessary [0] with new storage plugin
2024-03-09 15:29:39 +01:00
build_gas_network.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_heat_totals.py
build_heat_totals: allow subset of countries
2024-03-14 18:47:09 +01:00
build_hourly_heat_demand.py
move leap year handling into helper function
2024-03-14 15:15:56 +01:00
build_hydro_profile.py
removing the output file eia_hydro_stats.csv
2024-04-12 10:01:09 +02:00
build_industrial_distribution_key.py
remove {weather_year} wildcard
2024-03-04 17:48:56 +01:00
build_industrial_energy_demand_per_country_today.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_industrial_energy_demand_per_node_today.py
remove {weather_year} wildcard
2024-03-04 17:48:56 +01:00
build_industrial_energy_demand_per_node.py
smaller fixes and reduction of diff
2024-03-04 19:36:41 +01:00
build_industrial_production_per_country_tomorrow.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_industrial_production_per_country.py
change eurostat year in build_industrial_production_per_country
2024-03-05 18:40:06 +01:00
build_industrial_production_per_node.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_industry_sector_ratios_intermediate.py
add back in to_csv export (accidentally deleted)
2024-02-16 16:18:31 +01:00
build_industry_sector_ratios.py
Fix typo
2024-04-04 15:42:02 +02:00
build_line_rating.py
move leap year handling into helper function
2024-03-14 15:15:56 +01:00
build_monthly_prices.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_natura_raster.py
Use default cutout for ship and nature raster extents
2024-03-01 11:45:39 +01:00
build_population_layouts.py
remove remaining {weather_year} wildcard usages
2024-03-04 18:24:01 +01:00
build_population_weighted_energy_totals.py
pop_weighted_energy_totals: feasible for sub-annual temporal scope
2024-03-14 18:52:59 +01:00
build_powerplants.py
Merge branch 'master' into scenario-management
2024-02-10 17:22:01 +01:00
build_renewable_profiles.py
move leap year handling into helper function
2024-03-14 15:15:56 +01:00
build_retro_cost.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_salt_cavern_potentials.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_sequestration_potentials.py
allow sequestration potential attributes to be string
2024-04-10 17:13:58 +02:00
build_shapes.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
build_ship_raster.py
Use default cutout for ship and nature raster extents
2024-03-01 11:45:39 +01:00
build_shipping_demand.py
add more documentation
2024-03-14 14:31:18 +01:00
build_solar_thermal_profiles.py
move leap year handling into helper function
2024-03-14 15:15:56 +01:00
build_temperature_profiles.py
move leap year handling into helper function
2024-03-14 15:15:56 +01:00
build_transport_demand.py
[pre-commit.ci] auto fixes from pre-commit.com hooks
2024-03-14 17:11:28 +00:00
cluster_gas_network.py
remove {weather_year} wildcard
2024-03-04 17:48:56 +01:00
cluster_network.py
move append_bus_shapes to build_bus_regions, apply it where possible
2024-04-11 13:27:52 +02:00
determine_availability_matrix_MD_UA.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
make_summary_perfect.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
make_summary.py
move leap year handling into helper function
2024-03-14 15:15:56 +01:00
plot_gas_network.py
use set_scenario_config everywhere
2024-02-12 11:53:20 +01:00
plot_hydrogen_network.py
Merge branch 'master' into scenario-management
2024-02-17 17:04:36 +01:00
plot_power_network_clustered.py
[pre-commit.ci] auto fixes from pre-commit.com hooks
2024-02-12 10:54:15 +00:00
plot_power_network_perfect.py
use set_scenario_config everywhere
2024-02-12 11:53:20 +01:00
plot_power_network.py
use set_scenario_config everywhere
2024-02-12 11:53:20 +01:00
plot_statistics.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
plot_summary.py
remove remaining references of eurostat report year
2024-03-05 18:55:59 +01:00
plot_validation_cross_border_flows.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
plot_validation_electricity_prices.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
plot_validation_electricity_production.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
prepare_links_p_nom.py
remove {weather_year} wildcard
2024-03-04 17:48:56 +01:00
prepare_network.py
fix build_district_heat_share and build_transport_demand for multiyear
2024-03-14 16:48:32 +01:00
prepare_perfect_foresight.py
prepare_perfect: ensure network.meta assignment
2024-03-18 19:34:59 +01:00
prepare_sector_network.py
[pre-commit.ci] auto fixes from pre-commit.com hooks
2024-04-29 11:32:24 +00:00
retrieve_cost_data.py
Fix typos
2024-03-19 08:54:58 +01:00
retrieve_databundle.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
retrieve_electricity_demand.py
use set_scenario_config everywhere
2024-02-12 11:53:20 +01:00
retrieve_eurostat_data.py
move eurostat into data/eurostat subdirectory from sector-bundle
2024-03-05 18:42:15 +01:00
retrieve_gas_infrastructure_data.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
retrieve_irena.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
retrieve_monthly_fuel_prices.py
Merge branch 'master' into scenario-management
2024-02-20 12:08:54 +01:00
retrieve_sector_databundle.py
[pre-commit.ci] auto fixes from pre-commit.com hooks
2024-02-27 12:35:59 +00:00
simplify_network.py
Merge pull request #1031 from PyPSA/remove_connection_costs
2024-04-18 09:34:32 +02:00
solve_network.py
[pre-commit.ci] auto fixes from pre-commit.com hooks
2024-04-29 11:32:24 +00:00
solve_operations_network.py
remove {weather_year} wildcard
2024-03-04 17:48:56 +01:00