We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should add a spec for each of the time-resolved carriers to check whether the annual volume in the graph and the sum of the hourly curves match.
E.g.
SUM( V( FILTER( ALL(), "merit_order && (merit_order.type == :consumer)"), electricity_input_curve) ) * 3600 - SUM( V( FILTER( ALL(), "merit_order && (merit_order.type == :consumer)"), "input_of_electricity + input_of_loss") )
(the input of loss is included because energy_power_hv_network_loss has a loss input, not an electricity input)
energy_power_hv_network_loss
This can help to catch issues like this one: quintel/etmodel#3649
The text was updated successfully, but these errors were encountered:
mabijkerk
No branches or pull requests
We should add a spec for each of the time-resolved carriers to check whether the annual volume in the graph and the sum of the hourly curves match.
E.g.
(the input of loss is included because
energy_power_hv_network_loss
has a loss input, not an electricity input)This can help to catch issues like this one: quintel/etmodel#3649
The text was updated successfully, but these errors were encountered: