@
The PLEXOS-derived custom constraints (custom_constraints_from_plexos.py) include LHS terms for Consumer Energy Resources (CER) units that ISPyPSA does not yet model.
Three PLEXOS LHS terms currently have no ISPyPSA counterpart and are dropped (with a log line):
PV CNSW Area1
CNSW Battery - Coordinated CER Storages Area1
CNSW V2G Area1
All three appear in the CNSW-SNW South GPG custom constraint. They correspond to CER new entrants in the IASR workbook, which live in a separate table from the main new entrants summary and are not yet templated.
Note this is distinct from the "Distributed Resources" new entrants (e.g. CNSW SAT - Distributed Resources, CNSW Battery - Distributed Resources), which are in the main new_entrants_summary table and are already matched correctly.
Action when CER new entrants are added to ISPyPSA: revisit name-matching in custom_constraints_from_plexos.py so these three terms map onto the CER components instead of being dropped. Until then they are dropped + logged, so the drop log names exactly what to wire up.
@
@
The PLEXOS-derived custom constraints (
custom_constraints_from_plexos.py) include LHS terms for Consumer Energy Resources (CER) units that ISPyPSA does not yet model.Three PLEXOS LHS terms currently have no ISPyPSA counterpart and are dropped (with a log line):
PV CNSW Area1CNSW Battery - Coordinated CER Storages Area1CNSW V2G Area1All three appear in the
CNSW-SNW South GPGcustom constraint. They correspond to CER new entrants in the IASR workbook, which live in a separate table from the main new entrants summary and are not yet templated.Note this is distinct from the "Distributed Resources" new entrants (e.g.
CNSW SAT - Distributed Resources,CNSW Battery - Distributed Resources), which are in the mainnew_entrants_summarytable and are already matched correctly.Action when CER new entrants are added to ISPyPSA: revisit name-matching in
custom_constraints_from_plexos.pyso these three terms map onto the CER components instead of being dropped. Until then they are dropped + logged, so the drop log names exactly what to wire up.@