quintel / refinery

Calculates node demands and edge shares for sparse energy graphs.
2 stars 0 forks source link

Why is refinery not able to calculate the parent share when overflow converters are set to zero? #46

Closed wouterterlouw closed 11 years ago

wouterterlouw commented 11 years ago

In some cases, import and export does not function well because they are 1. distributed over different converters or 2. linked to other systems with import and export.

If I would like to set the demand of the import and export converters to zero with:

~ demand = 0.0

this works fine for the import converter. However, the export converter needs an additional parent share that is zero. This is also what is done in the fully calculated graph.

Is there a reason that this is the case?

energy 1-finished-calculable png-2

antw commented 11 years ago

In the latest Refinery/Atlas, you may now omit the parent_share on the distributionexport edge.

git up and bundle install as usual. :smiley:

wouterterlouw commented 11 years ago

:+1: Thanks!