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

Pitch model building #1

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Pitch model building #1

wants to merge 18 commits into from

Conversation

FelixMau
Copy link
Collaborator

@FelixMau FelixMau commented Jul 31, 2024

Nach Anpassungen der Collections und der Modellstruktur konnte das Energiesystem gebaut werden. Das Modell bauen stürtzt bei mir leider ab.

Die Anpassungen werden hier dokumentiert

Zusammenfassung der Änderungen die der data_adapter_oemof für ein vollständiges datapackage noch benötigt:

  • Die output_parameter werden als strings eingelesen bzw. abgespeichert. Sie sollten aber als dictionaries eingelesen werden, nur so können wir decomissioning realisieren. Issue
  • amount muss (wie capacity bereits) normiert werden -> führt eventuell zu ähnlichen schwierigkeiten wie in Punkt 1. Dafür müssen z.b. für Load auch die Zeitreihen angepasst werden bzw auf die jeweiligen werte umgerechnet. Issue
  • Die availability constant muss umgerechnet werden in full time hours. Issue
  • Manche Prozesse (bisher nur commodities) brauchen zusätzliche "defaults". Betrifft hier den "amount" bzw. Kapazität der Commodity, welche wohl implizit unendlich sein soll Issue

@FelixMau FelixMau marked this pull request as draft July 31, 2024 10:48
@FelixMau
Copy link
Collaborator Author

Commited both, original collection and modified collection. Using a diff viewer like meld should turn differences visible easily.

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