tranvutuan2001 / ORpraktikum

4 stars 3 forks source link

Task B: storage constraint #21

Closed lakhoune closed 2 years ago

lakhoune commented 2 years ago

currently, the code assumes that every timestep, a fixed, identical number of hps are available. In reality, we have stock, which in- or decreases from HP-"consumption". -> create a realistic dataset [model, yearly production] -> reformulate it to a flow conservation constraint (stock_prev_year+prod_last_year= sum installed HP_year+ stock_year) -> easy implementation, but dataset creatation requires some research for realistic values

XiaotongMeng commented 2 years ago

I would like to share the task with you, since anyway you would somehow improve the code at the end with a more clean style. The only thing is that i am not sure if sandeep want to proceed this task with the dataset he found about workforce in UK or not. @z-008

lakhoune commented 2 years ago

Actually, I am not working on it :)

lakhoune commented 2 years ago

closing this. See #42