-
Notifications
You must be signed in to change notification settings - Fork 963
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
Update IM.yaml #7591
base: master
Are you sure you want to change the base?
Update IM.yaml #7591
Conversation
Added capacity information
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good but there is one tiny thing to look at!
Thanks for the PR!
config/zones/IM.yaml
Outdated
@@ -10,5 +28,12 @@ fallbackZoneMixes: | |||
gas: 0.988 | |||
hydro: 0.007 | |||
oil: 0.005 | |||
- _source: https://www.manxutilities.im/media/3096/manx-utilities-annual-report-and-accounts-31-march-2024.pdf | |||
datetime: '2024-12-20' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This datetime means it will only be used from this date and forward, I assume this is not what you want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was not sure about the fuction of the datetime attribute as I was not able to find it in the documentation. I tried to reverse engineer from other config files an thought it was the date of the last edit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's from the first date the data is valid.
So if it is for example 2023-01-01 it will be used from 2023-01-01 and forward.
If there is one for 2023-01-01 and 2024-01-01 then the 2023-01-01 value will be used between 2023-01-01 and 2024-01-01 and then 2024-01-01 will be used for all values after 2024-01-01.
date corrected
Added capacity information Isle of Man and added interconnector FR - JE
Description
Added capacity information from manxutilities homepage and Interconnector https://www.jec.co.uk/about-us/our-businesses/energy-division/
Double check
poetry run test_parser "zone_key"
pnpx prettier@2 --write .
andpoetry run format
in the top level directory to format my changes.