Skip to content
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

Merged
merged 31 commits into from
Sep 28, 2021
Merged

Biomass transport #73

merged 31 commits into from
Sep 28, 2021

Conversation

lisazeyen
Copy link
Collaborator

  • add option to split biomass potential to single nodes instead of global EU node
  • transport of solid biomass between nodes (costs based on JRC-EU-Times Bioenergy report and depend on country and distance)
  • add costs for upgrading biogas to gas
  • smaller changes:
    -> 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

@fneum fneum self-requested a review May 22, 2021 12:45
@fneum
Copy link
Member

fneum commented Jul 2, 2021

  • add tabula-py to environment (from conda-forge)
  • add "data/biomass/biomass potentials in europe_web rev.pdf" to databundle (via HTTP request)

@fneum fneum mentioned this pull request Jul 9, 2021
5 tasks
@fneum fneum added this to the Release 0.6 milestone Aug 3, 2021
Copy link
Collaborator Author

@lisazeyen lisazeyen left a 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)
Copy link
Collaborator Author

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])

@fneum fneum merged commit 7d0ff39 into master Sep 28, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants