How is capacity factor for battery storage connection calculated? #273
-
|
In the [documentation], it is stated that the
I took the average of the absolute flow available in |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
What is in the group from which you are taking the group_flows_t? Have you compared the with the flows in the connection? Also, you mention unit capacity factor ('unit_cf_node_flow'), but I believe your storage uses connection instead of charge/discharge units? In principle, this is how cf for a connection is calculated: where r_connection_dt =
|
Beta Was this translation helpful? Give feedback.
-
|
I got the connection capacity factor from connection_cf sheet instead of Thanks for sharing the mathematical equation, Juha! From the equation, I think the statement in the documentation should be "sum" rather than "average" of absolute flow divided by the capacity of the connection. Isn't it? I have included a sample of FlexTool output. |
Beta Was this translation helpful? Give feedback.
-
|
I think that the problem here is that the group_flows_t sheet is made for grouping the results in the point of view of the balance nodes. The flows there are the ones leaving or arriving to the node. The difference is efficiency. In the capacity factor calculations, the flow is the outgoing flow for both directions meaning the efficiency losses are taken away. This is because the capacity limits the flow after the losses. In the group_flow_t sheet, the flow arriving back from the battery is correct, but the flow going to the battery does not have the efficiency losses, because from the point of view of the node it loses both the connection losses and the flow arriving to the battery. If you want to calculate the capacity factor from the timeseries, it is better to use the connection_flow_t sheet or just multiply the charging flow with the efficiency in the group_flows_t Also, it is an average as the flows are divided by the hours. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the clarification, Arttu! I still used the value from
I have corrected my calculations in the attached file. |
Beta Was this translation helpful? Give feedback.
-
|
All right, great. I have done a small clarification to the docs (push pending). It's time series average, but of the absolute values. I will move this to discussion for reference. |
Beta Was this translation helpful? Give feedback.
All right, great. I have done a small clarification to the docs (push pending). It's time series average, but of the absolute values. I will move this to discussion for reference.