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

Run Calliope multiple times with historic data before generating results #593

Open
hiddegrootes opened this issue May 1, 2024 · 1 comment

Comments

@hiddegrootes
Copy link

hiddegrootes commented May 1, 2024

What can be improved?

Hi,

I was wondering if it is possible to run Calliope multiple times with historic data before generating results. For example use weather data for PV or wind generation from 2000 until 2023 (as you cannot average hourly weather data on specific data's in different years) in this way the averaging happens after running and the results should be more robust. Let me know!

Version

0.7.0-dev

@irm-codebase
Copy link

Hello @hiddegrootes!

It is definitely possible, but it might be something that you have to implement on your side within your workflow.
Calliope is meant to be a generic framework, so separation between specific studies and the general setup is quite important. We could introduce this as an additional feature, but as far as I am aware it is not in the current planning.

A relatively easy method would be to run for each year in sequence, and freeze the minimum installed capacity to the given result after each run. This will net you a very robust system (see https://www.sciencedirect.com/science/article/pii/S0360319920348606 for an example with a different model).

However, keep in mind that this type of robustness tends to lead to very expensive systems, so your mileage may vary depending on the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants