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

Questions about dataset generation #4

Open
Shentaolue opened this issue Dec 11, 2023 · 0 comments
Open

Questions about dataset generation #4

Shentaolue opened this issue Dec 11, 2023 · 0 comments
Assignees

Comments

@Shentaolue
Copy link

Dear TU Delft AI Energy Lab researchers,

Thanks very much for the amazing paper and code!

I have a question about the parameter to tweak load and generation in data_gen.py line 65, I don't know how to select the parameters to scale the load and gen profiles, and what's the usage of this parameter. Could you please briefly explain about it?

I met another problem with the load sampling section in data_gen.py, after executing the loop of generating the load and gen of 24 h profile, I noticed that the data for the 9-th gen (wind turbine) was a fixed value over the 24 hours.

image

I think the issue comes from line 314, the code makes all values of the raw 8 to be the same. After change it to load_sgen[i][8] = net.sgen['p_mw'][8] * profile_day_wind[i] *sgen_inc , the gen profile would vary over 24 h.

I'm looking forward to your reply, this means a lot to me, thanks again for the amazing work!

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

3 participants