Fabian Hofmann
|
43884a39f8
|
Merge pull request #978 from PyPSA/refactor-copy-config-get-rdir
snakefile: move copy_default_files and process_run_config to helpers
|
2024-03-20 10:19:20 +01:00 |
|
Fabian Hofmann
|
5dc5a3b427
|
Merge branch 'master' into dedicated-shared-resource
|
2024-03-20 09:58:37 +01:00 |
|
Fabian Hofmann
|
7611b28d16
|
Merge branch 'master' into refactor-copy-config-get-rdir
|
2024-03-20 09:57:31 +01:00 |
|
Fabian Neumann
|
0b0baa662e
|
Merge pull request #979 from PyPSA/fix-snakemake-bug
replace value of shadow in snakemake rules
|
2024-03-19 17:11:09 +01:00 |
|
Fabian Neumann
|
018735d071
|
Merge pull request #981 from koen-vg/raw-strings
Use raw strings to avoid illegal backslash warnings python 12
|
2024-03-19 17:10:45 +01:00 |
|
Koen van Greevenbroek
|
651e28775e
|
Use raw strings to avoid illegal backslash warnings python 12
|
2024-03-19 14:22:16 +01:00 |
|
Fabian
|
86a6c3223d
|
perfect foresight: store configs in results dir
|
2024-03-19 11:26:36 +01:00 |
|
Fabian Hofmann
|
2728bd4780
|
Merge branch 'master' into fix-snakemake-bug
|
2024-03-19 11:09:53 +01:00 |
|
Fabian Hofmann
|
82ac7df318
|
Merge branch 'master' into refactor-copy-config-get-rdir
|
2024-03-19 10:22:07 +01:00 |
|
Fabian
|
8190fde9ce
|
Snakefile: reinsert shutil and os functions
|
2024-03-19 09:48:52 +01:00 |
|
Fabian
|
23e1139c21
|
snakefile + helpers: separate scenario and rdir getter
|
2024-03-19 09:39:35 +01:00 |
|
Fabian Neumann
|
58a374d3ce
|
Merge pull request #980 from koen-vg/small-bugfixes
Miscellaneous bugfixes
|
2024-03-19 09:38:45 +01:00 |
|
Koen van Greevenbroek
|
fcf773c003
|
Copy, don't move natura.tiff to resources
Preventing problems when parallel processes attempt to move the same
file to different resources directories.
|
2024-03-19 09:30:37 +01:00 |
|
Koen van Greevenbroek
|
22d1bf5dd1
|
Bugfix for missing eia years
First, cannot cast pd index to boolean. Second, fix logic error of
mistakenly swapped difference in calculating missing years.
|
2024-03-19 08:55:46 +01:00 |
|
Koen van Greevenbroek
|
65af55c22b
|
Fix typos
|
2024-03-19 08:54:58 +01:00 |
|
Koen van Greevenbroek
|
a8454fd830
|
Fill in missing eurostat data on domestic aviation energy demand
|
2024-03-19 08:52:02 +01:00 |
|
Fabian Hofmann
|
a04ee4227f
|
Merge branch 'master' into refactor-copy-config-get-rdir
|
2024-03-19 08:36:50 +01:00 |
|
Fabian
|
2565a7db4f
|
snakefile: move copy_default_files and process_run_config to helpers
|
2024-03-19 08:30:20 +01:00 |
|
Philipp Glaum
|
8d9afb0eb0
|
solve_electricity.smk:replace "minimal" by "shallow"
|
2024-03-19 08:28:27 +01:00 |
|
Fabian Neumann
|
09d5ce2512
|
Merge pull request #969 from koen-vg/log-path-fix
Don't use log path function in IRENA retrieval rule
|
2024-03-19 08:28:21 +01:00 |
|
Fabian Neumann
|
3940d2e0ad
|
Merge pull request #970 from koen-vg/custom-costs-repo
Allow the selection of custom fork of technology-data
|
2024-03-19 08:28:00 +01:00 |
|
Fabian Neumann
|
db4219f4d5
|
Merge pull request #971 from koen-vg/fix-sanitize-locations
Only sanitize locations when there are buses with a location
|
2024-03-19 08:26:24 +01:00 |
|
Fabian Neumann
|
883a8502aa
|
Merge pull request #974 from PyPSA/perfect-add-config
prepare_perfect: ensure network.meta assignment
|
2024-03-19 08:26:07 +01:00 |
|
Fabian Neumann
|
c5597c0bec
|
Merge pull request #976 from PyPSA/refactor-test-script
test.sh: set continuous chain of && commands and print out commands
|
2024-03-19 08:25:40 +01:00 |
|
Fabian Neumann
|
e6b53a86d4
|
Merge pull request #977 from PyPSA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
|
2024-03-19 08:24:43 +01:00 |
|
pre-commit-ci[bot]
|
04d4d9849d
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black-pre-commit-mirror: 24.2.0 → 24.3.0](https://github.com/psf/black-pre-commit-mirror/compare/24.2.0...24.3.0)
|
2024-03-18 19:45:01 +00:00 |
|
Fabian
|
1388104996
|
test.sh: set continuous chain of && commands and print out commands
|
2024-03-18 19:47:51 +01:00 |
|
Fabian
|
f3eae37a02
|
scneario management: reenable shared resources in one folder
|
2024-03-18 19:41:35 +01:00 |
|
Fabian
|
c983aa7d2d
|
prepare_perfect: ensure network.meta assignment
|
2024-03-18 19:34:59 +01:00 |
|
Koen van Greevenbroek
|
e03fbf152c
|
Only sanitize locations when there are buses with a location
Fixes an edge case when no buses with a location are added in add_extra_components.
|
2024-03-18 14:40:29 +01:00 |
|
Koen van Greevenbroek
|
1f499eda6f
|
Document new handling of costs version config option
|
2024-03-18 13:31:04 +01:00 |
|
Koen van Greevenbroek
|
ce549cd949
|
Allow the retrieval of cost data from forks of technology-data
|
2024-03-18 13:18:56 +01:00 |
|
Koen van Greevenbroek
|
941de04859
|
Don't use log path function in IRENA retrieval rule
The `logs` function returns a path with a {run} wildcard which is not
present in the output of the retrieval rule. Follows f50ee2f2 .
|
2024-03-18 10:40:32 +01:00 |
|
Fabian Neumann
|
f6f18e1868
|
Merge pull request #204 from PyPSA/multiyear
Sweep across multiple weather years
|
2024-03-15 15:05:11 +01:00 |
|
Fabian Neumann
|
cb4013812e
|
Merge branch 'master' into multiyear
|
2024-03-15 14:28:42 +01:00 |
|
Fabian Neumann
|
e459c3c89d
|
add release notes; rename artificial to synthetic
|
2024-03-15 14:28:01 +01:00 |
|
Fabian Neumann
|
b88c9fbebb
|
Merge pull request #965 from PyPSA/rm-copy-config
remove copy_config rule and write config for each solved network
|
2024-03-15 13:53:23 +01:00 |
|
Fabian Neumann
|
a5002f53cb
|
Merge pull request #968 from Climact/feature/fix-duplicated-years
Fix duplicated years in add_land_use_constraint_m
|
2024-03-15 13:53:01 +01:00 |
|
Fabian Neumann
|
f50ee2f225
|
do not use log() for config independent retrieve rules
|
2024-03-15 13:50:53 +01:00 |
|
Fabian Neumann
|
3a54653711
|
fix shared resources for scenario management with {kind} wildcard
|
2024-03-15 13:50:27 +01:00 |
|
Fabian Neumann
|
ee55bba568
|
omit synthetic load data md5 validation
|
2024-03-15 12:04:25 +01:00 |
|
Fabian Neumann
|
97d876d4e5
|
update synthetic load data to cover 1941-2023
|
2024-03-15 11:44:41 +01:00 |
|
lisazeyen
|
fd82664292
|
Merge branch 'master' into land-transport-fix
|
2024-03-14 20:14:08 +01:00 |
|
Fabian Neumann
|
a2f97ad1b3
|
make build_eurostat independent of snakemake object to be imported
|
2024-03-14 19:24:37 +01:00 |
|
Fabian Neumann
|
41bfcf4068
|
Merge branch 'multiyear' of github.com:PyPSA/pypsa-eur into multiyear
|
2024-03-14 19:07:43 +01:00 |
|
Fabian Neumann
|
63072f2224
|
fix syntax mistake
|
2024-03-14 19:06:21 +01:00 |
|
pre-commit-ci[bot]
|
0bbda371d4
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-03-14 17:54:17 +00:00 |
|
Fabian Neumann
|
b485d987f1
|
Merge branch 'multiyear' of github.com:PyPSA/pypsa-eur into multiyear
|
2024-03-14 18:53:15 +01:00 |
|
Fabian Neumann
|
7587f2c6be
|
pop_weighted_energy_totals: feasible for sub-annual temporal scope
|
2024-03-14 18:52:59 +01:00 |
|
Fabian Neumann
|
f7e617befd
|
make_summary: add drop_leap_day param
|
2024-03-14 18:52:25 +01:00 |
|