Skip to content
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

[unity] DWD ICON: Data for specific fields is published on multiple levels #3

Open
amotl opened this issue Dec 19, 2020 · 1 comment

Comments

@amotl
Copy link
Member

amotl commented Dec 19, 2020

Hi again,

while looking at #2, we found that the folders hosting parameters for temperature [1,2] and wind [3,4] not only contain model-level data, but also pressure-level data. So, we will probably have to improve model_variables_levels_mapping.yml and the respective downstream infrastructure to accept a list of labels on the right hand side of the mapping.

With kind regards,
Andreas.

[1] https://opendata.dwd.de/weather/nwp/icon/grib/00/t/
[2] https://opendata.dwd.de/weather/nwp/icon-eu/grib/00/t/
[3] https://opendata.dwd.de/weather/nwp/icon/grib/00/u/
[4] https://opendata.dwd.de/weather/nwp/icon-eu/grib/00/u/

@amotl amotl changed the title DWD ICON: Model level not honored when computing filenames DWD ICON: Data for specific fields is published on multiple levels Dec 19, 2020
@mhaberler
Copy link

I played with this dwd downloader (that's where the mappings happen) and extended it like so:

   {
        "model": "icon-d2",
        "scope": "germany",
        "intervalHours": 12,
        "grids": ["icosahedral", "regular-lat-lon"],
        "pattern": {
          "single-level":
          "https://opendata.dwd.de/weather/nwp/{model!L}/grib/{modelrun:>02d}/{param!L}/{model!L}_{scope}_{grid}_{levtype}_{timestamp:%Y%m%d}{modelrun:>02d}_{step:>03d}_2d_{param!L}.grib2.bz2",
          "model-level":
          "https://opendata.dwd.de/weather/nwp/{model!L}/grib/{modelrun:>02d}/{param!L}/{model!L}_{scope}_{grid}_{levtype}_{timestamp:%Y%m%d}{modelrun:>02d}_{step:>03d}_{level:>d}_{param!L}.grib2.bz2",
          "time-invariant":
          "https://opendata.dwd.de/weather/nwp/{model!L}/grib/{modelrun:>02d}/{param!L}/{model!L}_{scope}_{grid}_{levtype}_{timestamp:%Y%m%d}{modelrun:>02d}_{step:>03d}_{level:>d}_{param!L}.grib2.bz2"
         },
         "minlevel": 1,
         "maxlevel": 65,
         "destpattern": "{model!L}/grib/{modelrun:>02d}/{param!L}",
        "openDataDeliveryOffsetMinutes": 90
    },

I do not have that repo online yet
NB I did not care about pressure-level data

@amotl amotl changed the title DWD ICON: Data for specific fields is published on multiple levels [unity] DWD ICON: Data for specific fields is published on multiple levels Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants