pypsa-eur/scripts
Koen van Greevenbroek e0215bc5a9
Propagate the solver log file name to the solver (#247)
* Propagate the solver log file name to the solver

Previously, the PyPSA network solving functions were not told about
the solver logfile specified in the Snakemake file.

* Pass solver_logfile on as kwargs

The `solve_network` function passes any additional arguments on to the
pypsa `network_lopf` and `ilopf` functions. Now we also pass
`solver_logfile` on as part of kwargs.
2021-05-25 15:55:23 +02:00
..
_helpers.py remove six dependency (#245) 2021-05-25 11:29:47 +02:00
add_electricity.py address FutureWarning re set operations on pd.Index (#238) 2021-04-27 07:51:46 +02:00
add_extra_components.py Delete capital costs at battery discharge link (#240) 2021-05-06 15:56:49 +02:00
base_network.py remove six dependency (#245) 2021-05-25 11:29:47 +02:00
build_bus_regions.py some refactoring and code cleaning (#190) 2020-12-03 19:50:53 +01:00
build_cutout.py restore REUSE compliance [skip travis] 2021-04-28 09:25:27 +02:00
build_hydro_profile.py Atlite availability (#224) 2021-04-27 17:58:31 +02:00
build_load_data.py Release v0.3 (#213) 2020-12-05 17:54:50 +01:00
build_natura_raster.py Atlite availability (#224) 2021-04-27 17:58:31 +02:00
build_powerplants.py some refactoring and code cleaning (#190) 2020-12-03 19:50:53 +01:00
build_renewable_profiles.py Atlite availability (#224) 2021-04-27 17:58:31 +02:00
build_shapes.py remove six dependency (#245) 2021-05-25 11:29:47 +02:00
cluster_network.py remove six dependency (#245) 2021-05-25 11:29:47 +02:00
make_summary.py remove six dependency (#245) 2021-05-25 11:29:47 +02:00
plot_network.py remove six dependency (#245) 2021-05-25 11:29:47 +02:00
plot_p_nom_max.py some refactoring and code cleaning (#190) 2020-12-03 19:50:53 +01:00
plot_summary.py some refactoring and code cleaning (#190) 2020-12-03 19:50:53 +01:00
prepare_links_p_nom.py some refactoring and code cleaning (#190) 2020-12-03 19:50:53 +01:00
prepare_network.py remove six dependency (#245) 2021-05-25 11:29:47 +02:00
retrieve_databundle.py some refactoring and code cleaning (#190) 2020-12-03 19:50:53 +01:00
simplify_network.py remove six dependency (#245) 2021-05-25 11:29:47 +02:00
solve_network.py Propagate the solver log file name to the solver (#247) 2021-05-25 15:55:23 +02:00
solve_operations_network.py Propagate the solver log file name to the solver (#247) 2021-05-25 15:55:23 +02:00