pypsa-eur/scripts
Jonas Hörsch 2c0b66c510 {simplify,cluster}_network: Fix two-step clustering and introduce m suffix
- a network name like elec_s1000_ now clusters the network down to 1000 buses in
  the simplify step.
- an 'm' after the number of clusters as in elec_s1000_181m_ skips the
  aggregation of renewable generators and just moves them to the new clustered
  bus in the second clustering step.
- to distribute the number of clusters to countries a small quadratic
  optimization is now performed to minimize \sum_i (n_i - L_i/\sum_j L_j N)**2,
  where n_i >= 1.
2018-02-19 10:03:25 +01:00
..
add_electricity.py build_powerplants: Separate loading of power plant list into new rule 2018-02-10 17:16:20 +01:00
base_network.py Use MockSnakemake and logging.basicConfig everywhere 2018-02-01 12:42:11 +01:00
build_bus_regions.py Electricity network, Clustering and Solving 2018-01-29 22:28:33 +01:00
build_hydro_profile.py Electricity network, Clustering and Solving 2018-01-29 22:28:33 +01:00
build_powerplants.py build_powerplants: Separate loading of power plant list into new rule 2018-02-10 17:16:20 +01:00
build_renewable_potentials.py Electricity network, Clustering and Solving 2018-01-29 22:28:33 +01:00
build_renewable_profiles.py build_renewable_{potentials,profiles}: Fix landuse types and introduce linear correction factor 2018-02-19 09:59:29 +01:00
cluster_network.py {simplify,cluster}_network: Fix two-step clustering and introduce m suffix 2018-02-19 10:03:25 +01:00
prepare_links_p_nom.py snakemake: Add skeletons and add prepare_links_p_nom rule 2017-12-18 20:34:15 +01:00
prepare_network.py build_powerplants: Separate loading of power plant list into new rule 2018-02-10 17:16:20 +01:00
simplify_network.py {simplify,cluster}_network: Fix two-step clustering and introduce m suffix 2018-02-19 10:03:25 +01:00
solve_network.py Fix cluster use and memory requirements 2018-02-10 17:19:46 +01:00