From dd74fe4cc17379bfb7cdf375272810b76715b231 Mon Sep 17 00:00:00 2001 From: lisazeyen Date: Thu, 16 Mar 2023 14:57:23 +0100 Subject: [PATCH] config.default.yaml set default share_cutout: True --- config.default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.yaml b/config.default.yaml index d621963a..b8919ee8 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -13,7 +13,7 @@ run: name: "" # use this to keep track of runs with different settings disable_progressbar: false # set to true to disable the progressbar shared_resources: false # set to true to share the default resources across runs - shared_cutouts: false # set to true to share the default cutout(s) across runs + shared_cutouts: true # set to true to share the default cutout(s) across runs foresight: overnight # options are overnight, myopic, perfect (perfect is not yet implemented) # if you use myopic or perfect foresight, set the investment years in "planning_horizons" below