Skip to content

Commit 9dc708c

Browse files
committed
Update config_ES_test.yaml
1 parent da3aef0 commit 9dc708c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

config/test/config_ES_test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ foresight: overnight
8484
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#scenario
8585
scenario:
8686
clusters: ##### Recommended for Spain: NUTS3 / 35-50 nodes
87-
- 8
87+
- 5
8888
opts:
8989
- ""
9090
sector_opts:
@@ -99,7 +99,7 @@ countries:
9999
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#snapshots
100100
snapshots: #####
101101
start: "2023-01-01"
102-
end: "2024-01-01"
102+
end: "2023-01-07"
103103
inclusive: left
104104

105105
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#enable
@@ -194,7 +194,7 @@ electricity:
194194
autarky:
195195
enable: false
196196
by_country: false
197-
transmission_limit: vopt #####
197+
transmission_limit: v1.1 #####
198198

199199
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#atlite
200200
atlite:
@@ -1141,7 +1141,7 @@ clustering:
11411141
buses: {}
11421142
temporal:
11431143
resolution_elec: false
1144-
resolution_sector: 720H #####
1144+
resolution_sector: 24H #####
11451145

11461146
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#adjustments
11471147
adjustments:
@@ -1198,8 +1198,8 @@ solving:
11981198
BAU: false
11991199
SAFE: false
12001200
solver:
1201-
name: gurobi
1202-
options: "gurobi-default"
1201+
name: highs
1202+
options: "highs-simplex"
12031203
solver_options:
12041204
"highs-default":
12051205
threads: 1
@@ -1284,7 +1284,7 @@ solving:
12841284
atol: 1000000
12851285
rtol: 0.01
12861286
oetc:
1287-
mem_mb: 128000
1287+
mem_mb: 4000 # 128000
12881288
memory_logging_frequency: 5
12891289
runtime: 48h
12901290

0 commit comments

Comments
 (0)