Closed pjpetersik closed 3 years ago
Hello @pjpetersik,
you have perfectly identified the problem in the code: downloader is not aware of the different time steps for every parameter. While this would be a great user experience, I am sorry to tell you that we currently are lacking the staff to improve on downloader at that scale. But I thought of kind of a quick fix to mitigate this missing feature and maybe I can integrate this into the source code and container image soon..
(sorry, closed issue by mistake)
I just added a new optional parameter --time-step-interval and released verison 0.2.0. This is not the most user friendly way, but now you can finally download a bunch of relhum_2m!
docker run --rm \
--volume $(pwd):/mydata \
deutscherwetterdienst/downloader downloader \
--model icon-eps \
--timestamp '2021-07-13 00:00:00' \
--single-level-fields relhum_2m \
--max-time-step 12 \
--time-step-interval 6 \
--directory /mydata
Great. Thanks @bjoern-reetz.
I tried to download ICON-EPS data for the 'relhum_2m' field with the following command
The file
icon-eps_global_icosahedral_single-level_2020092900_000_relhum_2m.grib2
is downloaded successfully. However, it seems that the downloader afterwards tries to download the fileicon-eps_global_icosahedral_single-level_2020092900_001_relhum_2m.grib2
(1 hour lead time). However, therelhum_2m
forecasts are only available with a 6 hour interval on the Open Data Server of the DWD (https://opendata.dwd.de/weather/nwp/icon-eps/grib/00/relhum_2m/)