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
In one of the E-LAND pilot sites (Auroville), the peak demand pricing scheme applies, but has an exception: The per-peak-demand price of a month is only used, when the peak demand of a month is larger than 90% of the sanctioned load. Currently, this can not be simulated (easily). But it would be easy to implement.
Add a new parameter sanctioned_load to energyProviders.csv
Define the existing capacity of each imaginative peak demand transformer to be of sanctioned_load, in
So the implementation is not as easy as I thought. Sorry. Maybe it is worth looking into changing this? One could calculate the equivalent annuity of peak demand pricing, and place the costs on specific_costs afterall. Then, the thing with the installed_capacity would work. But then, it would also be officially counted "upfront investment costs" , which would not be right.
In one of the E-LAND pilot sites (Auroville), the peak demand pricing scheme applies, but has an exception: The per-peak-demand price of a month is only used, when the peak demand of a month is larger than 90% of the sanctioned load. Currently, this can not be simulated (easily). But it would be easy to implement.
sanctioned_load
toenergyProviders.csv
sanctioned_load
, inmulti-vector-simulator/src/multi_vector_simulator/C0_data_processing.py
Line 993 in 5b5b79c
multi-vector-simulator/src/multi_vector_simulator/C0_data_processing.py
Line 718 in 5b5b79c
This way, only the
OPTIMAL_ADD_CAP
is connected to costs.The text was updated successfully, but these errors were encountered: