Fabian Neumann
ce4d18c861
remove plot_series() leftovers
2024-01-25 17:32:17 +01:00
Fabian Neumann
46a2f55c1b
plot_network: remove function plot_series()
...
This function is superseded by plot_balance_timeseries rule.
2024-01-25 17:29:23 +01:00
Fabian Neumann
bb202ad2c4
plot_network: remove function plot_map_without()
2024-01-25 17:28:33 +01:00
Fabian Neumann
03e1ed6e79
Merge branch 'master' of github.com:PyPSA/pypsa-eur
2024-01-25 16:57:18 +01:00
Tom Brown
20f39971f7
solve_network: make sure infeasibilities are printed properly
...
Without this formatting, there is an error adding a string to a list.
2024-01-25 16:49:00 +01:00
Fabian Neumann
2ad3b000d3
Merge pull request #899 from PyPSA/issue-897
...
document that resolution and segmentation config options are only for…
2024-01-25 16:46:05 +01:00
Fabian Neumann
987930c250
document that resolution and segmentation config options are only for electricity-only
2024-01-25 16:43:08 +01:00
Fabian Neumann
2db564eabf
Merge pull request #898 from koen-vg/custom-projection
...
Add several map projection options
2024-01-25 16:26:37 +01:00
Koen van Greevenbroek
03c914bef1
Make projection selection flexible by reading directly from config
2024-01-25 14:34:03 +01:00
Koen van Greevenbroek
9aa154bd04
Add several map projection options
2024-01-25 10:44:24 +01:00
Fabian Neumann
a536762ae8
Merge pull request #894 from koen-vg/copy-config-module
...
Make copying default config file compatible with snakemake module
2024-01-24 16:58:49 +01:00
Fabian Neumann
5980618159
Merge pull request #893 from koen-vg/fix-source-path
...
Avoid the use use of `workflow.source_path`
2024-01-24 16:58:00 +01:00
Fabian Neumann
b8a303bf1f
Merge pull request #892 from koen-vg/io-api-option
...
Add support for the linopy `io_api` option
2024-01-24 16:57:45 +01:00
Fabian Neumann
7dade71607
Merge branch 'master' into copy-config-module
2024-01-24 16:25:59 +01:00
Fabian Neumann
2ce7d78dbb
revert accidental addition of personal config file
2024-01-24 16:23:44 +01:00
Fabian Neumann
5077ecebc5
Merge branch 'master' into fix-source-path
2024-01-24 16:19:19 +01:00
Fabian Neumann
b0c9121b78
Merge branch 'master' into io-api-option
2024-01-24 16:16:20 +01:00
Fabian Neumann
90fb679a8f
Merge pull request #895 from koen-vg/plotting-port-fix
...
Fix plotting: compatibility with 4th link port
2024-01-24 16:14:18 +01:00
Koen van Greevenbroek
d8d3b2f2ab
Fix plotting: compatibility with 4th link port
2024-01-24 15:48:33 +01:00
Koen van Greevenbroek
e4a130353f
Make copying default config file compatible with snakemake module
2024-01-24 14:47:20 +01:00
Koen van Greevenbroek
1fab74c463
avoid the use use of workflow.source_path
...
The above function returns a path to a cached source file, which
changes for every run, causing the resulting parameter to change and
the solve_network rule to re-run
2024-01-24 14:39:50 +01:00
pre-commit-ci[bot]
9843397b5a
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-01-24 10:48:55 +00:00
Koen van Greevenbroek
3e32dbccb5
Add support for the linopy io_api
option
2024-01-24 11:23:56 +01:00
Fabian Neumann
2bee36be87
follow-up to #891 : remove remaining solar+p3 references
2024-01-24 10:17:26 +01:00
Fabian Neumann
da1e2862b3
Merge pull request #890 from PyPSA/air-hp-rural
...
add air-sourced heat pumps to rural areas
2024-01-24 10:15:01 +01:00
Fabian Neumann
17d0e161f9
Merge pull request #891 from koen-vg/default-solar-potential
...
Don't include triple solar potential option by default
2024-01-24 10:14:01 +01:00
Koen van Greevenbroek
b1ce26d270
Don't include triple solar potential option by default
2024-01-24 09:37:01 +01:00
pre-commit-ci[bot]
bdc36dc5da
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-01-23 17:43:04 +00:00
Fabian Neumann
7ac2169ea2
Merge branch 'master' into air-hp-rural
2024-01-23 18:42:44 +01:00
Fabian Neumann
2d12f7ddd0
add air-sourced heat pumps to rural areas
2024-01-23 18:41:52 +01:00
Fabian Neumann
2932167e34
Merge pull request #889 from PyPSA/read-solver-threads
...
correctly read number of solver threads in rule definition
2024-01-23 18:21:35 +01:00
Fabian Neumann
9f0555863b
powerplantmatching: block version 0.5.9 with breaking bug
2024-01-23 18:19:46 +01:00
Fabian Neumann
eeb3d0789b
correctly read number of solver threads in rule definition
2024-01-23 18:03:14 +01:00
Fabian Neumann
cea3cf122e
Merge pull request #885 from PyPSA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2024-01-23 17:03:54 +01:00
Fabian Neumann
fb2e9da23c
Merge pull request #888 from koen-vg/retrieval-env
...
Make data retrieval rules use their own minimal conda env
2024-01-23 17:03:15 +01:00
pre-commit-ci[bot]
58ac6629fe
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-01-23 15:35:11 +00:00
Koen van Greevenbroek
48974edc8d
Make data retrieval rules use their own minimal conda env
...
This means that the main conda environment can be changed for
development purposes without necessitating the re-running of data
retrieval due to software environment change by default.
2024-01-23 16:27:12 +01:00
pre-commit-ci[bot]
2173abdff3
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/fsfe/reuse-tool: v2.1.0 → v3.0.1](https://github.com/fsfe/reuse-tool/compare/v2.1.0...v3.0.1 )
2024-01-22 18:20:52 +00:00
Fabian Neumann
a9ac68b50e
bugfix: correct way to identify if entry is in snakemake.input
2024-01-22 14:31:35 +01:00
Fabian Neumann
a2315c289e
cluster_gas_network: generalise so it can be used elsewhere
2024-01-22 14:31:10 +01:00
Fabian Neumann
3750cc5350
Merge pull request #883 from PyPSA/td-0.6.2
...
update technology-data to 0.6.2 by default
2024-01-21 16:45:46 +01:00
Fabian Neumann
9d441a3132
Merge pull request #881 from PyPSA/correct-solver-threads
...
correctly retrieve solver threads and add back memory logfile
2024-01-19 19:01:35 +01:00
Fabian Neumann
77f49d4404
update technology-data to 0.6.2 by default
2024-01-19 19:00:33 +01:00
pre-commit-ci[bot]
58b012e03d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-01-19 16:00:21 +00:00
Fabian Neumann
6705a2cf45
Merge pull request #882 from PyPSA/copt-default-settings
...
COPT solver provide sensible default settings
2024-01-19 17:00:15 +01:00
Fabian Neumann
01c1b9161b
COPT solver provide sensible default settings
2024-01-19 16:59:39 +01:00
Fabian Neumann
9b3e68a6a8
correctly retrieve solver threads and add back memory logfile
2024-01-19 16:58:05 +01:00
Fabian Hofmann
67cf85ce04
Merge pull request #880 from PyPSA/linting-refactor
...
Linting refactor
2024-01-19 13:22:00 +01:00
Fabian
d0cb57e9ab
make_summary_perfect: reinsert calclulate_<> functions
2024-01-19 12:37:07 +01:00
Fabian
1ffb28b3fc
helpers: parse: fix docstring and take original implementation
2024-01-19 12:23:29 +01:00