Skip to content

Commit 988e6b2

Browse files
adrivincamacflo8
authored andcommitted
Add set as default for the cooling function
1 parent 18af3c4 commit 988e6b2

File tree

1 file changed

+3
-0
lines changed
  • message_ix_models/model/water

1 file changed

+3
-0
lines changed

message_ix_models/model/water/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ def cooling(context, regions, rcps, rels):
267267
# Build
268268
build(context, scen)
269269

270+
# Set scenario as default
271+
scen.set_as_default()
272+
270273
# Solve
271274
scen.solve(solve_options={"lpmethod": "4"}, case=caseName)
272275

0 commit comments

Comments
 (0)