-
Notifications
You must be signed in to change notification settings - Fork 0
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
Finalize open_eGo scenarios #3
Comments
Discrepancies in scenario defintion is handled in a separate issue znes/FlEnS#3
Found another error I think. |
Just realized that this is the case for all generators of AT and LU, not only for loads. |
I think this should be right, as it is the same market zone? But I don't know about the transmission restrictions, if they exist it's an error |
There are both powerlines DE_AT and DE_LU, so I think it is an error. |
Hi Marlon, thanks for reporting!! I implemented the load curve in the csv-file for the Status quo scenario in Germany and got the data from @ulfmueller. So at that time everything should have been fine. It's the summed up synthetic load curve based on slp's. If the load curves do not match any more, there must have been an update in the database tables : (. Unfortunately to fix this the load curves have to be harmonized again based on the most recent data. |
Alright, thanks for your answer. What is your opinion on the other topic from 10 days ago (LU and AT directly connected to the german bus)? |
That is weird, since I do not think that the load curves have changed. @S3PP Do you remember how our workflow was back then? Can we (or Marlon) simply reproduce it? |
I just had to normalize / scale the data to the maximum value and insert it : ). I have now updated the load profile for Germany in the Status quo scenario using the oedb relations grid.ego_pf_hv_load and grid.ego_pf_hv_load_pq_set based on the latest release powerflow version 'v0.3.0pre1'. This could potentially fix the problem. I've sent you the code @MarlonSchlemminger . I'm not sure why there is transmission capacity defined within the market zone. In that regard the scenario is identical with the published previous version, but it is odd. Any idea @wolfbunke ? Maybe we could just unset the nominal_value from those definitions. |
I looked into your script and data and the normalized timeseries barely changed, but the nominal value is completely different. 87650 is in the csv-file and your script gives me 77871. The new value now gives equal load curves for renpass and the model draft tables. I only checked for Germany so far, so I can't tell about other countries. |
This was due to a common market region (EPEX) and the "original" purpose of the model for another project.. |
check documentation
change labels see: Issue 237
run calculation and make validation
upload results to oedb
The text was updated successfully, but these errors were encountered: