From 8e243c5d23f0f2446d9924011109e65300219f6f Mon Sep 17 00:00:00 2001 From: martavp Date: Tue, 7 Jul 2020 18:18:45 +0200 Subject: [PATCH] Add myopic option, planning horizons, and name of co2 budget path to default config file --- config.default.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) mode change 100644 => 100755 config.default.yaml diff --git a/config.default.yaml b/config.default.yaml old mode 100644 new mode 100755 index 67004a1a..f275bef1 --- a/config.default.yaml +++ b/config.default.yaml @@ -3,6 +3,8 @@ logging_level: INFO results_dir: 'results/' summary_dir: results run: 'your-run-name' # use this to keep track of runs with different settings +foresight: 'myopic' #options are overnight, myopic, perfect + scenario: sectors: [E] # ignore this legacy setting @@ -19,7 +21,8 @@ scenario: # B for biomass supply, I for industry, shipping and aviation # solarx or onwindx changes the available installable potential by factor x # dist{n} includes distribution grids with investment cost of n times cost in data/costs.csv - + planning_horizons : ['2020', '2030', '2040', '2050'] #timesteps for myopic and perfect + co2_budget_name: ['go'] # snapshots are originally set in PyPSA-Eur/config.yaml but used again by PyPSA-Eur-Sec snapshots: @@ -113,7 +116,7 @@ costs: solving: - #tmpdir: "/mnt/lsdf/tom/playground/pypsa-eur-sec/tmp" + #tmpdir: "/martavp/pypsa-eur-sec/tmp" options: formulation: kirchhoff clip_p_max_pu: 1.e-2