I want to fetch precipitation data from nomad Website but I don't know which grib filter to use to fetch only preicipation data, can someone tell me which filters to use.
Asked
Active
Viewed 378 times
1 Answers
0
Try to download only 'PRATE' variable for only 'surface' level. Here is the url:
I get a grib file of 274kb.
Hope this helps

Antonios
- 1,919
- 1
- 11
- 18
-
Thanks but actually i wanted to get results for 1 degree instead of 0.25 degree and when i am doing same for that i am getting zero bytes file. – kaku Jul 03 '18 at 10:43
-
-
I changed the url for 1 degree and I get a grib file of 28.5KB.f001 stands for the first hour of forecast, so if you take the 00 forecast cycle f001 is the forecast for 1 o' clock in the morning. If you take the 12 cycle f001 is the forecast for 1 o' clock in the afternoon etc. – Antonios Jul 04 '18 at 09:30
-
Thanks I got that. One more thing I wanted to know how to map the data which we are getting to latitude and longitude, basically given a latitude and longitude I want to get the corresponding data. – kaku Jul 04 '18 at 10:33
-
This is a different question and it depends on the programming language you use to read your files. I use R for instance and package rNOMADS `https://cran.r-project.org/web/packages/rNOMADS/rNOMADS.pdf`. In case you found my answer helpful please consider accepting it `https://stackoverflow.com/help/someone-answers` – Antonios Jul 04 '18 at 11:49
-
Is there any service present in java for mapping latitude and longitude to data ? – kaku Jul 05 '18 at 09:17
-