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

(Plexos): Include date_from and date_to in setting max_active_power #35

Open
ktehranchi opened this issue Sep 12, 2024 · 0 comments
Open
Milestone

Comments

@ktehranchi
Copy link
Collaborator

ktehranchi commented Sep 12, 2024

We currently assume that if a unit is available for only part of the year, designated by the date_from/date_to, then it is available for the entire year.

We do our date_from/date_to filtering here which correctly identifies which units should be included in the model:

def filter_property_dates(system_data: pl.DataFrame, study_year: int):
"""filters query by date_from and date_to"""

However, need to integrate that impact of partial calendar availability here:

availability = mapped_records.get("available", None)

This impacts a very small number of units.

@pesap pesap added this to the v1.0.0 milestone Nov 6, 2024
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

No branches or pull requests

2 participants