Skip to content

Commit

Permalink
Turn off cooling in run_iso.py
Browse files Browse the repository at this point in the history
  • Loading branch information
measrainsey committed Dec 19, 2024
1 parent 1537281 commit 3589696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message_ix_buildings/chilled/run_iso.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def create_config(parsed_arguments):
vstr=parsed_arguments.version,
gcm=parsed_arguments.gcm,
rcp=parsed_arguments.rcp,
cool=0,
heat=1,
)

return cfg
Expand Down

0 comments on commit 3589696

Please sign in to comment.