speed-up CI, just a week rather than a month, 4 nodes, 40H

This commit is contained in:
Fabian Neumann 2023-03-09 11:37:34 +01:00
parent 8f5775d9cc
commit f5edafd00d
4 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ if __name__ == "__main__":
# but imprecisions mean not perfect # but imprecisions mean not perfect
Iinv = cutout.indicatormatrix(nuts3.geometry) Iinv = cutout.indicatormatrix(nuts3.geometry)
countries = np.sort(snakemake.config["countries"]) countries = np.sort(nuts3.country.unique())
urban_fraction = ( urban_fraction = (
pd.read_csv( pd.read_csv(

View File

@ -15,9 +15,9 @@ scenario:
ll: ll:
- v1.5 - v1.5
clusters: clusters:
- 5 - 4
sector_opts: sector_opts:
- 191H-T-H-B-I-A-solar+p3-dist1 - 40H-T-H-B-I-A-solar+p3-dist1
planning_horizons: planning_horizons:
- 2030 - 2030
- 2040 - 2040
@ -27,7 +27,7 @@ countries: ['BE']
snapshots: snapshots:
start: "2013-03-01" start: "2013-03-01"
end: "2013-04-01" end: "2013-03-08"
electricity: electricity:
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc] renewable_carriers: [solar, onwind, offwind-ac, offwind-dc]

View File

@ -14,9 +14,9 @@ scenario:
ll: ll:
- v1.5 - v1.5
clusters: clusters:
- 5 - 4
sector_opts: sector_opts:
- CO2L0-191H-T-H-B-I-A-solar+p3-dist1 - CO2L0-40H-T-H-B-I-A-solar+p3-dist1
planning_horizons: planning_horizons:
- 2030 - 2030
@ -24,7 +24,7 @@ countries: ['BE']
snapshots: snapshots:
start: "2013-03-01" start: "2013-03-01"
end: "2013-04-01" end: "2013-03-08"
electricity: electricity:
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc] renewable_carriers: [solar, onwind, offwind-ac, offwind-dc]

View File

@ -13,9 +13,9 @@ run:
scenario: scenario:
clusters: clusters:
- 5 - 4
opts: opts:
- Co2L-24H - Co2L-40H
countries: ['BE'] countries: ['BE']