You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have only recently started looking at precip output from GraphCast and noticed the forecasts are corrupted as are fields of vertical velocity and specific humidity.
I use the following command to run GraphCast ai-models --input file --file dump.grib --date $1 --time 0600 graphcast --debug 2> log.txt
I use the following to write out the data into smaller files:
Recently, I noticed that the total precipitation fields are corrupt,
However, when I look at the precipitation in the output.nc file it all looks OK (I used CDO cdo -select,name=total_precipitation_6hr output.nc test_tp.nc ), The time units are actually days (not hours).
I would be much obliged if the EC ai-models team can investigate.
Thanks in advance
I'm taking some leave soon so I don't have time to investigate further. Apologies if it turns out to be a bug in my code.
The text was updated successfully, but these errors were encountered:
I have also encountered issues related to precipitation amounts. It appears that your precipitation data also includes negative values, which I believe should be abnormal data, correct? Related Issue:ecmwf-lab/ai-models#28
I have only recently started looking at precip output from GraphCast and noticed the forecasts are corrupted as are fields of vertical velocity and specific humidity.
I use the following command to run GraphCast
ai-models --input file --file dump.grib --date $1 --time 0600 graphcast --debug 2> log.txt
I use the following to write out the data into smaller files:
Recently, I noticed that the total precipitation fields are corrupt,
However, when I look at the precipitation in the output.nc file it all looks OK (I used CDO
cdo -select,name=total_precipitation_6hr output.nc test_tp.nc
), The time units are actually days (not hours).I would be much obliged if the EC ai-models team can investigate.
Thanks in advance
I'm taking some leave soon so I don't have time to investigate further. Apologies if it turns out to be a bug in my code.
The text was updated successfully, but these errors were encountered: