follow-up to #891: remove remaining solar+p3 references

This commit is contained in:
Fabian Neumann 2024-01-24 10:17:26 +01:00
parent da1e2862b3
commit 2bee36be87
11 changed files with 1082 additions and 12 deletions

View File

@ -19,9 +19,9 @@ scenario:
opts: opts:
- '' - ''
sector_opts: sector_opts:
- 1p5-4380H-T-H-B-I-A-solar+p3-dist1 - 1p5-4380H-T-H-B-I-A-dist1
- 1p7-4380H-T-H-B-I-A-solar+p3-dist1 - 1p7-4380H-T-H-B-I-A-dist1
- 2p0-4380H-T-H-B-I-A-solar+p3-dist1 - 2p0-4380H-T-H-B-I-A-dist1
planning_horizons: planning_horizons:
- 2020 - 2020
- 2025 - 2025

1070
config/config.personal.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ scenario:
clusters: clusters:
- 5 - 5
sector_opts: sector_opts:
- 24H-T-H-B-I-A-solar+p3-dist1 - 24H-T-H-B-I-A-dist1
planning_horizons: planning_horizons:
- 2030 - 2030
- 2040 - 2040

View File

@ -17,7 +17,7 @@ scenario:
clusters: clusters:
- 5 - 5
sector_opts: sector_opts:
- CO2L0-24H-T-H-B-I-A-solar+p3-dist1 - CO2L0-24H-T-H-B-I-A-dist1
planning_horizons: planning_horizons:
- 2030 - 2030

View File

@ -18,7 +18,7 @@ scenario:
clusters: clusters:
- 5 - 5
sector_opts: sector_opts:
- 8760H-T-H-B-I-A-solar+p3-dist1 - 8760H-T-H-B-I-A-dist1
planning_horizons: planning_horizons:
- 2030 - 2030
- 2040 - 2040

View File

@ -153,7 +153,7 @@ if __name__ == "__main__":
clusters="37", clusters="37",
opts="", opts="",
ll="v1.0", ll="v1.0",
sector_opts="168H-T-H-B-I-solar+p3-dist1", sector_opts="168H-T-H-B-I-dist1",
planning_horizons=2030, planning_horizons=2030,
) )

View File

@ -638,7 +638,7 @@ if __name__ == "__main__":
clusters="37", clusters="37",
ll="v1.0", ll="v1.0",
opts="", opts="",
sector_opts="1p7-4380H-T-H-B-I-A-solar+p3-dist1", sector_opts="1p7-4380H-T-H-B-I-A-dist1",
planning_horizons=2020, planning_horizons=2020,
) )

View File

@ -1068,7 +1068,7 @@ if __name__ == "__main__":
opts="", opts="",
clusters="37", clusters="37",
ll="v1.0", ll="v1.0",
sector_opts="4380H-T-H-B-I-A-solar+p3-dist1", sector_opts="4380H-T-H-B-I-A-dist1",
) )
logging.basicConfig(level=snakemake.config["logging"]["level"]) logging.basicConfig(level=snakemake.config["logging"]["level"])

View File

@ -503,7 +503,7 @@ if __name__ == "__main__":
opts="", opts="",
clusters="37", clusters="37",
ll="v1.5", ll="v1.5",
sector_opts="1p7-4380H-T-H-B-I-A-solar+p3-dist1", sector_opts="1p7-4380H-T-H-B-I-A-dist1",
) )
update_config_with_sector_opts(snakemake.config, snakemake.wildcards.sector_opts) update_config_with_sector_opts(snakemake.config, snakemake.wildcards.sector_opts)

View File

@ -3621,7 +3621,7 @@ if __name__ == "__main__":
opts="", opts="",
clusters="37", clusters="37",
ll="v1.0", ll="v1.0",
sector_opts="CO2L0-24H-T-H-B-I-A-solar+p3-dist1", sector_opts="CO2L0-24H-T-H-B-I-A-dist1",
planning_horizons="2030", planning_horizons="2030",
) )

View File

@ -943,7 +943,7 @@ if __name__ == "__main__":
opts="", opts="",
clusters="37", clusters="37",
ll="v1.0", ll="v1.0",
sector_opts="CO2L0-1H-T-H-B-I-A-solar+p3-dist1", sector_opts="CO2L0-1H-T-H-B-I-A-dist1",
planning_horizons="2030", planning_horizons="2030",
) )
configure_logging(snakemake) configure_logging(snakemake)