google-deepmind / graphcast

Apache License 2.0
4.36k stars 537 forks source link

Predicting Forecast for 10 Days , 5 Days #50

Closed Ahsankhan71 closed 5 months ago

Ahsankhan71 commented 6 months ago

Hi, I am very new to GraphCast. I wanted to know how can I have the forecast of 10 days and 5 days. I did run the notebook successfully (graphcast_demo.ipynb), but I did not catch up with the changes required for forecasting upto different (user-defined) timesteps. Right now, I am confused about how can i use any pre-trained model of GraphCast and predict 10days, 5 days forecast? I would really appreciate if someone explains the necessary steps for it clearly so I can understand them easily. Thank you very much!

tvonich commented 5 months ago

To start, you can download the example data from https://console.cloud.google.com/storage/browser/dm_graphcast;tab=objects?prefix=&forceOnObjectsSortingFiltering=false

After that, you'll be able to select the desired time steps when you run the notebook as long as you have the example data with 40 time steps (10 days).

Ahsankhan71 commented 5 months ago

Thank you very much! In the notebook Graphcast_demo, I saw the option to choose the timestamps of 40. I really do appreciate your help. :)