-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refinery cannot handle natural gas import/export for both NL and GER #51
Comments
@Richard-Deuchler Are you sure you have the very latest version of Refinery? I made changes this week which should have made exactly that sort of calculation possible. In your Atlas directory, please If that doesn't solve it, let me know. |
Note that |
I just tried this myself, and @Richard-Deuchler is right; the |
My changes could calculate the natural gas edge, but only if we know the demand of both the treatment node and the network node; which we do only if we already know the import demand. @wouterterlouw is also right; if the greengas distribution node were outputting natural gas instead (so that the network node had only one incoming carrier), Refinery will deal with that perfectly. Fortunately, I can hack something together to deal with this in the short-term:
|
👍 |
Assigning @antw |
Note that, although it is invisible with the currently incalculable nodes, the uranium distribution/treatment/import/export will fail validation for Germany since extraction is higher than use, but the import and export are linked to different converters. Any chance the fix you're making will also fix this @antw ? (it's this issue #44 I think, it's on hold for now) |
Adds a way to fill in the remaining demand for a node, by assigning it to an edge even if the node has multiple input carriers.
I have pushed the Refinery changes. Please @Richard-Deuchler Does this fix the issue to your satisfaction (for the moment, at least)? |
Nice work Anthony, the natural gas part is working now for DE and NL, even without the ugly hard-coded import/export. |
@StijnDellaert Did you check this as well? Does it work? |
@Richard-Deuchler said to me on Skype that this is still a problem. |
No, we get the validation error now, but this was described in #44 |
Can the uranium import/export be moved to the same node, was was done with natural gas? Long-term we want to support multi-node import export in Refinery (as described in #44), but there's pretty much no chance it will be done in time to use with this month's deploy. |
After talking to @AlexanderWirtz, I propose to remove the @Richard-Deuchler @StijnDellaert @wouterterlouw any objections? |
I am ok with it. 👍 |
No objections |
Done. Closing. |
Removing the hard-coded natural gas import from etsource. After @antw adapted atlas (see quintel/refinery#51), this hard-coded demand is no longer required.
Removing the hard-coded natural gas import from etsource. After @antw adapted atlas (see quintel/refinery#51), this hard-coded demand is no longer required.
As discovered in #50, refinery currently cannot deal with the fact that Germany is a net importer of natural gas in the present scenario. This is because we hard-coded the demand of the energy_import_natural_gas converter to 0.0.
It is now not possible to make Germany a net importer of natural gas.
(note: this is a screeenshot of what it will look like after we fixed the bug with the unknown biogas demand in the German scenario. The fix is not yet pushed/merged but will be soon).
Because the extraction of natural gas is not sufficient, and import is set to 0.0, there is not enough supply of natural_gas. The converter
energy_natioanal_gas_network_gas
does not receive enough energy.including @antw
The text was updated successfully, but these errors were encountered: