-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
add UKV #226
base: main
Are you sure you want to change the base?
add UKV #226
Conversation
This is my first try at this @devsjc, I wonder if you could have a look and advise |
src/nwp_consumer/internal/repositories/raw_repositories/mo_datahub.py
Outdated
Show resolved
Hide resolved
A great first effort Peter! Hopefully it wasn't too much of a pain to figure out, I like to think the model API is fairly self-explanatory, but its certainly easy for me to say...! |
I havent quite got this working yet. The trick thing is lat and lot are coordinates but not dims in the data array. One option is to not save the lat/lon coordinates, but I think it would be good to do this |
Looks like right now it doesnt have a lattitude or longitude coordinate. The old one has these as function of (x,y). I think it would be worth getting these in before merging |
PLan to not save lat and long, byt make |
Pull Request
Description
Add UKV MO model. This has x and y as main dims, with lat and lot as a grid.
We might need to add #222 so that not data is not pulled twice
openclimatefix/ocf-infrastructure#697
How Has This Been Tested?
Checklist: