From 5852e2035c306ff02d9e8d30769bdeb342c80795 Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Sun, 18 Apr 2021 18:42:27 +0200 Subject: [PATCH] config.yaml: Include switch for thermal energy storage 'tes' again --- .gitignore | 1 + config.default.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3909265b..a55300e2 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ gurobi.log /data/switzerland* /data/.nfs* /data/Industrial_Database.csv +/data/retro/tabula-calculator-calcsetbuilding.csv *.org diff --git a/config.default.yaml b/config.default.yaml index 131032f6..fa3eadab 100644 --- a/config.default.yaml +++ b/config.default.yaml @@ -132,6 +132,7 @@ sector: 'annualise_cost': True # annualise the investment costs 'tax_weighting': False # weight costs depending on taxes in countries 'construction_index': True # weight costs depending on labour/material costs per ct + 'tes' : True 'tes_tau' : 3. 'boilers' : True 'oil_boilers': False