We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am running with HRES data.
ai-models --retrieve-requests graphcast Shows which request to use to download operational stream. This is successful, but downloads 2 files.
Run the model ai-models --debug --only-gpu --input file --file 06.grib --file 12.grib --date 20240624 --time 1200 --lead-time 240 graphcast
This runs and creates: Training_xarray.nc Input_xr.nc Forcings_xr.nc Output.nc # full of nans
The error NaN values found in field. Args=() kwargs={'template':GribField(2t,None,20240624,600,0,0),'step':6}
How should i run the command with operational HRES? Thank you
The text was updated successfully, but these errors were encountered:
have you sloved it? I have the same bug
Sorry, something went wrong.
Hi, no, problem not solved yet.
No branches or pull requests
Hi,
I am running with HRES data.
ai-models --retrieve-requests graphcast
Shows which request to use to download operational stream. This is successful, but downloads 2 files.
Run the model
ai-models --debug --only-gpu --input file --file 06.grib --file 12.grib --date 20240624 --time 1200 --lead-time 240 graphcast
This runs and creates:
Training_xarray.nc
Input_xr.nc
Forcings_xr.nc
Output.nc # full of nans
The error
NaN values found in field. Args=() kwargs={'template':GribField(2t,None,20240624,600,0,0),'step':6}
How should i run the command with operational HRES?
Thank you
The text was updated successfully, but these errors were encountered: