-
Notifications
You must be signed in to change notification settings - Fork 54
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
Biomass transport #73
Conversation
…d costs for upgrading biogas to gas
…mass transport and have only single EU biomass node
|
Spatial management for solid biomass (transport)
change snakemake output file format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fneum I only got one error when building the transport costs. I suggested a change and think this branch is ready to be merged.
# add missing Norway with data from Sweden | ||
transport_costs["NO"] = transport_costs["SE"] | ||
|
||
transport_costs.to_csv(snakemake.output.transport_costs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got an error here, I would suggest to change it to:
transport_costs.to_csv(snakemake.output[0])
-> drop nan values when removing industry electricity demand to avoid warning (runtime error)
-> add color for 'industry electricity' to color map in config.yaml
-> move input data for transport to Snakefile