2024-01-31 15:53:14 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2021-2024 The PyPSA-Eur Authors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --rerun-triggers=mtime && \
|
|
|
|
snakemake -call all --configfile config/test/config.overnight.yaml --rerun-triggers=mtime && \
|
|
|
|
snakemake -call all --configfile config/test/config.myopic.yaml --rerun-triggers=mtime && \
|
2024-02-18 10:03:37 +00:00
|
|
|
snakemake -call all --configfile config/test/config.perfect.yaml --rerun-triggers=mtime && \
|
2024-02-18 10:51:46 +00:00
|
|
|
snakemake -call all --configfile config/test/config.scenarios.yaml --rerun-triggers=mtime -n
|