You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currently running pypsa-eur results created by @ulfmueller consider every 3rd hour of the year. That is fine for things like installed capacities.
But we also use some time series data from pypsa-eur (e.g. for load time series of foreign countries) which we need in an hourly resolution. To be able to do that, two prenetworks are build in pypsa-eur, one in a 3-hourly resolution (that is solved afterwards) and one in an hourly resolution (that is not solved and was only created for being able to solve this issue).
So the needed data from pypsa-eur is available. However, it still needs to be considered in the implementation of the interface from pypsa-eur to powerd-data.
From what I know, at least this function needs an update:
Currently, only one, solved network (with every 3rd hour) is used. But we would actually need to read in two and use some data from the solved network (e.g. installed capacities) and other from the prenetwork in an hourly resolution (e.g. load time series).
There might be other datasets that need adjustments like this. This one is only the one that directly came to my mind. As I am neither creating the pypsa-eur results nor running powerd-data, I think it would be great if you could have a look at this @CarlosEpia and @ulfmueller. In case I should support you, jest let me know :)
The text was updated successfully, but these errors were encountered:
The currently running pypsa-eur results created by @ulfmueller consider every 3rd hour of the year. That is fine for things like installed capacities.
But we also use some time series data from pypsa-eur (e.g. for load time series of foreign countries) which we need in an hourly resolution. To be able to do that, two prenetworks are build in pypsa-eur, one in a 3-hourly resolution (that is solved afterwards) and one in an hourly resolution (that is not solved and was only created for being able to solve this issue).
So the needed data from pypsa-eur is available. However, it still needs to be considered in the implementation of the interface from pypsa-eur to powerd-data.
From what I know, at least this function needs an update:
powerd-data/src/egon/data/datasets/pypsaeur/__init__.py
Lines 419 to 444 in 4ca597c
Currently, only one, solved network (with every 3rd hour) is used. But we would actually need to read in two and use some data from the solved network (e.g. installed capacities) and other from the prenetwork in an hourly resolution (e.g. load time series).
There might be other datasets that need adjustments like this. This one is only the one that directly came to my mind. As I am neither creating the pypsa-eur results nor running powerd-data, I think it would be great if you could have a look at this @CarlosEpia and @ulfmueller. In case I should support you, jest let me know :)
The text was updated successfully, but these errors were encountered: