RedOrange001

Results 7 comments of RedOrange001

> > Basically when you want to predict values using graphcast, you need three kinds of data: input, target and forcings. Now if you are calculating predictions for x hours,...

> > > ``` > > > import datetime > > > import math > > > import pandas as pd > > > import xarray > > > >...

> > After inputting the data using the above method, how to output the prediction results using graphcast's source code > > If your input is correctly formatted, then the...

> > I have the CDS data and running the code that @abhinavyesss kindly provided as is gives me an xarray dataset that looks like this: ![image](https://private-user-images.githubusercontent.com/153242182/290640080-21e26970-26a5-4867-b4ce-05e572d7b2f2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDMwOTg4MTIsIm5iZiI6MTcwMzA5ODUxMiwicGF0aCI6Ii8xNTMyNDIxODIvMjkwNjQwMDgwLTIxZTI2OTcwLTI2YTUtNDg2Ny1iNGNlLTA1ZTU3MmQ3YjJmMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBSVdOSllBWDRDU1ZFSDUzQSUyRjIwMjMxMjIwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDIzMTIyMFQxODU1MTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MzUxMWE1NGIxNzJhMzFmODM3MTU0ZDhlYWIzMzk4ZmNkOTZmOGY5ZWYxNmIzZmIyZDg5MzMzZDg0NzU1MTZlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.NZlhu7aeEWBciQ7uiuxFVdHS-ZEWiIQbxwZpEQJzjnY) The dataset produced...

> > Hello,I wonder how to create the target data manually and get the forcing data, could you please show me your domeo code, that will be a great help...

> > Hello,I wonder how to create the target data manually and get the forcing data, could you please show me your domeo code, that will be a great help...

> > Hello, so the process of running graphcast locally is to get the data of t-6 and t-12, then create target and forcing data, and then call graphcast for...