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

fix sector coupeled model for isolated non EU28 countries, e.g. UA #1110

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

martacki
Copy link
Member

@martacki martacki commented Jun 20, 2024

contents:
Just making the sec model run by filling missing sectoral data with defaults, average EU values or zeros, if nothing else is available. Thus, it currently has no real sectoral data, but allows the execution of the power model only in the sector coupeled style (i.e. adding distribution grids, solar thermal, etc.)

other comments:
experimenting to use git cherry-pick from OET/pypsa-eur fork to align our master branch with upstream ... (was this PR in OET fork open-energy-transition#1)... unfortunately used the wrong git commands, so that the history was lost

Checklist

  • I tested my contribution locally and it seems to work fine.
  • Code and workflow changes are sufficiently documented.
  • Changed dependencies are added to envs/environment.yaml.
  • Changes in configuration options are added in all of config.default.yaml.
  • Changes in configuration options are also documented in doc/configtables/*.csv.
  • A release note doc/release_notes.rst is added.

Comment on lines +1412 to +1435
columns=[
"passenger cars",
"passenger car efficiency",
"total passenger cars",
"total other road passenger",
"total light duty road freight",
"total two-wheel",
"total heavy duty road freight",
"electricity passenger cars",
"electricity other road passenger",
"electricity light duty road freight",
"total rail passenger",
"total rail freight",
"electricity rail passenger",
"electricity rail freight",
"total domestic aviation passenger",
"total domestic aviation freight",
"total international aviation passenger",
"total international aviation freight",
"derived heat residential",
"derived heat services",
"thermal uses residential",
"thermal uses services",
],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't find a better way of doing this, suggestions appreciated

(maybe sth like
idees = build_idees(['DE'])
and then replacing all values by 0 or so could be better?)

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.

None yet

1 participant