Skip to content

Commit f4f0c77

Browse files
committed
config: add hpc configuration overwrites for highs-res remote runs
1 parent 8516d51 commit f4f0c77

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

config/config.hpc.yaml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# yaml-language-server: $schema=schema.default.json
2+
# SPDX-FileCopyrightText: Contributors to Open-TYNDP <https://github.com/open-energy-transition/open-tyndp>
3+
#
4+
# SPDX-License-Identifier: CC0-1.0
5+
6+
# Specify the name of the scenario(s) you want to run from config/scenarios.tyndp.yaml
7+
run:
8+
name:
9+
- NT
10+
11+
# Remote runs usually can't launch the explorer
12+
launch_explorer: false
13+
14+
# Use 1H for high-resolution SB results
15+
clustering:
16+
temporal:
17+
resolution_sector: 1H
18+
19+
# SB solver settings
20+
solving:
21+
options:
22+
assign_all_duals: true
23+
include_objective_constant: false
24+
solver:
25+
name: gurobi
26+
options: gurobi-default
27+
partition: big
28+
mem_mb: 45000
29+
runtime: 2h
30+
31+
cba:
32+
# MSV solver settings
33+
msv_extraction:
34+
solving:
35+
options:
36+
include_objective_constant: false
37+
solver:
38+
name: gurobi
39+
options: gurobi-default
40+
partition: big
41+
mem_mb: 45000
42+
runtime: 2h
43+
solver_options:
44+
gurobi-default:
45+
BarConvTol: 1.0e-06
46+
47+
# Rolling horizon solving settings
48+
solving:
49+
options:
50+
include_objective_constant: false
51+
partition: big
52+
mem_mb: 45000
53+
runtime: 2h
54+
55+
solver:
56+
name: highs
57+
options: highs-simplex
58+
59+
solver_options:
60+
highs-simplex:
61+
primal_feasibility_tolerance: 1.0e-06
62+
dual_feasibility_tolerance: 1.0e-06

0 commit comments

Comments
 (0)