RedOrange001
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:  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...