Commit Graph

337 Commits

Author SHA1 Message Date
Fabian
9f4f76126b snakefile: use validation config 2023-04-25 15:33:21 +02:00
Fabian
97bdbe636c follow-up: rename configs to config 2023-04-21 11:05:18 +02:00
virio-andreyana
d10ff9bdf1
Update Snakefile 2023-04-11 02:25:21 +02:00
Fabian Neumann
55395c5465 enhance documentation, with instructions for sector-coupled / electricity-only studies 2023-03-15 17:00:06 +01:00
pre-commit-ci[bot]
3a80ac2027 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-03-09 12:29:15 +00:00
Fabian Neumann
91ea0a3f55 docs: rearrange sections 2023-03-09 13:28:42 +01:00
Fabian Neumann
22846d7b1b sector-coupled: run on subset of selected countries 2023-03-09 11:04:41 +01:00
Fabian Neumann
a1ba3a2c17 new minimum snakemake version is 7.7 2023-03-08 19:28:00 +01:00
Fabian Neumann
7405377fd7 snakefmt to Snakefile 2023-03-08 19:22:29 +01:00
Fabian Neumann
bf895de7cc add logfiles to all rules 2023-03-08 19:22:00 +01:00
Fabian Neumann
d4d517ffab Snakefile: correct indent 2023-03-08 18:45:32 +01:00
Fabian Neumann
6763dbaacc add message for dag rule 2023-03-08 18:45:11 +01:00
Fabian Neumann
76dcf43993 add rule for dag, use shutil to purge outputs 2023-03-08 18:43:52 +01:00
Fabian Neumann
882b79a9ed add a purge rule 2023-03-08 18:15:49 +01:00
Fabian Neumann
4b3372b53b apply snakefmt to rules/ 2023-03-08 17:46:14 +01:00
Fabian Neumann
8eb37bc263 add conda directive to all rules for use with --use-conda 2023-03-08 17:44:25 +01:00
Fabian Neumann
6bae022d44 modularise Snakefile using rules/*.smk files 2023-03-08 17:29:01 +01:00
Fabian
104fc68fb0 allow to disable progressbar 2023-03-07 20:37:47 +01:00
Fabian
b5e8ee979f reenable snakefmt 2023-03-07 18:24:47 +01:00
Fabian
c8fa61e244 Snakefile: replace else statements by if statement to satisfy snakefmt 2023-03-07 18:22:07 +01:00
Fabian
77291f7d64 snakefile: introduce RESOURCES, RESULTS, BENCHMARKS, LOGS paths 2023-03-07 18:11:59 +01:00
Fabian
2a5acedfee snakefile: fix benchmark path 2023-03-07 12:21:02 +01:00
Fabian Neumann
85f73c0e62 snakefmt to Snakefile 2023-03-06 19:44:57 +01:00
Fabian Neumann
31a7ece669 fix logs and benchmark directories 2023-03-06 17:59:37 +01:00
Fabian Neumann
71932416b3 technology-data not dependent on run 2023-03-06 17:46:29 +01:00
Fabian Neumann
23987f3a82 re-allow 'all' clusters wilcard value 2023-03-06 17:41:48 +01:00
Fabian Neumann
ab501f3eb6 remove plot_p_nom_max 2023-03-06 17:41:09 +01:00
Fabian Neumann
f96e9be75b fix solve_all_elec_networks 2023-03-06 17:31:27 +01:00
Fabian Neumann
561a1d2da8 prepare CI for all three cases 2023-03-06 17:26:41 +01:00
Fabian Neumann
cdc6ac39b0 correct benchmark 2023-03-06 16:59:04 +01:00
Fabian
bffb7cc17c scripts/ remove summary_dir and results_dir references 2023-03-06 16:53:20 +01:00
Fabian Neumann
3e9c07b5e9 add missing cutout input 2023-03-06 16:50:41 +01:00
Fabian Hofmann
9b7e4d3bee
Merge branch 'master' into merge-pypsa-eur-sec 2023-03-06 16:09:42 +01:00
pre-commit-ci[bot]
8db3780fce [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-03-06 14:43:47 +00:00
Fabian
bf969424a2 ci modularization fix cutout retrieval and profile in dag 2023-03-06 15:41:02 +01:00
Fabian Neumann
74032ae193 fix path references in Snakefile 2023-03-06 15:28:09 +01:00
Fabian Neumann
2254297d88 COSTS are data not resources 2023-03-06 15:20:18 +01:00
Fabian Neumann
f83fd9cf1e remove duplicate retrieve_cost_data 2023-03-06 15:18:30 +01:00
Fabian Neumann
7334913e11 add input file handling of pypsa-eur-sec rules using cutout 2023-03-06 15:07:09 +01:00
Fabian Neumann
43f226b2a3 split solve network rules, take summary scripts from Sec 2023-03-06 12:10:23 +01:00
Fabian Neumann
97bbafdd70 Merge remote-tracking branch 'pypsa-eur-sec/master' into merge-pypsa-eur-sec 2023-03-06 11:54:08 +01:00
Fabian Neumann
67d878d1d7 allow disabling max_depth through config overwrite 2023-02-22 19:28:07 +01:00
Fabian Neumann
35b8425b3b cherry-pick from #282
Co-authored-by: Fabian Hofmann <hofmann@fias.uni-frankfurt.de>
2023-02-16 18:42:19 +01:00
Fabian Neumann
ece64a73c1 gas_input: use HTTP remote, rename conversion factors, fix undesired rule removal 2023-02-16 18:27:57 +01:00
Fabian Neumann
963e7cdbcf Merge branch 'master' into update-lng-ports 2023-02-16 17:56:05 +01:00
Fabian Neumann
ccde2e7f93 make sequestration options configurable 2023-02-16 17:21:58 +01:00
virio-andreyana
3dede28aae merging script in retrieve_gas_input_location with build_gas_input_location 2023-02-16 11:57:33 +01:00
Fabian Neumann
93d462831d uncomment shutil 2023-02-16 11:51:39 +01:00
Fabian Neumann
9c1182fe96 prepare release 0.7 2023-02-16 11:50:55 +01:00
Fabian Neumann
6b8e69cf81 Merge branch 'master' into carbon-management 2023-02-15 20:21:12 +01:00