Dear author,
Thanks for your work. This repo is beneficial to my research. But I have a question about this code line.
|
Total_charging = sum(P_charging) |
From my point of view, P_charging includes some EV charging actions even if there is no EV at the charging points. For example, if hour=0, there is no car in the charging points(present_cars=0), BOC is also 0. And If the action in this charging point is larger than 0, then the P_charging also shows a positive value in this charging point. And it will be summed as a total charging power, which is inconsistent with reality. Can you explain this?
I am hoping for your reply.
Best regards.
Dear author,
Thanks for your work. This repo is beneficial to my research. But I have a question about this code line.
Chargym-Charging-Station/Chargym_Charging_Station/utils/Simulate_Actions3.py
Line 41 in 78c0ed2
From my point of view, P_charging includes some EV charging actions even if there is no EV at the charging points. For example, if hour=0, there is no car in the charging points(present_cars=0), BOC is also 0. And If the action in this charging point is larger than 0, then the P_charging also shows a positive value in this charging point. And it will be summed as a total charging power, which is inconsistent with reality. Can you explain this?
I am hoping for your reply.
Best regards.