quintel / merit

A system for calculating hourly electricity and heat loads with a merit order
MIT License
3 stars 2 forks source link

Results of storage/conversion need to be communicated to the graph #135

Closed ChaelKruip closed 8 years ago

ChaelKruip commented 8 years ago

Part of https://github.com/quintel/etmodel/issues/1868

After the calculation is done, the following information needs to be communicated to the ETM:

Optional:

antw commented 8 years ago

The total electricity which has been stored in (and released from) EV batteries (NOTE: this is not an annual demand, the net demand of the batteries will be close to zero over the whole year)

Any idea where in the graph this value should be placed? I don't think it makes much sense being placed on transport_car_using_electricity, whose main output carrier is car_kms. Is there a new converter for the load balancing share of the EV battery?

jorisberkhout commented 8 years ago

Is there a new converter for the load balancing share of the EV battery?

Not yet. I propose I create one called transport_car_flexibility_p2p_electricity.

jorisberkhout commented 8 years ago

I created the converter in https://github.com/quintel/etsource/pull/1049.

jorisberkhout commented 8 years ago

After https://github.com/quintel/etsource/commit/6169a65ab0dbdeab06612ce2bdb47a030e1d1545, the losses related to all flexibility options are now also calculated. This ticks the last box of this issue, so I'm closing it.