DWD Mosmix #433
Replies: 2 comments 15 replies
-
@alexander0042 Not sure if Mosmix data is something you'd be interested in adding but was curious and asked Gemini and can share if it'd be useful? I have it setup where it parses through the KML file and then stores it as a zarr file like you've done with other models. I know you prefer to write your own code rather than use AI code but it might be a good starting point if it'd be something you'd like to add. |
Beta Was this translation helpful? Give feedback.
-
Re your comment in the other issue- yes, totally agree that we move non CONUS to DWD. It's higher resolution and pretty highly regarded from what I can tell, so lots to like where it's available. Within CONUS, I think keep it as the priority 3 option (NBM > HRRR > DWD > GFS), but since there aern't a ton of points, I don't think it'll matter too much. I want to add ECMWF (and maybe HRDPS/ GDPS- the Canadian models and/or Graphcast) at the same time as DWD (it's easier to just write the code once, and they're all in Herbie), so thinking it through as well. Easiest option would just be used it before GFS, since it's higher resolution, but I don't know if I love that. One option would be to implement some sort of spatial filter, and prioritize different model depending on the location- something along the lines of:
Then we could add a queryparam like Writing it all out, I should finish that AI code refactor first to clean up the chaos that is that script (started here, but I need to discard that and try again with recent changes). Then change the code from something like:
To a loop where it goes through the
and
Although hopefully I can fix the column mappings systemically first |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I had suggested this before but it never gained traction so am suggesting it again. The data is available for certain stations similar to #10 but includes a 240h forecast so might be useful? The data is in KML format so not sure if that makes it harder/easier to add.
More information is available here https://www.dwd.de/EN/ourservices/met_application_mosmix/met_application_mosmix.html;jsessionid=B502689E741CA864089DA8955635E33B.live21064. I can also add this to #424 if you think this might be worth investigating. @alexander0042
Beta Was this translation helpful? Give feedback.
All reactions