-
-
Notifications
You must be signed in to change notification settings - Fork 5
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...! |
case self.WIND_DIRECTION.name: | ||
return ParameterData( | ||
name=str(self), | ||
description="The wind direction from 0 to 360", |
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.
Can you specify that 0 is north just for complete clarity? I've tried to be as explicit as possible in all the other descriptions.
Parameter.DOWNWARD_SHORTWAVE_RADIATION_FLUX_GL, | ||
Parameter.TEMPERATURE_SL, | ||
Parameter.WIND_U_COMPONENT_10m, | ||
Parameter.WIND_V_COMPONENT_10m, | ||
Parameter.WIND_DIRECTION, |
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.
Can you also put a height at the end? Is it WIND_DIRECTION_10m for instance?
Pull Request
Description
Add UKV MO model. This has x and y as main dims, with lat and lot as a grid.
Current we have dropped lat and lon, but perhaps it would be good to save these too TODO
We might need to add #222 so that not data is not pulled twice
openclimatefix/ocf-infrastructure#697
How Has This Been Tested?
Checklist: