From 6a030df2f734573132276522418ced324f943505 Mon Sep 17 00:00:00 2001 From: Haoyu <haoyu.huang@rwth-aachen.de> Date: Wed, 30 Aug 2023 15:42:24 +0200 Subject: [PATCH] new component parameter and new calculation of lcoe --- Model_Library | 2 +- input_files/models/prosumer_models/wp_chp/config.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Model_Library b/Model_Library index 7f142c371a..e1dd306f2c 160000 --- a/Model_Library +++ b/Model_Library @@ -1 +1 @@ -Subproject commit 7f142c371a6a7dac22398e0a3272c1f6fba303ab +Subproject commit e1dd306f2c9d769f06d1552a151fe49d40635b67 diff --git a/input_files/models/prosumer_models/wp_chp/config.csv b/input_files/models/prosumer_models/wp_chp/config.csv index f86d433ca7..dfd68f3399 100644 --- a/input_files/models/prosumer_models/wp_chp/config.csv +++ b/input_files/models/prosumer_models/wp_chp/config.csv @@ -1,2 +1,2 @@ grd_injection_price,yearly_interest,planning_horizon,l2t_subsidy,chp_subsidy,grd_price,grd_price_hp,gas_grd_price,l2t_power_price,year,eeg_levy,building_efficiency,ancillary_cost,number_HH,bill_cost,flat_per_m2,heat_comp -0.0783,0.03,20,0.0261,0.08,0.4,0.2,0.1,0.36,2023,0.06756,A+,billing,100,45,1.09,chp +0.0783,0.03,20,0.0261,0.08,0.4,0.2,0.1,0.36,2023,0.06756,A+,billing,50,45,1.09,chp -- GitLab