MaykThewessen / V2G-Day-Ahead_2030

Master Thesis Electricity markets simulaiton of Day-Ahead price formation in 2030 with large share of batteries (incl V2G) acting and competing with each other and itself
https://scholar.google.com/citations?view_op=view_citation&hl=nl&user=07iloVQAAAAJ&citation_for_view=07iloVQAAAAJ:eQOLeE2rZwMC
2 stars 0 forks source link

V2G charge is not synchronous in time with excess renewable #3

Open MaykThewessen opened 2 years ago

MaykThewessen commented 2 years ago
image
MaykThewessen commented 2 years ago

two options to solve: A) shift whole array 1h to left - issue: last data point hour of the year is not calculated, just as now thus missing B) change formula to use: storage(a) = storage(a-1) - residual; and use if statement and separate line to calculate first hour, since (a-1) for first hour isn't possible to use in statement. C) other function