Skip to content

Commit

Permalink
Turn on heating in Config
Browse files Browse the repository at this point in the history
  • Loading branch information
measrainsey committed Dec 17, 2024
1 parent 9018d81 commit 59f921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix_buildings/chilled/run_heat.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_config(parsed_arguments):
gcm=parsed_arguments.gcm,
rcp=parsed_arguments.rcp,
cool=0,
heat=0
heat=1,
)

return cfg
Expand Down

0 comments on commit 59f921f

Please sign in to comment.