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
The most important one here for our short-term work is duration, but while we're at it we could also allow specification for others (e.g. efficiencies). These are currently hardcoded in powersimdata.network.usa_tamu.usa_tamu_model.TAMU._set_storage(), and we would want to extend the functionality of powersimdata.input.change_table.ChangeTable.add_storage_capacity().
The text was updated successfully, but these errors were encountered:
Another important thing to be able to model: storage losses. Sticking with the old MATPOWER/MOST table formats, there is a LossFactor that can be specified as a % of stored energy per hour. This is not currently interpreted by REISE.jl however.
The most important one here for our short-term work is duration, but while we're at it we could also allow specification for others (e.g. efficiencies). These are currently hardcoded in
powersimdata.network.usa_tamu.usa_tamu_model.TAMU._set_storage()
, and we would want to extend the functionality ofpowersimdata.input.change_table.ChangeTable.add_storage_capacity()
.The text was updated successfully, but these errors were encountered: