Can we change the min SOC during an outage from zero to say 5%in the Web tool? #179
-
|
I am trying to simulate resilience performance during outages under various battery state of charge conditions (SOC) and wanted to check if there is a way to limit the battery to drop down to say 5% instead of 0 during an outage? Also, similarly is it possible to mention initial SOC before an outage (and not before the beginning of evaluation)? This is assuming that we have some visibility for certain outages such as in case of upcoming storms or wildfire related PSPS. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Unfortunately, in the REopt web tool there is not currently a way to enforce a custom minimum battery state of charge during the modeled outages (it will always default to 0%). Using the REopt API or Julia Package, you can set It's also not currently possible to set an initial soc leading into modeled outages. I will note, however, that with REopt's "perfect foresight" resulting from the model formulation, the model is likely to pre-charge BESS leading into the outages. |
Beta Was this translation helpful? Give feedback.
Unfortunately, in the REopt web tool there is not currently a way to enforce a custom minimum battery state of charge during the modeled outages (it will always default to 0%). Using the REopt API or Julia Package, you can set
ElectricStorage.soc_min_applies_during_outages = trueto enforce the specifiedElectricStorage.soc_min_fractionduring outages.It's also not currently possible to set an initial soc leading into modeled outages. I will note, however, that with REopt's "perfect foresight" resulting from the model formulation, the model is likely to pre-charge BESS leading into the outages.