quintel / refinery

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

Fix import/export in primary production #36

Closed wmeyers closed 10 years ago

wmeyers commented 10 years ago

After the discussion in #24 we know how to fix import/export and primary production in the graph. Please fix! :-)

@antw said: There are a couple of ways you can resolve this:

Supply child_share of productiondistribution and parent_share of distributiondemand

Initial values Calculated
share-initial o

Supply demand of production

Initial values Calculated
o o
StijnDellaert commented 10 years ago

I think we should choose the first option. We want the demand to be fulfilled by production (as long as there is no maximum to the production).

wmeyers commented 10 years ago

Supply child_share of productiondistribution and parent_share of distributiondemand

In cases where we want import and export initialized as zero, I would go for this option @StijnDellaert.

In the other cases we are already supplying the demand of production anyway, so that should work fine.

StijnDellaert commented 10 years ago

I think import and export are working except in the special cases of natural gas and uranium. Have these cases been described yet @wouterterlouw ?

StijnDellaert commented 10 years ago

Well, the issues have been solved. Temporary fixes have been documented. CLosing