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
It is currently not possible to use snapshot_clustering and skip_snapshots in combination.
At least two things need to be changed.
First, the snapshot_weigthing is currently overwritten in skipp_snapshots, so the weighting of the previous snapshot_clustering is overwritten:
In addition, the constraints for the soc need to be updated. The soc_intra-rule for example wants to refer to the previous timestep using a fixed offset of one hour which results in errors when that one is skipped. It might be also needed to consider the number of skipped snapshots in these constraints:
It is currently not possible to use snapshot_clustering and skip_snapshots in combination.
At least two things need to be changed.
First, the snapshot_weigthing is currently overwritten in skipp_snapshots, so the weighting of the previous snapshot_clustering is overwritten:
eTraGo/etrago/cluster/snapshot.py
Lines 833 to 835 in 94acf8d
In addition, the constraints for the soc need to be updated. The soc_intra-rule for example wants to refer to the previous timestep using a fixed offset of one hour which results in errors when that one is skipped. It might be also needed to consider the number of skipped snapshots in these constraints:
eTraGo/etrago/tools/constraints.py
Lines 1759 to 1768 in 94acf8d
For the next release, I will not fix it but implement a check that makes sure that those methods are not combined.
The text was updated successfully, but these errors were encountered: