You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tomschelo@cdesmond - I'll need your feedback here, since you have some experiences in defining FLEDGE scenarios! I believe you can edit directly the list above. @cdesmond@j-pang - This will be a good issue where I could use your help!
3-phase vs. symmetric 1-phase equivalent --> check if is_single_phase_equivalent is set to '0' / False, then all necessary data (line_type_matrices) must be available.
For isolated nodes, lines, etc. it might make sense to use the networkX package, it supports wide range of graph analysis. In plots.py, electric_grid_model is already transformed to a networkX graph object, so it should be easy.
I believe your list is already quite good, I actually cannot think of another error currently, but I will pay attention in the future.
What could also help debugging a scenario is in the end of a simulation printing a short summary to the console:
scneario_name
electric_grid_name with [# of nodes] nodes and [# of branches] branches
source node name
number of fixed DERs
number of flexible DERs
node voltage limits (if set in scenario parameters)
branch power flow limits (if set in scenario parameters)
Introduce checks in
data_interface
such that definition issues are caught early and raise clear error messages.Typical issues (Please add / edit):
The text was updated successfully, but these errors were encountered: