From d21989f86842a75ffd2462fa585d347db9b12cd8 Mon Sep 17 00:00:00 2001 From: Measrainsey Meng Date: Tue, 17 Dec 2024 13:26:13 +0100 Subject: [PATCH] Manually change cooling and heating in Config --- message_ix_buildings/chilled/run_heat.py | 2 -- message_ix_buildings/chilled/util/config.py | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/message_ix_buildings/chilled/run_heat.py b/message_ix_buildings/chilled/run_heat.py index 1c69cec..989337e 100644 --- a/message_ix_buildings/chilled/run_heat.py +++ b/message_ix_buildings/chilled/run_heat.py @@ -82,8 +82,6 @@ def create_config(parsed_arguments): vstr=parsed_arguments.version, gcm=parsed_arguments.gcm, rcp=parsed_arguments.rcp, - cool=0, - heat=1, ) return cfg diff --git a/message_ix_buildings/chilled/util/config.py b/message_ix_buildings/chilled/util/config.py index cac5d17..587c1d9 100644 --- a/message_ix_buildings/chilled/util/config.py +++ b/message_ix_buildings/chilled/util/config.py @@ -93,13 +93,13 @@ class Config: #: #: 1 = calculate #: 0 = skip - cool = 1 + cool = 0 #: Select whether to run heating calculations. #: #: 1 = calculate #: 0 = skip - heat = 0 + heat = 1 #: Select solar gain calculation. One of: #: